Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h829 extern bool check_function_arguments (location_t loc, const_tree, const_tree,
H A Dc-common.c5726 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 Dc-common.h850 extern bool check_function_arguments (location_t loc, const_tree, const_tree,
H A DChangeLog2157 (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 Dc-common.cc6062 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 Dtree.c4531 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 DChangeLog-20172033 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 DChangeLog-20181396 check_function_arguments.
4251 (build_over_call): For purposes of check_function_arguments, if
H A DChangeLog-20051700 `check_function_arguments'.
H A DChangeLog-201629 * typeck.c (cp_build_function_call_vec): If check_function_arguments
H A Dtypeck.cc4301 bool warned_p = check_function_arguments (input_location, fndecl, fntype, in cp_build_function_call_vec()
H A DChangeLog-20113262 * call.c (build_over_call): Tweak call to check_function_arguments.
H A Dcall.cc9675 warned_p = check_function_arguments (input_location, fn, TREE_TYPE (fn), in build_over_call()
H A DChangeLog-20044157 check_function_arguments instead of check_function_format.
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog3532 to check_function_arguments.
4076 check_function_arguments caller.
4271 * c-typeck.c (build_function_call_vec): If check_function_arguments
H A Dc-typeck.cc3206 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 Dtypeck.c4040 bool warned_p = check_function_arguments (input_location, fndecl, fntype, in cp_build_function_call_vec()
H A Dcall.c8959 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 Dc-typeck.c3181 bool warned_p = check_function_arguments (loc, fundecl, fntype, in build_function_call_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200511231 * 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 DChangeLog-200220328 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 DChangeLog-201635347 (check_function_arguments): New arg loc. All callers changed. Pass
35349 * c-common.h (check_function_arguments): Adjust declaration.
H A DChangeLog-200415143 (check_function_arguments): Handle `sentinel' attribute.
27019 * c-common.c (check_function_arguments): Update call to
H A DChangeLog-200727271 (check_function_arguments): Likewise.
H A DChangeLog-201124848 check_function_arguments.