Home
last modified time | relevance | path

Searched defs:Ret (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp44 Value *Ret = Builder.CreateRet(Div); in TEST() local
74 Value *Ret = Builder.CreateRet(Div); in TEST() local
104 Value *Ret = Builder.CreateRet(Rem); in TEST() local
134 Value *Ret = Builder.CreateRet(Rem); in TEST() local
165 Value *Ret = Builder.CreateRet(Div); in TEST() local
195 Value *Ret = Builder.CreateRet(Div); in TEST() local
225 Value *Ret = Builder.CreateRet(Rem); in TEST() local
255 Value *Ret = Builder.CreateRet(Rem); in TEST() local
/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp44 Value *Ret = Builder.CreateRet(Div); in TEST() local
74 Value *Ret = Builder.CreateRet(Div); in TEST() local
104 Value *Ret = Builder.CreateRet(Rem); in TEST() local
134 Value *Ret = Builder.CreateRet(Rem); in TEST() local
165 Value *Ret = Builder.CreateRet(Div); in TEST() local
195 Value *Ret = Builder.CreateRet(Div); in TEST() local
225 Value *Ret = Builder.CreateRet(Rem); in TEST() local
255 Value *Ret = Builder.CreateRet(Rem); in TEST() local
/external/llvm/lib/Object/
DArchive.cpp46 uint32_t Ret; in getSize() local
53 unsigned Ret; in getAccessMode() local
65 sys::TimeValue Ret; in getLastModified() local
71 unsigned Ret; in getUID() local
81 unsigned Ret; in getGID() local
194 Child Ret(Parent, NextLoc, &EC); in getNext() local
274 std::unique_ptr<Archive> Ret(new Archive(Source, Err)); in create() local
DObject.cpp73 auto *Ret = new OwningBinary<ObjectFile>(std::move(ObjOrErr.get()), std::move(Buf)); in LLVMCreateObjectFile() local
186 Expected<StringRef> Ret = (*unwrap(SI))->getName(); in LLVMGetSymbolName() local
198 Expected<uint64_t> Ret = (*unwrap(SI))->getAddress(); in LLVMGetSymbolAddress() local
/external/rust/crates/syn/1.0.7/src/
Dattr.rs451 type Ret: Iterator<Item = &'a Attribute>; typedef
453 fn outer(self) -> Self::Ret; in outer()
454 fn inner(self) -> Self::Ret; in inner()
461 type Ret = iter::Filter<T::IntoIter, fn(&&Attribute) -> bool>; typedef
463 fn outer(self) -> Self::Ret { in outer()
473 fn inner(self) -> Self::Ret { in inner()
/external/rust/crates/syn/0.15.42/src/
Dattr.rs506 type Ret: Iterator<Item = &'a Attribute>; typedef
508 fn outer(self) -> Self::Ret; in outer()
509 fn inner(self) -> Self::Ret; in inner()
516 type Ret = iter::Filter<T::IntoIter, fn(&&Attribute) -> bool>; typedef
518 fn outer(self) -> Self::Ret { in outer()
529 fn inner(self) -> Self::Ret { in inner()
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h25 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
31 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
37 uint16_t Ret = static_cast<uint16_t>(a) | static_cast<uint16_t>(b); variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DMiscompilation.cpp202 Expected<bool> Ret = TestFuncs(Suffix); in doTest() local
209 Expected<bool> Ret = TestFuncs(Prefix); in doTest() local
462 Expected<bool> Ret = TestFuncs(Suffix); in doTest() local
469 Expected<bool> Ret = TestFuncs(Prefix); in doTest() local
525 Expected<bool> Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize)); in TestFuncs() local
555 Expected<bool> Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks() local
562 Expected<bool> Ret = in ExtractBlocks() local
629 Expected<bool> Ret = ReduceMiscompilingFunctions(BD, TestFn) in DebugAMiscompilation() local
646 Expected<bool> Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions); in DebugAMiscompilation() local
670 Expected<bool> Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions); in DebugAMiscompilation() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h32 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
38 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
44 uint16_t Ret = static_cast<uint16_t>(a) | static_cast<uint16_t>(b); variable
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dbind_return_type.pass.cpp57 using Ret = decltype(ret(42)); in do_test() typedef
102 using Ret = decltype(ret(42)); in do_test_r() typedef
/external/compiler-rt/test/profile/
Dinstrprof-write-file.c21 int Ret = foo(0); in main() local
/external/llvm/tools/bugpoint/
DMiscompilation.cpp194 bool Ret = TestFuncs(Suffix, Error); in doTest() local
201 bool Ret = TestFuncs(Prefix, Error); in doTest() local
455 bool Ret = TestFuncs(Suffix, Error); in doTest() local
462 bool Ret = TestFuncs(Prefix, Error); in doTest() local
517 bool Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize), Error); in TestFuncs() local
547 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks() local
641 bool Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions, Error); in DebugAMiscompilation() local
665 bool Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions, Error); in DebugAMiscompilation() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRObjectFile.cpp57 DataRefImpl Ret; in symbol_begin() local
63 DataRefImpl Ret; in symbol_end() local
DArchive.cpp228 uint32_t Ret; in getSize() local
246 unsigned Ret; in getAccessMode() local
285 unsigned Ret; in getUID() local
304 unsigned Ret; in getGID() local
483 Child Ret(Parent, NextLoc, &Err); in getNext() local
533 std::unique_ptr<Archive> Ret(new Archive(Source, Err)); in create() local
DObject.cpp73 auto *Ret = new OwningBinary<ObjectFile>(std::move(ObjOrErr.get()), std::move(Buf)); in LLVMCreateObjectFile() local
186 Expected<StringRef> Ret = (*unwrap(SI))->getName(); in LLVMGetSymbolName() local
198 Expected<uint64_t> Ret = (*unwrap(SI))->getAddress(); in LLVMGetSymbolAddress() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2ISelLowering.h36 Ret enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Ddiagnostic.c73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler() local
/external/llvm/tools/llvm-c-test/
Ddiagnostic.c73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler() local
/external/skqp/tools/gpu/gl/
DGLTestContext.h60 void getGLProcAddress(Ret(GR_GL_FUNCTION_TYPE** out)(Args...), in Ret() function
/external/skia/tools/gpu/gl/
DGLTestContext.h59 void getGLProcAddress(Ret(GR_GL_FUNCTION_TYPE** out)(Args...), in Ret() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DOrderedBasicBlockTest.cpp43 Instruction *Ret = &*I++; in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp213 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term); in openIf() local
223 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); in insertElse() local
241 Value *Ret = NewPhi; in handleLoopCondition() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp111 auto *Ret = new (NamedBufferAlloc(BufferName)) in getMemBuffer() local
155 auto *Ret = new (Mem) MemoryBufferMem(StringRef(Buf, Size), true); in getNewUninitMemBuffer() local
275 ErrorOr<std::unique_ptr<MemoryBuffer>> Ret = in getFileAux() local
447 ErrorOr<std::unique_ptr<MemoryBuffer>> Ret = in getFileAsStream() local
/external/llvm/lib/Support/
DFileOutputBuffer.cpp93 int Ret = close(FD); in create() local
/external/llvm/lib/TableGen/
DMain.cpp105 if (int Ret = createDependencyFile(Parser, argv0)) in TableGenMain() local

12345678910>>...12