Home
last modified time | relevance | path

Searched refs:attribute_table (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dintegrate.c74 if (targetm.attribute_table) in function_attribute_inlinable_p()
83 for (i = 0; targetm.attribute_table[i].name != NULL; i++) in function_attribute_inlinable_p()
84 if (is_attribute_p (targetm.attribute_table[i].name, name)) in function_attribute_inlinable_p()
H A Dattribs.c60 attribute_tables[1] = lang_hooks.attribute_table; in init_attributes()
62 attribute_tables[3] = targetm.attribute_table; in init_attributes()
H A Dlanghooks.h421 const struct attribute_spec *attribute_table; member
H A Dtarget.h401 const struct attribute_spec *attribute_table; member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dattribs.c59 attribute_tables[1] = lang_hooks.attribute_table; in init_attributes()
61 attribute_tables[3] = targetm.attribute_table; in init_attributes()
H A Dtarget.h228 const struct attribute_spec *attribute_table; member
H A Dlanghooks.h354 const struct attribute_spec *attribute_table; member
H A Dintegrate.c129 if (targetm.attribute_table)
138 for (i = 0; targetm.attribute_table[i].name != NULL; i++)
139 if (is_attribute_p (targetm.attribute_table[i].name, name))
H A DChangeLog.610463 valid_type_attribute. Add attribute_table and