Searched refs:attributes_table (Results 1 – 3 of 3) sorted by relevance
90 static vec<scoped_attributes> attributes_table; variable138 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()
95 static vec<scoped_attributes> attributes_table; variable133 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()
8853 (attributes_table): New global variable.