Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dintegrate.c76 if (targetm.attribute_table) in function_attribute_inlinable_p()
85 for (i = 0; targetm.attribute_table[i].name != NULL; i++) in function_attribute_inlinable_p()
86 if (is_attribute_p (targetm.attribute_table[i].name, name)) in function_attribute_inlinable_p()
H A Dattribs.c118 attribute_tables[1] = lang_hooks.attribute_table; in init_attributes()
120 attribute_tables[3] = targetm.attribute_table; in init_attributes()
H A Dlanghooks.h404 const struct attribute_spec *attribute_table; member
H A Dtarget.def1115 (attribute_table,
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dlanghooks.h455 const struct attribute_spec *attribute_table; member
H A Dattribs.c236 attribute_tables[1] = lang_hooks.attribute_table; in init_attributes()
238 attribute_tables[3] = targetm.attribute_table; in init_attributes()
H A Dtree-inline.c3734 if (targetm.attribute_table) in function_attribute_inlinable_p()
3743 for (i = 0; targetm.attribute_table[i].name != NULL; i++) in function_attribute_inlinable_p()
3744 if (is_attribute_p (targetm.attribute_table[i].name, name)) in function_attribute_inlinable_p()
H A Dtarget.def2143 (attribute_table,