Home
last modified time | relevance | path

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

12

/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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c103 LLVMTypeRef ret_type, in lp_declare_intrinsic()
222 LLVMTypeRef ret_type, in lp_build_intrinsic()
264 LLVMTypeRef ret_type, in lp_build_intrinsic_unary()
274 LLVMTypeRef ret_type, in lp_build_intrinsic_binary()
379 LLVMTypeRef ret_type, in lp_build_intrinsic_map()
409 LLVMTypeRef ret_type, in lp_build_intrinsic_map_unary()
419 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.c793 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
898 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
Dlp_bld_format_cached.c172 LLVMTypeRef ret_type; in update_cached_block() 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/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DConstantHTML.java129 final String ret_type = Class2HTML.referenceType(type); in writeConstant() local
/external/python/cpython2/Modules/_ctypes/libffi/src/s390/
Dffi.c506 int ret_type = cif->flags; in ffi_call() local
/external/libffi/src/s390/
Dffi.c513 int ret_type = cif->flags; in ffi_call() 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/lower_jumps/
Dcreate_test_cases.py36 def make_test_case(f_name, ret_type, body): 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/deqp-deps/SPIRV-Tools/source/opt/
Dtypes.cpp553 Function::Function(Type* ret_type, const std::vector<const Type*>& params) in Function()
556 Function::Function(Type* ret_type, std::vector<const Type*>& params) in Function()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.cpp553 Function::Function(Type* ret_type, const std::vector<const Type*>& params) in Function()
556 Function::Function(Type* ret_type, std::vector<const Type*>& params) in Function()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionFactory.java85 …ic InvokeInstruction createInvoke( final String class_name, final String name, final Type ret_type, in createInvoke()
/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.cc152 for (const auto& ret_type : fbody->ret_types) { in Instantiate() local
/external/flatbuffers/src/
Didl_gen_js_ts.cpp850 std::string ret_type; in GenStruct() local
/external/webrtc/webrtc/base/
Dx11windowpicker.cc285 Atom ret_type; in GetWindowIcon() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1164 LLVMTypeRef main_fn_type, ret_type; in si_llvm_create_func() local
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5987 const glsl_type *ret_type = (flags & IMAGE_FUNCTION_RETURNS_VOID ? in _image_prototype() local
6031 const glsl_type *ret_type; in _image_size_prototype() local
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc987 for (const auto& ret_type : fbody->ret_types) { in RunRemote() local
/external/f2fs-tools/fsck/
Dmount.c1695 unsigned int segno, int *ret_type) in get_sum_block()

12