Home
last modified time | relevance | path

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

12345678910>>...22

/external/llvm-project/lldb/source/Host/linux/
DSupport.cpp19 auto Ret = llvm::MemoryBuffer::getFileAsStream(File); in getProcFile() local
29 auto Ret = llvm::MemoryBuffer::getFileAsStream(File); in getProcFile() local
39 auto Ret = llvm::MemoryBuffer::getFileAsStream(File); in getProcFile() local
/external/llvm-project/llvm/unittests/Transforms/Utils/
DIntegerDivisionTest.cpp43 Value *Ret = Builder.CreateRet(Div); in TEST() local
73 Value *Ret = Builder.CreateRet(Div); in TEST() local
103 Value *Ret = Builder.CreateRet(Rem); in TEST() local
133 Value *Ret = Builder.CreateRet(Rem); in TEST() local
164 Value *Ret = Builder.CreateRet(Div); in TEST() local
194 Value *Ret = Builder.CreateRet(Div); in TEST() local
224 Value *Ret = Builder.CreateRet(Rem); in TEST() local
254 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/rust/crates/syn/src/
Dattr.rs468 type Ret: Iterator<Item = &'a Attribute>; typedef
470 fn outer(self) -> Self::Ret; in outer()
471 fn inner(self) -> Self::Ret; in inner()
478 type Ret = iter::Filter<T::IntoIter, fn(&&Attribute) -> bool>; typedef
480 fn outer(self) -> Self::Ret { in outer()
490 fn inner(self) -> Self::Ret { in inner()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp49 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName() local
55 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName() local
61 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName() local
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp49 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName() local
55 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName() local
61 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName() 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
/external/llvm-project/llvm/tools/bugpoint/
DMiscompilation.cpp201 Expected<bool> Ret = TestFuncs(Suffix); in doTest() local
208 Expected<bool> Ret = TestFuncs(Prefix); in doTest() local
463 Expected<bool> Ret = TestFuncs(Suffix); in doTest() local
470 Expected<bool> Ret = TestFuncs(Prefix); in doTest() local
526 Expected<bool> Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize)); in TestFuncs() local
556 Expected<bool> Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks() local
563 Expected<bool> Ret = in ExtractBlocks() local
631 Expected<bool> Ret = ReduceMiscompilingFunctions(BD, TestFn) in DebugAMiscompilation() local
648 Expected<bool> Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions); in DebugAMiscompilation() local
672 Expected<bool> Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions); in DebugAMiscompilation() local
/external/llvm-project/openmp/libomptarget/src/
Domptarget.cpp451 int Ret; in targetDataEnd() local
669 int Ret = Device.retrieveData(HstPtrBegin, TgtPtrBegin, ArgSize, nullptr); in targetDataContiguous() local
696 int Ret = Device.submitData(TgtPtrBegin, HstPtrBegin, ArgSize, nullptr); in targetDataContiguous() local
733 int Ret = OFFLOAD_SUCCESS; in targetDataNonContiguous() local
788 int Ret = targetDataMapper(Device, ArgsBase[I], Args[I], ArgSizes[I], in targetDataUpdate() local
801 int Ret = OFFLOAD_SUCCESS; in targetDataUpdate() local
960 int Ret = Device.submitData(TgtPtr, HstPtr, ArgSize, AsyncInfo); in addArg() local
1015 int Ret = Device.submitData(TgtPtr, FirstPrivateArgBuffer.data(), in packAndTransfer() local
1041 int Ret = Device.deleteData(P); in free() local
1065 int Ret = targetDataBegin(Device, ArgNum, ArgBases, Args, ArgSizes, ArgTypes, in processDataBefore() local
[all …]
/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/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c337 static void checkOpenCLError(int Ret, const char *format, ...) { in checkOpenCLError()
357 cl_int Ret; in initContextCL() local
442 cl_int Ret; in freeKernelCL() local
449 cl_int Ret = in freeKernelCL() local
455 cl_int Ret = in freeKernelCL() local
507 cl_int Ret; in getKernelCL() local
565 cl_int Ret; in copyFromHostToDeviceCL() local
582 cl_int Ret; in copyFromDeviceToHostCL() local
596 cl_int Ret; in launchKernelCL() local
634 cl_int Ret = clReleaseMemObjectFcnPtr((cl_mem)DevPtr->MemObj); in freeDeviceMemoryCL() local
[all …]
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h31 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
37 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
43 uint16_t Ret = static_cast<uint16_t>(a) | static_cast<uint16_t>(b); variable
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h31 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
37 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
43 uint16_t Ret = static_cast<uint16_t>(a) | static_cast<uint16_t>(b); variable
/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/llvm-project/clang/unittests/AST/
DRecursiveASTVisitorTest.cpp64 bool Ret = RecursiveASTVisitor::TraverseFunctionDecl(D); in TraverseFunctionDecl() local
72 bool Ret = RecursiveASTVisitor::TraverseAttr(A); in TraverseAttr() local
/external/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dbind_return_type.pass.cpp56 using Ret = decltype(ret(42)); in do_test() typedef
101 using Ret = decltype(ret(42)); in do_test_r() typedef
/external/llvm-project/llvm/lib/Object/
DIRObjectFile.cpp55 DataRefImpl Ret; in symbol_begin() local
61 DataRefImpl Ret; in symbol_end() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRObjectFile.cpp55 DataRefImpl Ret; in symbol_begin() local
61 DataRefImpl Ret; in symbol_end() local
/external/llvm-project/clang/test/Analysis/
Dstream-error.c66 int Ret = fread(Buf, 1, 10, F); in error_fread() local
91 int Ret = fwrite(Buf, 1, 10, F); in error_fwrite() local
/external/llvm-project/compiler-rt/test/profile/
Dinstrprof-write-file.c22 int Ret = foo(0); in main() local
/external/compiler-rt/test/profile/
Dinstrprof-write-file.c21 int Ret = foo(0); in main() local
/external/llvm-project/compiler-rt/test/dfsan/
Dinterceptors.c22 void *Ret = mmap(NULL, Size, PROT_READ | PROT_WRITE, in calloc() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DDemangle.cpp33 std::string Ret = Demangled; in demangle() local
/external/llvm-project/llvm/lib/Demangle/
DDemangle.cpp33 std::string Ret = Demangled; in demangle() local

12345678910>>...22