Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc73 static bool decode_format_attr (const_tree, tree, tree, function_format_info *,
335 decode_format_attr (const_tree fntype, tree atname, tree args, in decode_format_attr() function
1183 decode_format_attr (fntype, atname, TREE_VALUE (a), &info, in check_function_format()
5203 if (!decode_format_attr (type, atname, args, &info, /* validated_p = */false)) in handle_format_attribute()
H A DChangeLog3169 (decode_format_attr): Adjust call to decode_format_type.
3709 * c-format.c (decode_format_attr): Add arguments.
11018 (decode_format_attr): Replace OPT_Wformat with OPT_Wformat_.
12579 (decode_format_attr): Warn if NSString is used outside objective-c.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c73 static bool decode_format_attr (const_tree, tree, tree, function_format_info *,
337 decode_format_attr (const_tree fntype, tree atname, tree args, in decode_format_attr() function
1191 decode_format_attr (fntype, atname, TREE_VALUE (a), &info, in check_function_format()
5197 if (!decode_format_attr (type, atname, args, &info, /* validated_p = */false)) in handle_format_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20019494 (decode_format_attr): New.
9496 decl. Call decode_format_attr. Store format information in a
H A DChangeLog-200513803 * c-format.c (decode_format_attr): Likewise.
22544 * 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-200824464 (decode_format_attr): Add use of convert_format_name_to_system_name.
H A DChangeLog-200319867 decode_format_attr): Change to use above functions.