Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt-cxx.c86 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/config/i386/
H A 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.old/dist/gcc/
H A Dattribs.c1890 tree decl_attrs[] = { DECL_ATTRIBUTES (decl), TYPE_ATTRIBUTES (decls[1]) }; in decls_mismatched_attributes() local
1892 if (!decl_attrs[0]) in decls_mismatched_attributes()
1893 decl_attrs[0] = attrlist; in decls_mismatched_attributes()
1894 else if (!decl_attrs[1]) in decls_mismatched_attributes()
1895 decl_attrs[1] = attrlist; in decls_mismatched_attributes()
1910 || lookup_attribute (whitelist[j], decl_attrs[i])) in decls_mismatched_attributes()
1932 unsigned kmax = 1 + !!decl_attrs[1]; in decls_mismatched_attributes()
1935 if (has_attribute (decls[k], decl_attrs[k], blacklist[i])) in decls_mismatched_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c5949 tree *decl_attrs, tree *expr, bool *expr_const_operands, in grokdeclarator() argument
6911 *decl_attrs = chainon (returned_attrs, *decl_attrs); in grokdeclarator()
6912 *decl_attrs = chainon (decl_id_attrs, *decl_attrs); in grokdeclarator()
8039 tree width, tree *decl_attrs) in grokfield() argument
8096 width ? &width : NULL, decl_attrs, NULL, NULL, in grokfield()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc6267 tree *decl_attrs, tree *expr, bool *expr_const_operands, in grokdeclarator() argument
7235 *decl_attrs = chainon (returned_attrs, *decl_attrs); in grokdeclarator()
7236 *decl_attrs = chainon (decl_id_attrs, *decl_attrs); in grokdeclarator()
8360 tree width, tree *decl_attrs) in grokfield() argument
8417 width ? &width : NULL, decl_attrs, NULL, NULL, in grokfield()