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

/freebsd-9.3-release/contrib/gcc/
H A Dattribs.c41 static const struct attribute_spec *attribute_tables[4]; variable in typeref:struct:attribute_spec
59 attribute_tables[0] = lang_hooks.common_attribute_table;
60 attribute_tables[1] = lang_hooks.attribute_table;
61 attribute_tables[2] = lang_hooks.format_attribute_table;
62 attribute_tables[3] = targetm.attribute_table;
65 for (i = 0; i < ARRAY_SIZE (attribute_tables); i++)
66 if (attribute_tables[i] == NULL)
67 attribute_tables[i] = empty_attribute_table;
71 for (i = 0; i < ARRAY_SIZE (attribute_tables); i++)
75 for (j = 0; attribute_tables[
[all...]

Completed in 46 milliseconds