/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 829 extern bool check_function_arguments (location_t loc, const_tree, const_tree,
|
H A D | c-common.c | 5726 check_function_arguments (location_t loc, const_tree fndecl, const_tree fntype, in check_function_arguments() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 850 extern bool check_function_arguments (location_t loc, const_tree, const_tree,
|
H A D | ChangeLog | 2157 (check_function_arguments): Use nonnull_arg_ctx as argument. 2464 * c-common.c (check_function_arguments): Avoid overlap checking 3705 * c-common.c (check_function_arguments): Pass fntype to 3850 (check_function_arguments): Add note about responsibility for 4471 (check_function_arguments): Also return the result 5188 * c-common.c (check_function_arguments): Add "arglogs" param; pass 5190 * c-common.h (check_function_arguments): Add vec<location_t> * 5756 (check_function_arguments): Add FNDECL argument. Call 5760 * c-common.h (check_function_arguments): Add FNDECL argument. 5913 (check_function_arguments): Return bool instead of void. [all …]
|
H A D | c-common.cc | 6062 check_function_arguments (location_t loc, const_tree fndecl, const_tree fntype, in check_function_arguments() function
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | tree.c | 4531 check_function_arguments(const function_call *call) in check_expr_addr() 4604 check_function_arguments(call); in check_expr_op() 4300 check_function_arguments(const function_call *call) check_function_arguments() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2017 | 2033 check_function_arguments. 4989 * call.c (build_over_call): Call check_function_arguments even for 4990 -Wrestrict, adjust check_function_arguments caller. 4994 check_function_arguments caller.
|
H A D | ChangeLog-2018 | 1396 check_function_arguments. 4251 (build_over_call): For purposes of check_function_arguments, if
|
H A D | ChangeLog-2005 | 1700 `check_function_arguments'.
|
H A D | ChangeLog-2016 | 29 * typeck.c (cp_build_function_call_vec): If check_function_arguments
|
H A D | typeck.cc | 4301 bool warned_p = check_function_arguments (input_location, fndecl, fntype, in cp_build_function_call_vec()
|
H A D | ChangeLog-2011 | 3262 * call.c (build_over_call): Tweak call to check_function_arguments.
|
H A D | call.cc | 9675 warned_p = check_function_arguments (input_location, fn, TREE_TYPE (fn), in build_over_call()
|
H A D | ChangeLog-2004 | 4157 check_function_arguments instead of check_function_format.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 3532 to check_function_arguments. 4076 check_function_arguments caller. 4271 * c-typeck.c (build_function_call_vec): If check_function_arguments
|
H A D | c-typeck.cc | 3206 bool warned_p = check_function_arguments (loc, fundecl, fntype, in build_function_call_vec()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 4040 bool warned_p = check_function_arguments (input_location, fndecl, fntype, in cp_build_function_call_vec()
|
H A D | call.c | 8959 warned_p = check_function_arguments (input_location, fn, TREE_TYPE (fn), in build_over_call()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 3181 bool warned_p = check_function_arguments (loc, fundecl, fntype, in build_function_call_vec()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2005 | 11231 * c-common.c (check_function_arguments): Call 14106 (check_function_arguments): Pass in named argument list. 14107 * c-common.h (check_function_arguments): Likewise.
|
H A D | ChangeLog-2002 | 20328 check_nonnull_arg, get_nonnull_operand, check_function_arguments, 20331 (check_function_arguments, check_function_arguments_recurse): New 20340 * c-typeck.c (build_function_call): Call check_function_arguments
|
H A D | ChangeLog-2016 | 35347 (check_function_arguments): New arg loc. All callers changed. Pass 35349 * c-common.h (check_function_arguments): Adjust declaration.
|
H A D | ChangeLog-2004 | 15143 (check_function_arguments): Handle `sentinel' attribute. 27019 * c-common.c (check_function_arguments): Update call to
|
H A D | ChangeLog-2007 | 27271 (check_function_arguments): Likewise.
|
H A D | ChangeLog-2011 | 24848 check_function_arguments.
|