Home
last modified time | relevance | path

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

12345678910>>...19

/external/rust/beto-rust/common/handle_map/src/
Dguard.rs42 type Ret; typedef
60 type Ret = T; typedef
62 fn map<'b>(&self, arg: &'b Self::Arg) -> &'b Self::Ret { in map()
67 fn map_mut<'b>(&self, arg: &'b mut Self::Arg) -> &'b mut Self::Ret { in map_mut()
76 type Ret = T; typedef
100 type Ret; typedef
125 type Ret = T; typedef
130 type Ret = T; typedef
132 fn map<'b>(&self, arg: &'b Self::Arg) -> &'b Self::Ret { in map()
138 fn map_mut<'b>(&self, arg: &'b mut Self::Arg) -> &'b mut Self::Ret { in map_mut()
/external/llvm-libc/test/src/string/
Dmemmove_test.cpp25 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 2, 0); in TEST() local
34 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer, 1); in TEST() local
45 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 2, 2); in TEST() local
54 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 1, 2); in TEST() local
67 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 2, 1); in TEST() local
76 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 1, 1); 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/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
DDLangDemangle.cpp182 const char *Demangler::decodeNumber(const char *Mangled, unsigned long &Ret) { in decodeNumber()
207 const char *Demangler::decodeBackrefPos(const char *Mangled, long &Ret) { in decodeBackrefPos()
246 const char *Demangler::decodeBackref(const char *Mangled, const char *&Ret) { in decodeBackref()
326 long Ret; in isSymbolName() local
/external/rust/beto-rust/common/lock_adapter/src/
Dstdlib.rs75 M: RwMapping<Arg = T, Ret = U>, in map() argument
116 M: RwMapping<Arg = T, Ret = U>, in map() argument
170 type Ret; typedef
172 fn map<'a>(&self, arg: &'a Self::Arg) -> &'a Self::Ret; in map()
174 fn map_mut<'a>(&self, arg: &'a mut Self::Arg) -> &'a mut Self::Ret; in map_mut()
/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/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp51 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName() local
57 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName() local
63 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/rust/crates/syn/src/
Dattr.rs586 type Ret: Iterator<Item = &'a Attribute>; typedef
588 fn outer(self) -> Self::Ret; in outer()
589 fn inner(self) -> Self::Ret; in inner()
593 type Ret = iter::Filter<slice::Iter<'a, Attribute>, fn(&&Attribute) -> bool>; typedef
595 fn outer(self) -> Self::Ret { in outer()
605 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/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-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/swiftshader/third_party/llvm-16.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/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/cronet/third_party/libc++/src/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-16.0/llvm/lib/Object/
DIRObjectFile.cpp55 DataRefImpl Ret; in symbol_begin() local
61 DataRefImpl Ret; in symbol_end() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DWasmEHFuncInfo.h46 SmallPtrSet<const BasicBlock *, 4> Ret; in getUnwindSrcs() local
70 SmallPtrSet<MachineBasicBlock *, 4> Ret; in getUnwindSrcs() 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
DArchive.cpp227 uint64_t Ret; in getSize() local
245 unsigned Ret; in getAccessMode() local
284 unsigned Ret; in getUID() local
303 unsigned Ret; in getGID() local
482 Child Ret(Parent, NextLoc, &Err); in getNext() local
532 std::unique_ptr<Archive> Ret(new Archive(Source, Err)); in create() local
DTapiUniversal.cpp50 std::unique_ptr<TapiUniversal> Ret(new TapiUniversal(Source, Err)); in create() local
/external/compiler-rt/test/profile/
Dinstrprof-write-file.c21 int Ret = foo(0); in main() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DDemangle.cpp33 std::string Ret = Demangled; in demangle() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DInlineSizeEstimatorAnalysis.cpp129 size_t Ret = 0; in getSize() local
144 unsigned Ret = 0; in getMaxDominatorTreeDepth() local
248 float Ret = *ER->getTensorValue<float>(0); in run() local
/external/cronet/third_party/libc++/src/src/filesystem/
Dpath_parser.h285 PosPtr Ret = consumeAllSeparators(P, End); in consumeNSeparators() local
342 if (PosPtr Ret = consumeDriveLetter(P, End)) in consumeRootName() local
344 if (PosPtr Ret = consumeNetworkRoot(P, End)) in consumeRootName() local
/external/tensorflow/tensorflow/cc/experimental/libtf/impl/
Dscalars.h59 using Ret = decltype(x1 + x2); // Return type of this function. variable

12345678910>>...19