Home
last modified time | relevance | path

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

12345678910>>...23

/aosp_15_r20/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()
/aosp_15_r20/external/llvm/unittests/Transforms/Utils/
H A 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
/aosp_15_r20/external/llvm-libc/test/src/string/
H A Dmemmove_test.cpp26 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
/aosp_15_r20/external/coreboot/src/soc/amd/common/psp_verstage/include/
H A Dsvc_call.h6 #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
/aosp_15_r20/external/llvm/lib/Object/
H A 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
H A DCOFFObjectFile.cpp245 DataRefImpl Ret; in getSymbolSection() local
370 DataRefImpl Ret; in section_rel_begin() local
380 DataRefImpl Ret; in section_rel_end() local
760 DataRefImpl Ret; in symbol_begin_impl() local
767 DataRefImpl Ret; in symbol_end_impl() local
813 DataRefImpl Ret; in section_begin() local
819 DataRefImpl Ret; in section_end() local
1513 std::unique_ptr<COFFObjectFile> Ret(new COFFObjectFile(Object, EC)); in createCOFFObjectFile() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dattr.rs467 type Ret: Iterator<Item = &'a Attribute>; typedef
469 fn outer(self) -> Self::Ret; in outer()
470 fn inner(self) -> Self::Ret; in inner()
474 type Ret = iter::Filter<slice::Iter<'a, Attribute>, fn(&&Attribute) -> bool>; typedef
476 fn outer(self) -> Self::Ret { in outer()
486 fn inner(self) -> Self::Ret { in inner()
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dattr.rs595 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()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dattr.rs595 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()
/aosp_15_r20/external/llvm/tools/bugpoint/
H A 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
/aosp_15_r20/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/lock_api/src/
Drwlock.rs2057 pub fn with_upgraded<Ret, F: FnOnce(&mut T) -> Ret>(&mut self, f: F) -> Ret { in with_upgraded()
2082 pub fn try_with_upgraded<Ret, F: FnOnce(&mut T) -> Ret>(&mut self, f: F) -> Option<Ret> { in try_with_upgraded()
2160 pub fn try_with_upgraded_for<Ret, F: FnOnce(&mut T) -> Ret>( in try_with_upgraded_for()
2164 ) -> Option<Ret> { in try_with_upgraded_for()
2191 pub fn try_with_upgraded_until<Ret, F: FnOnce(&mut T) -> Ret>( in try_with_upgraded_until()
2195 ) -> Option<Ret> { in try_with_upgraded_until()
2405 pub fn with_upgraded<Ret, F: FnOnce(&mut T) -> Ret>(&mut self, f: F) -> Ret { in with_upgraded()
2430 pub fn try_with_upgraded<Ret, F: FnOnce(&mut T) -> Ret>(&mut self, f: F) -> Option<Ret> { in try_with_upgraded()
2514 pub fn try_with_upgraded_for<Ret, F: FnOnce(&mut T) -> Ret>( in try_with_upgraded_for()
2518 ) -> Option<Ret> { in try_with_upgraded_for()
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/
H A DPatchInfoReader.cpp229 bool Ret; in readRelocationSection() local
286 bool Ret; in readSymbolTableSection() local
331 bool Ret; in readRegisterAccessTableSection() local
376 bool Ret; in readTokenTableSection() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp752 uint64_t Ret = 0; in optimizeMemCmp() local
949 Value *Ret = nullptr; in optimizeCos() local
990 Value *Ret = nullptr; in optimizePow() local
1108 Value *Ret = nullptr; in optimizeExp2() local
1153 Value *Ret = nullptr; in optimizeFabs() local
1174 if (Value *Ret = optimizeBinaryDoubleFP(CI, B)) in optimizeFMinFMax() local
1207 Value *Ret = nullptr; in optimizeLog() local
1252 Value *Ret = nullptr; in optimizeSqrt() local
1319 Value *Ret = nullptr; in optimizeTan() local
2276 Value *Ret = emitMemCpyChk(Dst, Src, LenV, ObjSize, B, DL, TLI); in optimizeStrpCpyChk() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp4121 auto Ret = add(RHS, RM); in subtract() local
4216 auto Ret = in divide() local
4225 auto Ret = in remainder() local
4234 auto Ret = Tmp.mod(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in mod() local
4245 auto Ret = Tmp.fusedMultiplyAdd( in fusedMultiplyAdd() local
4255 auto Ret = Tmp.roundToIntegral(RM); in roundToIntegral() local
4361 auto Ret = Tmp.convertFromString(S, RM); in convertFromString() local
4369 auto Ret = Tmp.next(nextDown); in next() local
4388 auto Ret = Tmp.convertFromAPInt(Input, IsSigned, RM); in convertFromAPInt() local
4399 auto Ret = Tmp.convertFromSignExtendedInteger(Input, InputSize, IsSigned, RM); in convertFromSignExtendedInteger() local
[all …]
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPFloat.cpp4703 auto Ret = add(RHS, RM); in subtract() local
4798 auto Ret = in divide() local
4807 auto Ret = in remainder() local
4816 auto Ret = Tmp.mod(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in mod() local
4827 auto Ret = Tmp.fusedMultiplyAdd( in fusedMultiplyAdd() local
4837 auto Ret = Tmp.roundToIntegral(RM); in roundToIntegral() local
4943 auto Ret = Tmp.convertFromString(S, RM); in convertFromString() local
4951 auto Ret = Tmp.next(nextDown); in next() local
4970 auto Ret = Tmp.convertFromAPInt(Input, IsSigned, RM); in convertFromAPInt() local
4981 auto Ret = Tmp.convertFromSignExtendedInteger(Input, InputSize, IsSigned, RM); in convertFromSignExtendedInteger() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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

12345678910>>...23