Searched refs:decls_mismatched_attributes (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | attribs.h | 109 extern unsigned decls_mismatched_attributes (tree, tree, tree,
|
H A D | attribs.c | 1868 decls_mismatched_attributes (tree tmpl, tree decl, tree attrlist, in decls_mismatched_attributes() function 1984 if (unsigned n = decls_mismatched_attributes (alias, target, NULL_TREE, in maybe_diag_alias_attributes() 2004 if (unsigned n = decls_mismatched_attributes (target, alias, NULL_TREE, in maybe_diag_alias_attributes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | attribs.h | 117 extern unsigned decls_mismatched_attributes (tree, tree, tree,
|
H A D | attribs.cc | 2067 decls_mismatched_attributes (tree tmpl, tree decl, tree attrlist, in decls_mismatched_attributes() function 2183 if (unsigned n = decls_mismatched_attributes (alias, target, NULL_TREE, in maybe_diag_alias_attributes() 2203 if (unsigned n = decls_mismatched_attributes (target, alias, NULL_TREE, in maybe_diag_alias_attributes()
|
H A D | ChangeLog-2018 | 4924 (decls_mismatched_attributes, maybe_diag_alias_attributes): Same. 4925 * attribs.h (decls_mismatched_attributes): Declare.
|
H A D | ChangeLog-2019 | 20810 * attribs.c (decls_mismatched_attributes): Simplify the logic 36807 * attribs.c (decls_mismatched_attributes): Avoid warning for attribute
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2018 | 884 Call decls_mismatched_attributes.
|
H A D | pt.cc | 2781 unsigned nattrs = decls_mismatched_attributes (tmpl, spec, attrlist, in warn_spec_missing_attributes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 2743 unsigned nattrs = decls_mismatched_attributes (tmpl, spec, attrlist, in warn_spec_missing_attributes()
|