Searched refs:attribute_table (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dintegrate.c76 if (targetm.attribute_table)
85 for (i = 0; targetm.attribute_table[i].name != NULL; i++)
86 if (is_attribute_p (targetm.attribute_table[i].name, name))
H A Dattribs.c60 attribute_tables[1] = lang_hooks.attribute_table;
62 attribute_tables[3] = targetm.attribute_table;
H A Dlanghooks.h425 const struct attribute_spec *attribute_table; member in struct:lang_hooks
H A Dtarget.h405 const struct attribute_spec *attribute_table; member in struct:gcc_target

Completed in 169 milliseconds