Home
last modified time | relevance | path

Searched refs:build_function_call_vec (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-c.c117 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin()
183 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin()
240 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-c.cc117 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin()
183 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin()
240 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-c.c181 return build_function_call_vec (loc, vNULL, match, fnargs, NULL); in spu_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-c.c328 return build_function_call_vec (location, vNULL, new_fndecl, arglist, in aarch64_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-c.cc337 return build_function_call_vec (location, vNULL, new_fndecl, arglist, in aarch64_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-c.c1061 return build_function_call_vec (loc, vNULL, target_builtin_decl, in s390_resolve_overloaded_builtin()
1065 build_function_call_vec (loc, vNULL, target_builtin_decl, in s390_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-c.c123 tree call_expr = build_function_call_vec (loc, vNULL, fndecl, params, in arm_resolve_cde_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc1084 return build_function_call_vec (loc, vNULL, target_builtin_decl, in s390_resolve_overloaded_builtin()
1088 build_function_call_vec (loc, vNULL, target_builtin_decl, in s390_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-c.cc124 tree call_expr = build_function_call_vec (loc, vNULL, fndecl, params, in arm_resolve_cde_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c714 method = build_function_call_vec (loc, vNULL, sender, tv, NULL); in build_objc_method_call()
729 t = build_function_call_vec (loc, vNULL, t, parms, NULL); in build_objc_method_call()
2207 t = build_function_call_vec (loc, vNULL, objc_exception_throw_decl, parms, in build_throw_stmt()
H A Dobjc-next-runtime-abi-02.c1142 t = build_function_call_vec (input_location, vNULL, objc_get_class_decl, in next_runtime_abi_02_get_class_reference()
1776 tree ret_val = build_function_call_vec (loc, vNULL, t, parms, NULL); in build_v2_build_objc_method_call()
3856 t = build_function_call_vec (loc, vNULL, objc_rethrow_exception_decl, in build_throw_stmt()
3864 t = build_function_call_vec (loc, vNULL, objc_exception_throw_decl, in build_throw_stmt()
3944 func = build_function_call_vec (loc, vNULL, objc2_end_catch_decl, NULL, in finish_catch()
H A Dobjc-next-runtime-abi-01.c886 t = build_function_call_vec (loc, vNULL, t, parms, NULL); in build_objc_method_call()
2870 t = build_function_call_vec (loc, vNULL, objc_exception_throw_decl, parms, in build_throw_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc714 method = build_function_call_vec (loc, vNULL, sender, tv, NULL); in build_objc_method_call()
730 t = build_function_call_vec (loc, vNULL, t, parms, NULL); in build_objc_method_call()
2208 t = build_function_call_vec (loc, vNULL, objc_exception_throw_decl, parms, in build_throw_stmt()
H A Dobjc-next-runtime-abi-02.cc1144 t = build_function_call_vec (input_location, vNULL, objc_get_class_decl, in next_runtime_abi_02_get_class_reference()
1781 tree ret_val = build_function_call_vec (loc, vNULL, t, parms, NULL); in build_v2_build_objc_method_call()
3873 t = build_function_call_vec (loc, vNULL, objc_rethrow_exception_decl, in build_throw_stmt()
3881 t = build_function_call_vec (loc, vNULL, objc_exception_throw_decl, in build_throw_stmt()
3961 func = build_function_call_vec (loc, vNULL, objc2_end_catch_decl, NULL, in finish_catch()
H A Dobjc-next-runtime-abi-01.cc887 t = build_function_call_vec (loc, vNULL, t, parms, NULL); in build_objc_method_call()
2871 t = build_function_call_vec (loc, vNULL, objc_exception_throw_decl, parms, in build_throw_stmt()
H A DChangeLog838 build_function_call_vec.
842 build_function_call_vec.
845 build_function_call_vec.
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog693 (build_function_call_vec): Same.
857 * c-typeck.c (build_function_call_vec): Likewise.
1227 * c-typeck.c (build_function_call_vec): Don't try to print
2000 * c-typeck.c (build_function_call_vec): Take the original function
2827 * c-typeck.c (build_function_call_vec): Likewise.
3252 * c-typeck.c (build_array_ref, build_function_call_vec,
3531 * c-typeck.c (build_function_call_vec): Pass arg_loc to call
4075 * c-typeck.c (build_function_call_vec): Adjust
4271 * c-typeck.c (build_function_call_vec): If check_function_arguments
4907 (build_function_call_vec): Likewise.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h1012 extern tree build_function_call_vec (location_t, vec<location_t>, tree,
H A Dc-common.c7088 f = build_function_call_vec (loc, vNULL, function, v, NULL); in add_atomic_size_parameter()
7436 result = build_function_call_vec (loc, vNULL, new_function, params, in resolve_overloaded_builtin()
7582 result = build_function_call_vec (loc, vNULL, new_function, params, in resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h1039 extern tree build_function_call_vec (location_t, vec<location_t>, tree,
H A Dc-common.cc7520 f = build_function_call_vec (loc, vNULL, function, v, NULL); in add_atomic_size_parameter()
7868 result = build_function_call_vec (loc, vNULL, new_function, params, in resolve_overloaded_builtin()
8014 result = build_function_call_vec (loc, vNULL, new_function, params, in resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20092427 * typeck.c (build_function_call_vec): Just call
2840 * typeck.c (build_function_call_vec): New function.
H A DChangeLog-2012973 build_function_call_vec, build_binary_op, build_unary_op,
H A DChangeLog-20192413 * typeck.c (build_function_call_vec): Take the original function
4045 * typeck.c (build_function_call_vec, cp_build_function_call_nary)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c3073 build_function_call_vec (location_t loc, vec<location_t> arg_loc, in build_function_call_vec() function
3247 return build_function_call_vec (loc, arg_loc, function, params, origtypes); in c_build_function_call_vec()

12