/aosp_15_r20/external/compiler-rt/lib/interception/ |
H A D | interception.h | 122 # define DECLARE_WRAPPER(ret_type, func, ...) argument 128 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument 130 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \ argument 139 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument 146 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument 156 # define DECLARE_REAL(ret_type, func, ...) \ argument 163 # define DECLARE_REAL(ret_type, func, ...) \ argument 167 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ argument 176 # define DEFINE_REAL(ret_type, func, ...) \ argument 182 # define DEFINE_REAL(ret_type, func, ...) argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | full_type_inference_util.cc | 46 FullTypeDef ret_type; in ReplicateInput() local 86 FullTypeDef ret_type; in Merge() local 100 FullTypeDef ret_type; in Encode() local 130 FullTypeDef ret_type; in Decode() local 149 FullTypeDef ret_type; in UnaryContainerCreate() local 167 FullTypeDef ret_type; in UnaryContainerAdd() local 232 FullTypeDef ret_type; in MultiaryUnstack() local 267 FullTypeDef ret_type; in ContainerMap() local 303 FullTypeDef ret_type; in MapCovariant() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_intr.c | 126 LLVMTypeRef ret_type, in lp_declare_intrinsic() 191 LLVMTypeRef ret_type, in lp_build_intrinsic() 240 LLVMTypeRef ret_type, in lp_build_intrinsic_unary() 250 LLVMTypeRef ret_type, in lp_build_intrinsic_binary() 355 LLVMTypeRef ret_type, in lp_build_intrinsic_map() 385 LLVMTypeRef ret_type, in lp_build_intrinsic_map_unary() 395 LLVMTypeRef ret_type, in lp_build_intrinsic_map_binary()
|
H A D | lp_bld_jit_types.c | 792 LLVMTypeRef ret_type; in lp_build_sample_function_type() local 842 LLVMTypeRef ret_type; in lp_build_size_function_type() local 869 LLVMTypeRef ret_type; in lp_build_image_function_type() local
|
H A D | lp_bld_format_aos.c | 829 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local 935 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
|
H A D | lp_bld_assert.c | 67 LLVMTypeRef ret_type; in lp_build_assert() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/ |
D | search_test1.cpp | 37 typedef typename std::pair<iter_type, iter_type> ret_type; in check_one_iter() typedef 102 typedef typename std::pair<ptr_type, ptr_type> ret_type; in check_one_pointer() typedef 152 typedef typename std::pair<iter_type, iter_type> ret_type; in check_one_object() typedef
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/proc/ |
H A D | lib.rs | 13 let mut ret_type = None; in cl_entrypoint() localVariable 62 let ret_type = ret_type.as_ref().expect("no ret_type found!"); in cl_entrypoint() localVariable
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/ |
H A D | call.h | 58 v::Type ret_type; member 82 v::Type ret_type; member
|
/aosp_15_r20/external/clang/utils/VtableTest/ |
H A D | gen.cc | 157 int ret_type = 0; in gs() local 233 int ret_type = 0; in gs() local
|
/aosp_15_r20/external/pytorch/torch/fx/ |
H A D | operator_schemas.py | 201 def ret_type(x): function 204 def ret_type(x): function
|
/aosp_15_r20/external/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cc | 406 #define INTERCEPTOR_STRTO_BODY(ret_type, func, ...) \ argument 412 #define INTERCEPTOR_STRTO(ret_type, func, char_type) \ argument 417 #define INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ argument 423 #define INTERCEPTOR_STRTO_LOC(ret_type, func, char_type) \ argument 429 #define INTERCEPTOR_STRTO_BASE_LOC(ret_type, func, char_type) \ argument 435 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ argument 441 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ argument 506 #define INTERCEPTOR_STRFTIME_BODY(char_type, ret_type, func, s, ...) \ argument
|
/aosp_15_r20/external/pdfium/xfa/fxfa/formcalc/ |
H A D | cxfa_fmexpression.cpp | 754 ReturnType ret_type = expr == m_pExpressions.back() ? ReturnType::kImplied in ToJavaScript() local 796 CXFA_FMAssignExpression::ReturnType ret_type = in ToJavaScript() local 918 ReturnType ret_type = expr == m_ExpressionList.back() in ToJavaScript() local
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 194 struct vtn_type *ret_type = vtn_callee->type->return_type; in vtn_handle_function_call() local 565 const struct glsl_type *ret_type = in vtn_emit_ret_store() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm.c | 127 LLVMTypeRef ret_type; in si_llvm_create_func() local 433 LLVMTypeRef ret_type = LLVMTypeOf(params[i]); in si_build_wrapper_function() local
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/ |
D | ffi.c | 122 int ret_type = cif->flags; in ffi_call() local
|
/aosp_15_r20/external/libffi/src/bfin/ |
H A D | ffi.c | 122 int ret_type = cif->flags; in ffi_call() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | types.cpp | 597 Function::Function(const Type* ret_type, const std::vector<const Type*>& params) in Function() 600 Function::Function(const Type* ret_type, std::vector<const Type*>& params) in Function()
|
H A D | fix_storage_class.cpp | 144 const analysis::Type* ret_type = in IsPointerResultType() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | types.cpp | 597 Function::Function(const Type* ret_type, const std::vector<const Type*>& params) in Function() 600 Function::Function(const Type* ret_type, std::vector<const Type*>& params) in Function()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tokenizer/include/boost/ |
D | token_iterator.hpp | 125 token_iterator_generator<TokenizerFunc,Iterator,Type>::type ret_type; in make_token_iterator() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/ |
H A D | function_cache.cc | 128 for (const auto& ret_type : fbody->ret_types) { in GetOrAddFunction() local
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
H A D | ConstantHTML.java | 129 final String ret_type = Class2HTML.referenceType(type); in writeConstant() local
|
/aosp_15_r20/system/keymint/wire/src/ |
H A D | types.rs | 545 let ret_type = <$cenum>::from_cbor_value(a.remove(0))?; localVariable 583 let ret_type = <$cenum>::from_cbor_value(a.remove(0))?; localVariable
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | types.cpp | 601 Function::Function(const Type* ret_type, const std::vector<const Type*>& params) in Function() 604 Function::Function(const Type* ret_type, std::vector<const Type*>& params) in Function()
|