Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c1880 const tree tmpls[] = { tmpl, TREE_TYPE (tmpl) }; in decls_mismatched_attributes() local
1883 if (TREE_DEPRECATED (tmpls[1]) in decls_mismatched_attributes()
1885 || TREE_DEPRECATED (TREE_TYPE (tmpls[1])) in decls_mismatched_attributes()
1889 tree tmpl_attrs[] = { DECL_ATTRIBUTES (tmpl), TYPE_ATTRIBUTES (tmpls[1]) }; in decls_mismatched_attributes()
1928 if (!has_attribute (tmpls[j], tmpl_attrs[j], blacklist[i])) in decls_mismatched_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc2079 const tree tmpls[] = { tmpl, TREE_TYPE (tmpl) }; in decls_mismatched_attributes() local
2082 if (TREE_DEPRECATED (tmpls[1]) in decls_mismatched_attributes()
2084 || TREE_DEPRECATED (TREE_TYPE (tmpls[1])) in decls_mismatched_attributes()
2088 tree tmpl_attrs[] = { DECL_ATTRIBUTES (tmpl), TYPE_ATTRIBUTES (tmpls[1]) }; in decls_mismatched_attributes()
2127 if (!has_attribute (tmpls[j], tmpl_attrs[j], blacklist[i])) in decls_mismatched_attributes()