Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-common.h647 extern void check_function_format (tree, tree);
H A Dc-format.c888 check_function_format (tree attrs, tree params) in check_function_format() function
H A Dc-common.c6077 check_function_format (attrs, params); in check_function_arguments()
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-200510750 * c-format.c (check_function_format): Change warning control
11233 'check_function_format' if either -Wformat or
11235 * c-format.c (check_function_format): Check -Wformat before
17595 * 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-200220341 instead of check_function_format.
/freebsd-12.1/contrib/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