Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dwinnt-cxx.cc86 tree decl_attrs = DECL_ATTRIBUTES (decl); in maybe_add_dllexport() local
87 if (lookup_attribute ("dllexport", decl_attrs) != NULL_TREE) in maybe_add_dllexport()
91 NULL_TREE, decl_attrs); in maybe_add_dllexport()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dattribs.cc2089 tree decl_attrs[] = { DECL_ATTRIBUTES (decl), TYPE_ATTRIBUTES (decls[1]) }; in decls_mismatched_attributes() local
2091 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()