Home
last modified time | relevance | path

Searched defs:ret_type (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/compiler-rt/lib/interception/
H A Dinterception.h122 # 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 Dfull_type_inference_util.cc46 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 Dlp_bld_intr.c126 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 Dlp_bld_jit_types.c792 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 Dlp_bld_format_aos.c829 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
935 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
H A Dlp_bld_assert.c67 LLVMTypeRef ret_type; in lp_build_assert() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dsearch_test1.cpp37 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 Dlib.rs13 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 Dcall.h58 v::Type ret_type; member
82 v::Type ret_type; member
/aosp_15_r20/external/clang/utils/VtableTest/
H A Dgen.cc157 int ret_type = 0; in gs() local
233 int ret_type = 0; in gs() local
/aosp_15_r20/external/pytorch/torch/fx/
H A Doperator_schemas.py201 def ret_type(x): function
204 def ret_type(x): function
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc406 #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 Dcxfa_fmexpression.cpp754 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 Dvtn_cfg.c194 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 Dsi_shader_llvm.c127 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/
Dffi.c122 int ret_type = cif->flags; in ffi_call() local
/aosp_15_r20/external/libffi/src/bfin/
H A Dffi.c122 int ret_type = cif->flags; in ffi_call() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtypes.cpp597 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 Dfix_storage_class.cpp144 const analysis::Type* ret_type = in IsPointerResultType() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dtypes.cpp597 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/
Dtoken_iterator.hpp125 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 Dfunction_cache.cc128 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 DConstantHTML.java129 final String ret_type = Class2HTML.referenceType(type); in writeConstant() local
/aosp_15_r20/system/keymint/wire/src/
H A Dtypes.rs545 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 Dtypes.cpp601 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()

1234