/external/rust/beto-rust/common/handle_map/src/ |
D | guard.rs | 42 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/coreboot/src/soc/amd/common/psp_verstage/include/ |
D | svc_call.h | 6 #define SVC_CALL4(SVC_ID, R0, R1, R2, R3, Ret) \ argument 19 #define SVC_CALL3(SVC_ID, R0, R1, R2, Ret) \ argument 30 #define SVC_CALL2(SVC_ID, R0, R1, Ret) \ argument 40 #define SVC_CALL1(SVC_ID, R0, Ret) \ argument 49 #define SVC_CALL0(SVC_ID, Ret) \ argument
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/string/ |
D | memmove_test.cpp | 26 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 2, 0); in TEST() local 35 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer, 1); in TEST() local 46 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 2, 2); in TEST() local 55 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 1, 2); in TEST() local 68 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 2, 1); in TEST() local 77 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 1, 1); in TEST() local
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/string/ |
D | memmove_test.cpp | 26 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 2, 0); in TEST() local 35 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer, 1); in TEST() local 46 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 2, 2); in TEST() local 55 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 1, 2); in TEST() local 68 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 2, 1); in TEST() local 77 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 1, 1); in TEST() local
|
/external/llvm-libc/test/src/string/ |
D | memmove_test.cpp | 26 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 2, 0); in TEST() local 35 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer, 1); in TEST() local 46 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 2, 2); in TEST() local 55 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 1, 2); in TEST() local 68 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 2, 1); in TEST() local 77 void *const Ret = LIBC_NAMESPACE::memmove(Dst, Buffer + 1, 1); in TEST() local
|
/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 44 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/ |
D | DLangDemangle.cpp | 182 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/ |
D | stdlib.rs | 75 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-16.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumInjectedSources.cpp | 51 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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumInjectedSources.cpp | 49 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/ |
D | Archive.cpp | 46 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/android-crates-io/crates/syn/src/ |
D | attr.rs | 595 type Ret: Iterator<Item = &'a Attribute>; typedef 597 fn outer(self) -> Self::Ret; in outer() 599 fn inner(self) -> Self::Ret; in inner() 604 type Ret = iter::Filter<slice::Iter<'a, Attribute>, fn(&&Attribute) -> bool>; typedef 606 fn outer(self) -> Self::Ret { in outer() 617 fn inner(self) -> Self::Ret { in inner()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/ |
D | attr.rs | 595 type Ret: Iterator<Item = &'a Attribute>; typedef 597 fn outer(self) -> Self::Ret; in outer() 599 fn inner(self) -> Self::Ret; in inner() 604 type Ret = iter::Filter<slice::Iter<'a, Attribute>, fn(&&Attribute) -> bool>; typedef 606 fn outer(self) -> Self::Ret { in outer() 617 fn inner(self) -> Self::Ret { in inner()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/ |
D | attr.rs | 595 type Ret: Iterator<Item = &'a Attribute>; typedef 597 fn outer(self) -> Self::Ret; in outer() 599 fn inner(self) -> Self::Ret; in inner() 604 type Ret = iter::Filter<slice::Iter<'a, Attribute>, fn(&&Attribute) -> bool>; typedef 606 fn outer(self) -> Self::Ret { in outer() 617 fn inner(self) -> Self::Ret { in inner()
|
/external/llvm/include/llvm/ObjectYAML/ |
D | COFFYAML.h | 25 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/ |
D | Miscompilation.cpp | 194 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-16.0/llvm/include/llvm/ObjectYAML/ |
D | COFFYAML.h | 31 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-10.0/llvm/include/llvm/ObjectYAML/ |
D | COFFYAML.h | 31 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/ |
D | bind_return_type.pass.cpp | 57 using Ret = decltype(ret(42)); in do_test() typedef 102 using Ret = decltype(ret(42)); in do_test_r() typedef
|
/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/ |
D | PatchInfoReader.cpp | 229 bool Ret; in readRelocationSection() local 286 bool Ret; in readSymbolTableSection() local 331 bool Ret; in readRegisterAccessTableSection() local 376 bool Ret; in readTokenTableSection() local
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
D | bind_return_type.pass.cpp | 57 using Ret = decltype(ret(42)); in do_test() typedef 102 using Ret = decltype(ret(42)); in do_test_r() typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
D | bind_return_type.pass.cpp | 57 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/lib/Object/ |
D | IRObjectFile.cpp | 55 DataRefImpl Ret; in symbol_begin() local 61 DataRefImpl Ret; in symbol_end() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | IRObjectFile.cpp | 55 DataRefImpl Ret; in symbol_begin() local 61 DataRefImpl Ret; in symbol_end() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | WasmEHFuncInfo.h | 46 SmallPtrSet<const BasicBlock *, 4> Ret; in getUnwindSrcs() local 70 SmallPtrSet<MachineBasicBlock *, 4> Ret; in getUnwindSrcs() local
|