Home
last modified time | relevance | path

Searched refs:decode_format_attr (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-format.c76 static bool decode_format_attr (tree, function_format_info *, int);
178 decode_format_attr (tree args, function_format_info *info, int validated_p) in decode_format_attr() function
899 decode_format_attr (TREE_VALUE (a), &info, 1); in check_function_format()
2757 if (!decode_format_attr (args, &info, 0)) in handle_format_attribute()
H A DChangeLog.apple659 (decode_format_attr): Error on use of NSString format on a
678 (decode_format_attr): Error on use of NSString format on a
H A DChangeLog-20019494 (decode_format_attr): New.
9496 decl. Call decode_format_attr. Store format information in a
H A DChangeLog-200513804 * c-format.c (decode_format_attr): Likewise.
22545 * c-format.c (get_constant, decode_format_attr, get_flag_spec,
H A DChangeLog-200414871 * c-format.c (get_constant, decode_format_attr,
32071 (decode_format_attr, check_function_format,
H A DChangeLog-200319867 decode_format_attr): Change to use above functions.