Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:Ret
(Results
1 - 25
of
131
) sorted by relevance
1
2
3
4
5
6
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H
A
D
RISCVCallLowering.cpp
28
MachineInstrBuilder
Ret
= MIRBuilder.buildInstrNoInsert(RISCV::PseudoRET);
in lowerReturn()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
SymbolSize.cpp
41
std::vector<std::pair<SymbolRef, uint64_t>>
Ret
;
in computeSymbolSizes()
local
H
A
D
IRObjectFile.cpp
55
DataRefImpl
Ret
;
in symbol_begin()
local
61
DataRefImpl
Ret
;
in symbol_end()
local
H
A
D
ELFObjectFile.cpp
63
auto
Ret
= ELFObjectFile<ELFT>::create(Object);
in createPtr()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H
A
D
NativeEnumInjectedSources.cpp
49
StringRef
Ret
= cantFail(Strings.getStringForID(Entry.FileNI),
variable
55
StringRef
Ret
= cantFail(Strings.getStringForID(Entry.ObjNI),
variable
61
StringRef
Ret
= cantFail(Strings.getStringForID(Entry.VFileNI),
variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
H
A
D
VETargetMachine.cpp
32
std::string
Ret
= "e";
in computeDataLayout()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
PriorityWorklist.h
155
T
Ret
= back();
in pop_back_val()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H
A
D
COFFYAML.h
31
uint32_t
Ret
= static_cast<uint32_t>(a) | static_cast<uint32_t>(b);
in operator |()
local
37
uint32_t
Ret
= static_cast<uint32_t>(a) | static_cast<uint32_t>(b);
in operator |()
local
43
uint16_t
Ret
= static_cast<uint16_t>(a) | static_cast<uint16_t>(b);
in operator |()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
VFABIDemangling.cpp
123
ParseRet
Ret
;
in tryParseLinearWithRuntimeStep()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
SimplifyCFGPass.cpp
83
ReturnInst *
Ret
= dyn_cast<ReturnInst>(BB.getTerminator());
in mergeEmptyReturnBlocks()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
MisExpect.cpp
55
Instruction *
Ret
= nullptr;
in getOprndOrInst()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H
A
D
SparcTargetMachine.cpp
32
std::string
Ret
= T.getArch() == Triple::sparcel ? "e" : "E";
in computeDataLayout()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H
A
D
SystemZTargetMachine.cpp
62
std::string
Ret
;
in computeDataLayout()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
DataLayout.cpp
463
bool
Ret
= BigEndian == Other.BigEndian &&
in operator ==()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H
A
D
Option.h
133
std::string
Ret
= getPrefix();
in getPrefixedName()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
ARMWinEH.h
134
ReturnType
Ret
() const {
in Ret()
function in llvm::ARM::WinEH::RuntimeFunction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFYAML.cpp
894
std::vector<StOtherPiece>
Ret
;
in NormalizedOther()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUPropagateAttributes.cpp
303
std::string
Ret
;
in getFeatureString()
local
H
A
D
SIAnnotateControlFlow.cpp
224
Value *
Ret
= CallInst::Create(Else, popSaved(), "", Term);
in insertElse()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMTargetMachine.cpp
135
std::string
Ret
;
in computeDataLayout()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H
A
D
MipsISelDAGToDAG.cpp
58
bool
Ret
= SelectionDAGISel::runOnMachineFunction(MF);
in runOnMachineFunction()
local
H
A
D
MipsTargetMachine.cpp
66
std::string
Ret
;
in computeDataLayout()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H
A
D
NVPTXTargetMachine.cpp
95
std::string
Ret
= "e";
in computeDataLayout()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCTargetMachine.cpp
128
std::string
Ret
;
in getDataLayoutString()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H
A
D
WebAssemblyTargetMachine.cpp
222
std::string
Ret
;
in getFeatureString()
local
Completed in 15 milliseconds
1
2
3
4
5
6