/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr-c.c | 117 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 D | avr-c.cc | 117 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 D | spu-c.c | 181 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 D | aarch64-c.c | 328 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 D | aarch64-c.cc | 337 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 D | s390-c.c | 1061 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 D | arm-c.c | 123 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 D | s390-c.cc | 1084 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 D | arm-c.cc | 124 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 D | objc-gnu-runtime-abi-01.c | 714 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 D | objc-next-runtime-abi-02.c | 1142 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 D | objc-next-runtime-abi-01.c | 886 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 D | objc-gnu-runtime-abi-01.cc | 714 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 D | objc-next-runtime-abi-02.cc | 1144 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 D | objc-next-runtime-abi-01.cc | 887 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 D | ChangeLog | 838 build_function_call_vec. 842 build_function_call_vec. 845 build_function_call_vec.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 693 (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 D | c-common.h | 1012 extern tree build_function_call_vec (location_t, vec<location_t>, tree,
|
H A D | c-common.c | 7088 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 D | c-common.h | 1039 extern tree build_function_call_vec (location_t, vec<location_t>, tree,
|
H A D | c-common.cc | 7520 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 D | ChangeLog-2009 | 2427 * typeck.c (build_function_call_vec): Just call 2840 * typeck.c (build_function_call_vec): New function.
|
H A D | ChangeLog-2012 | 973 build_function_call_vec, build_binary_op, build_unary_op,
|
H A D | ChangeLog-2019 | 2413 * 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 D | c-typeck.c | 3073 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()
|