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 D | c-common.h | 838 extern void check_function_format (const_tree, tree, int, tree *,
|
H A D | c-format.c | 1177 check_function_format (const_tree fntype, tree attrs, int nargs, in check_function_format() function
|
H A D | c-common.c | 5741 check_function_format (fntype, TYPE_ATTRIBUTES (fntype), nargs, argarray, in check_function_arguments()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 860 extern void check_function_format (const_tree, tree, int, tree *,
|
H A D | ChangeLog | 174 * 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 D | c-format.cc | 1169 check_function_format (const_tree fntype, tree attrs, int nargs, in check_function_format() function
|
H A D | c-common.cc | 6079 check_function_format (fntype, TYPE_ATTRIBUTES (fntype), nargs, argarray, in check_function_arguments()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1993 | 373 * cp-typeck.c (build_function_call_real): Call check_function_format.
|
H A D | ChangeLog-2004 | 4157 check_function_arguments instead of check_function_format. 4162 calls to check_function_format.
|
H A D | ChangeLog-2000 | 961 * cp-tree.h (check_function_format): Accept a `status' parameter. 963 * call.c, typeck.c: Updates calls to `check_function_format'.
|
H A D | ChangeLog-2001 | 856 Pass type attributes to check_function_format rather than name or
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2001 | 9485 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 D | ChangeLog-2000 | 1130 * 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 D | ChangeLog-2005 | 10749 * 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 D | ChangeLog-2004 | 27010 * 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 D | ChangeLog-2007 | 27267 * c-format.c: (check_function_format): Pass arguments in an
|
H A D | ChangeLog-2002 | 20341 instead of check_function_format.
|