Searched refs:decl_attrs (Results 1 – 2 of 2) sorted by relevance
86 tree decl_attrs = DECL_ATTRIBUTES (decl); in maybe_add_dllexport() local87 if (lookup_attribute ("dllexport", decl_attrs) != NULL_TREE) in maybe_add_dllexport()91 NULL_TREE, decl_attrs); in maybe_add_dllexport()
2089 tree decl_attrs[] = { DECL_ATTRIBUTES (decl), TYPE_ATTRIBUTES (decls[1]) }; in decls_mismatched_attributes() local2091 if (!decl_attrs[0]) in decls_mismatched_attributes()2092 decl_attrs[0] = attrlist; in decls_mismatched_attributes()2093 else if (!decl_attrs[1]) in decls_mismatched_attributes()2094 decl_attrs[1] = attrlist; in decls_mismatched_attributes()2109 || lookup_attribute (whitelist[j], decl_attrs[i])) in decls_mismatched_attributes()2131 unsigned kmax = 1 + !!decl_attrs[1]; in decls_mismatched_attributes()2134 if (has_attribute (decls[k], decl_attrs[k], blacklist[i])) in decls_mismatched_attributes()