Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Dtree.c4533 check_function_arguments(const function_call *call) in check_function_arguments() function
4606 check_function_arguments(call); in build_function_call()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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.
DChangeLog-20181396 check_function_arguments.
4251 (build_over_call): For purposes of check_function_arguments, if
DChangeLog-20051700 `check_function_arguments'.
Dtypeck.cc4301 bool warned_p = check_function_arguments (input_location, fndecl, fntype, in cp_build_function_call_vec()
DChangeLog-201629 * typeck.c (cp_build_function_call_vec): If check_function_arguments
Dcall.cc9675 warned_p = check_function_arguments (input_location, fn, TREE_TYPE (fn), in build_over_call()
DChangeLog-20113262 * call.c (build_over_call): Tweak call to check_function_arguments.
DChangeLog-20044157 check_function_arguments instead of check_function_format.
/netbsd/src/external/gpl3/gcc/dist/gcc/
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.
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
DChangeLog-201635347 (check_function_arguments): New arg loc. All callers changed. Pass
35349 * c-common.h (check_function_arguments): Adjust declaration.
DChangeLog-200415143 (check_function_arguments): Handle `sentinel' attribute.
27019 * c-common.c (check_function_arguments): Update call to
DChangeLog-200727271 (check_function_arguments): Likewise.
DChangeLog-201124848 check_function_arguments.