Home
last modified time | relevance | path

Searched refs:attributes_table (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c90 static vec<scoped_attributes> attributes_table; variable
138 if (attributes_table.is_empty ()) in register_scoped_attributes()
139 attributes_table.create (64); in register_scoped_attributes()
144 result = attributes_table.safe_push (sa); in register_scoped_attributes()
168 FOR_EACH_VEC_ELT (attributes_table, ix, iter) in find_attribute_namespace()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc95 static vec<scoped_attributes> attributes_table; variable
133 if (attributes_table.is_empty ()) in register_scoped_attributes()
134 attributes_table.create (64); in register_scoped_attributes()
140 result = attributes_table.safe_push (sa); in register_scoped_attributes()
163 for (scoped_attributes &iter : attributes_table) in find_attribute_namespace()
H A DChangeLog-20128853 (attributes_table): New global variable.