Home
last modified time | relevance | path

Searched refs:check_function_format (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h838 extern void check_function_format (const_tree, tree, int, tree *,
H A Dc-format.c1177 check_function_format (const_tree fntype, tree attrs, int nargs, in check_function_format() function
H A Dc-common.c5741 check_function_format (fntype, TYPE_ATTRIBUTES (fntype), nargs, argarray, in check_function_arguments()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h860 extern void check_function_format (const_tree, tree, int, tree *,
H A DChangeLog174 * c-format.cc (check_function_format): Use get_attribute_name.
3161 * c-format.c (check_function_format): Use get_attribute_name.
3706 check_function_format.
3707 * c-common.h (check_function_format): Add an argument.
4594 * c-format.c (check_function_format): Check current_function_decl.
5189 it to check_function_format.
5192 (check_function_format): Likewise.
5194 (check_function_format): Add param "arglocs"; pass it to
6478 * c-format.c (check_function_format): Avoid issuing warnings for
9303 (check_function_format): Use true and add comment for boolean
[all …]
H A Dc-format.cc1169 check_function_format (const_tree fntype, tree attrs, int nargs, in check_function_format() function
H A Dc-common.cc6079 check_function_format (fntype, TYPE_ATTRIBUTES (fntype), nargs, argarray, in check_function_arguments()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1993373 * cp-typeck.c (build_function_call_real): Call check_function_format.
H A DChangeLog-20044157 check_function_arguments instead of check_function_format.
4162 calls to check_function_format.
H A DChangeLog-2000961 * cp-tree.h (check_function_format): Accept a `status' parameter.
963 * call.c, typeck.c: Updates calls to `check_function_format'.
H A DChangeLog-2001856 Pass type attributes to check_function_format rather than name or
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20019485 that to check_function_format rather than a name.
9486 * c-common.h (check_function_format): Adjust prototype.
9503 (check_function_format): Take a list of attributes from the
9515 check_function_format rather than name or assembler name. Don't
28479 (check_function_format): Cast various enums to int for &.
H A DChangeLog-20001130 * c-common.c (check_function_format): Don't suggest adding format
6111 * c-common.c (check_function_format): If
7895 finish_dollar_format_checking, check_function_format): Accept a
7898 * c-common.h (check_function_format): Accept a `status' parameter.
7900 * c-typeck.c: Update call to `check_function_format'.
H A DChangeLog-200510749 * c-format.c (check_function_format): Change warning control
11232 'check_function_format' if either -Wformat or
11234 * c-format.c (check_function_format): Check -Wformat before
17594 * c-format.c (check_function_format): Likewise.
H A DChangeLog-200427010 * c-common.h (check_function_format): Remove first parameter.
27015 check_function_format): Remove first parameter. Don't use
27020 check_function_format.
32071 (decode_format_attr, check_function_format,
H A DChangeLog-200727267 * c-format.c: (check_function_format): Pass arguments in an
H A DChangeLog-200220341 instead of check_function_format.