Searched refs:attr_identifier (Results 1 – 2 of 2) sorted by relevance
1378 lookup_ident_attribute (tree attr_identifier, tree list) in lookup_ident_attribute() argument1380 gcc_checking_assert (TREE_CODE (attr_identifier) == IDENTIFIER_NODE); in lookup_ident_attribute()1387 if (cmp_attrib_identifiers (attr_identifier, in lookup_ident_attribute()
5311 lookup_ident_attribute (tree attr_identifier, tree list) in lookup_ident_attribute() argument5313 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()