Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDattribs.c1378 lookup_ident_attribute (tree attr_identifier, tree list) in lookup_ident_attribute() argument
1380 gcc_checking_assert (TREE_CODE (attr_identifier) == IDENTIFIER_NODE); in lookup_ident_attribute()
1387 if (cmp_attrib_identifiers (attr_identifier, in lookup_ident_attribute()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree.c5311 lookup_ident_attribute (tree attr_identifier, tree list) in lookup_ident_attribute() argument
5313 gcc_checking_assert (TREE_CODE (attr_identifier) == IDENTIFIER_NODE); in lookup_ident_attribute()
5320 if (attr_identifier == TREE_PURPOSE (list)) in lookup_ident_attribute()
5329 size_t attr_len = IDENTIFIER_LENGTH (attr_identifier); in lookup_ident_attribute()
5335 const char *q = IDENTIFIER_POINTER (attr_identifier); in lookup_ident_attribute()
5344 const char *q = IDENTIFIER_POINTER (attr_identifier); in lookup_ident_attribute()