Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlanghooks.h356 const struct attribute_spec *format_attribute_table; member
Dattribs.c60 attribute_tables[2] = lang_hooks.format_attribute_table; in init_attributes()
DChangeLog.69527 (c_common_nodes_and_builtins): Initialize format_attribute_table.
9531 (c_common_lang_init): Don't initialize format_attribute_table. Do
10210 * c-common.c (format_attribute_table): Remove decl.
10211 * tree.h (format_attribute_table, lang_attribute_table): New decls.
10222 (format_attribute_table, lang_attribute_common): New variables.
10228 (c_common_lang_init): Initialize format_attribute_table with it.
DChangeLog.710088 (format_attribute_table, lang_attribute_table,
10130 * tree.h (default_target_attribute_table, format_attribute_table,
/openbsd/src/gnu/gcc/gcc/
Dlanghooks.h423 const struct attribute_spec *format_attribute_table; member
Dattribs.c61 attribute_tables[2] = lang_hooks.format_attribute_table; in init_attributes()