Home
last modified time | relevance | path

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

1234

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/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
136 # define DECLARE_WRAPPER(ret_type, func, ...) argument
144 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
151 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
163 # define DECLARE_REAL(ret_type, func, ...) argument
166 # define DECLARE_REAL(ret_type, func, ...) \ argument
173 # define DECLARE_REAL(ret_type, func, ...) \ argument
181 # define DECLARE_REAL(ret_type, func, ...) \ argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception.h123 # 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 …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception.h124 # define DECLARE_WRAPPER(ret_type, func, ...) argument
130 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
132 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \ argument
138 # define DECLARE_WRAPPER(ret_type, func, ...) argument
146 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
153 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
165 # define DECLARE_REAL(ret_type, func, ...) argument
168 # define DECLARE_REAL(ret_type, func, ...) \ argument
175 # define DECLARE_REAL(ret_type, func, ...) \ argument
183 # define DECLARE_REAL(ret_type, func, ...) \ argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/VtableTest/
H A Dgen.cc157 int ret_type = 0; in gs() local
233 int ret_type = 0; in gs() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_solaris.cpp46 #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 Dsanitizer_netbsd.cpp89 #define DEFINE__REAL(ret_type, func, ...) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_solaris.cc45 #define DECLARE__REAL(ret_type, func, ...) \ argument
47 #define DECLARE__REAL_AND_INTERNAL(ret_type, func, ...) \ argument
56 #define DECLARE__REAL64(ret_type, func, ...) \ argument
58 #define DECLARE__REAL_AND_INTERNAL64(ret_type, func, ...) \ argument
H A Dsanitizer_netbsd.cc88 #define DEFINE__REAL(ret_type, func, ...) \ argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_solaris.cc45 #define DECLARE__REAL(ret_type, func, ...) \ argument
47 #define DECLARE__REAL_AND_INTERNAL(ret_type, func, ...) \ argument
56 #define DECLARE__REAL64(ret_type, func, ...) \ argument
58 #define DECLARE__REAL_AND_INTERNAL64(ret_type, func, ...) \ argument
H A Dsanitizer_netbsd.cc90 #define DEFINE__REAL(ret_type, func, ...) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function-handler.cc183 tree ret_type = void_type_node; in operator ()() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-tailcall.cc787 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); in adjust_return_value_with_ops() local
1083 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); in create_tailcall_accumulator() local
1168 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); in tree_optimize_tail_calls_1() local
H A Dtree-vect-generic.cc319 bool parallel_p, tree ret_type = NULL_TREE) in expand_vector_piecewise()
496 tree ret_type = build_nonstandard_integer_type (prec, 1); in expand_vector_comparison() local
1880 tree ret_type = TREE_TYPE (lhs); in expand_vector_conversion() local
H A Dcgraphunit.cc1851 tree ret_type = TREE_TYPE (TREE_TYPE (decl)); in expand() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc860 altivec_build_resolved_builtin (tree *args, int n, tree fntype, tree ret_type, in altivec_build_resolved_builtin()
1694 tree ret_type = TREE_TYPE (rs6000_instance_info_fntype[inst]); in find_instance() local
1990 tree ret_type = TREE_TYPE (fntype); in altivec_resolve_overloaded_builtin() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc389 #define INTERCEPTOR_STRTO_BODY(ret_type, func, ...) \ argument
395 #define INTERCEPTOR_STRTO(ret_type, func, char_type) \ argument
400 #define INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ argument
406 #define INTERCEPTOR_STRTO_LOC(ret_type, func, char_type) \ argument
412 #define INTERCEPTOR_STRTO_BASE_LOC(ret_type, func, char_type) \ argument
419 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ argument
423 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ argument
428 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ argument
434 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ argument
490 #define INTERCEPTOR_STRFTIME_BODY(char_type, ret_type, func, s, ...) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-tailcall.c788 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); in adjust_return_value_with_ops() local
1072 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); in create_tailcall_accumulator() local
H A Dtree-vect-generic.c398 tree ret_type = build_nonstandard_integer_type (prec, 1); in expand_vector_comparison() local
1727 tree ret_type = TREE_TYPE (lhs); in expand_vector_conversion() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-c.c856 tree ret_type = rs6000_builtin_type (desc->ret_type); in altivec_build_resolved_builtin() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bpf/
H A Dbpf.c227 bpf_function_value (const_tree ret_type, in bpf_function_value()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DFunction.cc1048 translate_method (char* mname, char *signature, bool ret_type, char* buf) in translate_method()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DFunction.cc1050 translate_method (char* mname, char *signature, bool ret_type, char* buf) in translate_method()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.c1629 tree ret_type in build_v2_objc_method_fixup_call() local
1714 tree ret_type in build_v2_build_objc_method_call() local
1843 tree ret_type = method_prototype in next_runtime_abi_02_build_objc_method_call() local
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.cc1631 tree ret_type in build_v2_objc_method_fixup_call() local
1719 tree ret_type in build_v2_build_objc_method_call() local
1848 tree ret_type = method_prototype in next_runtime_abi_02_build_objc_method_call() local
/netbsd-src/tests/lib/libcurses/director/
H A Dtestlang_parse.y808 assign_rets(data_enum_t ret_type,void * ret) assign_rets() argument

1234