/aosp_15_r20/external/pytorch/torch/ |
H A D | custom_class.h | 176 using RetType = variable 407 using RetType = variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 171 Type* RetType = F.getReturnType(); in needsFPReturnHelper() local 176 Type* RetType = FT.getReturnType(); in needsFPReturnHelper() local
|
H A D | MipsOs16.cpp | 50 Type* RetType = F.getReturnType(); in needsFPFromSig() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 172 Type* RetType = F.getReturnType(); in needsFPReturnHelper() local 177 Type* RetType = FT.getReturnType(); in needsFPReturnHelper() local
|
H A D | MipsOs16.cpp | 51 Type* RetType = F.getReturnType(); in needsFPFromSig() local
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 172 Type* RetType = F.getReturnType(); in needsFPReturnHelper() local 177 Type* RetType = FT.getReturnType(); in needsFPReturnHelper() local
|
H A D | MipsOs16.cpp | 53 Type* RetType = F.getReturnType(); in needsFPFromSig() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/net/ucred/ |
H A D | tests.rs | 28 fn test_socket_pair_pids(arg: Type) -> RetType { in test_socket_pair_pids()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/net/ucred/ |
H A D | tests.rs | 28 fn test_socket_pair_pids(arg: Type) -> RetType { in test_socket_pair_pids()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/unix/net/ucred/ |
H A D | tests.rs | 28 fn test_socket_pair_pids(arg: Type) -> RetType { in test_socket_pair_pids()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/net/ucred/ |
H A D | tests.rs | 28 fn test_socket_pair_pids(arg: Type) -> RetType { in test_socket_pair_pids()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/net/ucred/ |
H A D | tests.rs | 28 fn test_socket_pair_pids(arg: Type) -> RetType { in test_socket_pair_pids()
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 444 IntegerType *RetType, ArrayRef<VirtualCallTarget> TargetsForSlot, in tryUniformRetValOpt() 502 auto RetType = dyn_cast<IntegerType>(TargetsForSlot[0].Fn->getReturnType()); in tryVirtualConstProp() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_ml.cpp | 44 typedef typename boost::result_of< F() >::type RetType; in async() typedef
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | result.h | 182 using RetType = std::invoke_result_t<Fn, RefType>; in ThenInternal() local
|
/aosp_15_r20/art/runtime/entrypoints/quick/ |
H A D | runtime_entrypoints_list.h | 395 #define ART_GET_FIELD_FROM_CODE_DECL(V, Kind, RetType, SetType) \ argument
|
H A D | quick_field_entrypoints.cc | 109 #define ART_GET_FIELD_FROM_CODE(Kind, RetType, SetType, PrimitiveOrObject, \ argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 689 int64_t RetType = Try->getOperand(0).getImm(); in removeUnnecessaryInstrs() local 1237 WebAssembly::BlockType RetType = in fixEndsAtEndOfFunction() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 385 Type *RetType = T->getReturnType(); in getArgsFunctionType() local 397 Type *RetType = T->getReturnType(); in getTrampolineFunctionType() local 420 Type *RetType = T->getReturnType(); in getCustomFunctionType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 494 Type *RetType = T->getReturnType(); in getArgsFunctionType() local 506 Type *RetType = T->getReturnType(); in getTrampolineFunctionType() local 537 Type *RetType = T->getReturnType(); in getCustomFunctionType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 765 int64_t RetType = Try->getOperand(0).getImm(); in removeUnnecessaryInstrs() local 1478 WebAssembly::BlockType RetType = in fixEndsAtEndOfFunction() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | tensor_types.h | 157 TensorType::NumIndices>::Tensor32Bit RetType; in To32Bit() typedef
|
/aosp_15_r20/external/guice/core/test/com/google/inject/ |
H A D | MethodInterceptionTest.java | 328 static class RetType extends ErasedType {} class in MethodInterceptionTest
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 72 Type *RetType = IsRetAggr ? B.getInt32Ty() : F->getReturnType(); in processFunctionSignature() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 427 QualType RetType = FD->getReturnType(); in CheckCompletedCoroutineBody() local
|