Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc1548 for (tree ok_attr = lookup_attribute (as->name, ok_attrs); in restrict_type_identity_attributes_to() local
1549 ok_attr; in restrict_type_identity_attributes_to()
1550 ok_attr = lookup_attribute (as->name, TREE_CHAIN (ok_attr))) in restrict_type_identity_attributes_to()
1551 if (simple_cst_equal (TREE_VALUE (ok_attr), TREE_VALUE (attr)) == 1) in restrict_type_identity_attributes_to()