Home
last modified time | relevance | path

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

123

/external/compiler-rt/lib/interception/
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 …]
/external/tensorflow/tensorflow/core/framework/
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
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c104 LLVMTypeRef ret_type, in lp_declare_intrinsic()
221 LLVMTypeRef ret_type, in lp_build_intrinsic()
274 LLVMTypeRef ret_type, in lp_build_intrinsic_unary()
284 LLVMTypeRef ret_type, in lp_build_intrinsic_binary()
389 LLVMTypeRef ret_type, in lp_build_intrinsic_map()
419 LLVMTypeRef ret_type, in lp_build_intrinsic_map_unary()
429 LLVMTypeRef ret_type, in lp_build_intrinsic_map_binary()
Dlp_bld_assert.c67 LLVMTypeRef ret_type; in lp_build_assert() local
Dlp_bld_format_aos.c828 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
937 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
Dlp_bld_const.c468 LLVMTypeRef ret_type, in lp_build_const_func_pointer()
/external/clang/utils/VtableTest/
Dgen.cc157 int ret_type = 0; in gs() local
233 int ret_type = 0; in gs() local
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
Dffi.c122 int ret_type = cif->flags; in ffi_call() local
/external/libffi/src/bfin/
Dffi.c122 int ret_type = cif->flags; in ffi_call() local
/external/tensorflow/tensorflow/core/tfrt/eager/
Dfunction_cache.cc128 for (const auto& ret_type : fbody->ret_types) { in GetOrAddFunction() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DConstantHTML.java129 final String ret_type = Class2HTML.referenceType(type); in writeConstant() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c143 LLVMTypeRef ret_type; in si_llvm_create_func() local
614 LLVMTypeRef ret_type; in si_build_wrapper_function() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfix_storage_class.cpp144 const analysis::Type* ret_type = in IsPointerResultType() local
/external/python/cpython2/Modules/_ctypes/libffi/src/s390/
Dffi.c506 int ret_type = cif->flags; in ffi_call() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfix_storage_class.cpp144 const analysis::Type* ret_type = in IsPointerResultType() local
Dtypes.cpp593 Function::Function(const Type* ret_type, const std::vector<const Type*>& params) in Function()
596 Function::Function(const Type* ret_type, std::vector<const Type*>& params) in Function()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfix_storage_class.cpp144 const analysis::Type* ret_type = in IsPointerResultType() local
/external/pdfium/xfa/fxfa/formcalc/
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
/external/e2fsprogs/lib/blkid/
Dtag.c225 int blkid_parse_tag_string(const char *token, char **ret_type, char **ret_val) in blkid_parse_tag_string()
/external/mesa3d/src/compiler/glsl/tests/
Dlower_jump_cases.py26 def make_test_case(f_name, ret_type, body): argument
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_btf.h60 #define BTF_FUNC_PROTO_ENC(ret_type, nargs) \ argument
/external/compiler-rt/lib/msan/
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
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerInterceptors.cpp21 #define DEFINE_REAL(ret_type, func, ...) \ argument
/external/libffi/src/s390/
Dffi.c312 int ret_type = cif->flags; in ffi_call_int() local
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c126 struct vtn_type *ret_type = vtn_callee->type->return_type; in vtn_handle_function_call() local
1039 const struct glsl_type *ret_type = in vtn_emit_ret_store() local

123