/openbsd-src/gnu/llvm/compiler-rt/lib/interception/ |
H A D | interception.h | 123 # define DECLARE_WRAPPER(ret_type, func, ...) argument 129 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument 131 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \ argument 140 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument 147 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument 159 # define DECLARE_REAL(ret_type, func, ...) argument 165 # define DECLARE_REAL(ret_type, func, ...) \ argument 173 # define DECLARE_REAL(ret_type, func, ...) \ argument 179 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ argument 184 # define DECLARE_EXTERN_INTERCEPTOR_AND_WRAPPER(ret_type, func, ...) \ argument [all …]
|
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000-c.c | 164 signed char ret_type; member 2441 tree ret_type = rs6000_builtin_type (desc->ret_type); in altivec_build_resolved_builtin() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_solaris.cpp | 46 #define DECLARE__REAL(ret_type, func, ...) \ argument 48 #define DECLARE__REAL_AND_INTERNAL(ret_type, func, ...) \ argument 57 #define DECLARE__REAL64(ret_type, func, ...) \ argument 59 #define DECLARE__REAL_AND_INTERNAL64(ret_type, func, ...) \ argument
|
H A D | sanitizer_netbsd.cpp | 89 #define DEFINE__REAL(ret_type, func, ...) \ argument
|
/openbsd-src/gnu/llvm/clang/utils/VtableTest/ |
H A D | gen.cc | 157 int ret_type = 0; in gs() local 233 int ret_type = 0; in gs() local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-tailcall.c | 550 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); in adjust_accumulator_values() local 619 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); in adjust_return_value() local 876 tree stmt, param, ret_type, tmp, phi; in tree_optimize_tail_calls_1() local
|
H A D | tree-optimize.c | 478 tree ret_type = TREE_TYPE (TREE_TYPE (fndecl)); in tree_rest_of_compilation() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/safestack/ |
H A D | safestack_platform.h | 58 #define DEFINE__REAL(ret_type, func, ...) \ argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 396 #define INTERCEPTOR_STRTO_BODY(ret_type, func, ...) \ argument 402 #define INTERCEPTOR_STRTO(ret_type, func, char_type) \ argument 407 #define INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ argument 413 #define INTERCEPTOR_STRTO_LOC(ret_type, func, char_type) \ argument 419 #define INTERCEPTOR_STRTO_BASE_LOC(ret_type, func, char_type) \ argument 426 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ argument 430 #define INTERCEPTORS_STRTO_BASE(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 497 #define INTERCEPTOR_STRFTIME_BODY(char_type, ret_type, func, s, ...) \ argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 21 #define DEFINE_REAL(ret_type, func, ...) \ argument
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 347 clang::QualType ret_type = in BuildMethod() local
|
/openbsd-src/gnu/gcc/gcc/treelang/ |
H A D | treetree.c | 317 unsigned int ret_type, in tree_code_create_function_prototype()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treetree.c | 232 unsigned int ret_type, in tree_code_create_function_prototype()
|
/openbsd-src/sys/dev/acpi/ |
H A D | dsdt.c | 3467 aml_eval(struct aml_scope * scope,struct aml_value * my_ret,int ret_type,int argc,struct aml_value * argv) aml_eval() argument 3795 aml_parse(struct aml_scope * scope,int ret_type,const char * stype) aml_parse() argument [all...] |
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | StopInfo.cpp | 58 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/ |
H A D | stormy16.c | 2055 tree args, ret_type, arg; in xstormy16_init_builtins() local
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | decl2.c | 507 tree ret_type = TREE_TYPE (TREE_TYPE (method)); in check_java_method() local
|
/openbsd-src/gnu/gcc/gcc/config/mt/ |
H A D | mt.c | 501 tree ret_type = TREE_TYPE (fntype); in mt_init_cumulative_args() local
|
/openbsd-src/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 5937 build_method_decl (enum tree_code code, tree ret_type, tree selector, in build_method_decl() 6483 tree ret_type in build_objc_method_call() local 8567 tree ret_type, meth_type; in really_start_method() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/ |
H A D | d30v.c | 1933 tree ret_type = TREE_TYPE (fntype); local
|
/openbsd-src/gnu/gcc/gcc/config/stormy16/ |
H A D | stormy16.c | 2314 tree args, ret_type, arg; in xstormy16_init_builtins() local
|
/openbsd-src/gnu/gcc/gcc/config/iq2000/ |
H A D | iq2000.c | 1096 tree ret_type = TREE_TYPE (fntype); in init_cumulative_args() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
H A D | objc-act.c | 4679 build_method_decl (code, ret_type, selector, add_args) in build_method_decl() argument 5187 tree ret_type = groktypename (TREE_TYPE (method_prototype)); local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.c | 1437 tree ret_type; local
|
/openbsd-src/gnu/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.c | 1364 tree ret_type; in m68hc11_init_cumulative_args() local
|