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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt-cxx.c86 tree decl_attrs = DECL_ATTRIBUTES (decl); local
87 if (lookup_attribute ("dllexport", decl_attrs) != NULL_TREE)
91 NULL_TREE, decl_attrs);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt-cxx.cc86 tree decl_attrs = DECL_ATTRIBUTES (decl); local
87 if (lookup_attribute ("dllexport", decl_attrs) != NULL_TREE)
91 NULL_TREE, decl_attrs);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c1892 tree decl_attrs[] = { DECL_ATTRIBUTES (decl), TYPE_ATTRIBUTES (decls[1]) };
1894 if (!decl_attrs[0])
1895 decl_attrs[0] = attrlist;
1896 else if (!decl_attrs[1])
1897 decl_attrs[1] = attrlist;
1912 || lookup_attribute (whitelist[j], decl_attrs[i]))
1934 unsigned kmax = 1 + !!decl_attrs[1];
1937 if (has_attribute (decls[k], decl_attrs[k], blacklist[i]))
1890 tree decl_attrs[] = { DECL_ATTRIBUTES (decl), TYPE_ATTRIBUTES (decls[1]) }; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc2091 tree decl_attrs[] = { DECL_ATTRIBUTES (decl), TYPE_ATTRIBUTES (decls[1]) };
2093 if (!decl_attrs[0])
2094 decl_attrs[0] = attrlist;
2095 else if (!decl_attrs[1])
2096 decl_attrs[1] = attrlist;
2111 || lookup_attribute (whitelist[j], decl_attrs[i]))
2133 unsigned kmax = 1 + !!decl_attrs[1];
2136 if (has_attribute (decls[k], decl_attrs[k], blacklist[i]))
2089 tree decl_attrs[] = { DECL_ATTRIBUTES (decl), TYPE_ATTRIBUTES (decls[1]) }; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c5975 tree *decl_attrs, tree *expr, bool *expr_const_operands,
6937 *decl_attrs = chainon (returned_attrs, *decl_attrs);
6938 *decl_attrs = chainon (decl_id_attrs, *decl_attrs);
8068 tree width, tree *decl_attrs)
8125 width ? &width : NULL, decl_attrs, NULL, NULL,
5946 grokdeclarator(const struct c_declarator *declarator, struct c_declspecs *declspecs, enum decl_context decl_context, bool initialized, tree *width, tree *decl_attrs, tree *expr, bool *expr_const_operands, enum deprecated_states deprecated_state) argument
8037 grokfield(location_t loc, struct c_declarator *declarator, struct c_declspecs *declspecs, tree width, tree *decl_attrs) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc6293 tree *decl_attrs, tree *expr, bool *expr_const_operands,
7261 *decl_attrs = chainon (returned_attrs, *decl_attrs);
7262 *decl_attrs = chainon (decl_id_attrs, *decl_attrs);
8389 tree width, tree *decl_attrs)
8446 width ? &width : NULL, decl_attrs, NULL, NULL,
6264 grokdeclarator(const struct c_declarator *declarator, struct c_declspecs *declspecs, enum decl_context decl_context, bool initialized, tree *width, tree *decl_attrs, tree *expr, bool *expr_const_operands, enum deprecated_states deprecated_state) argument
8358 grokfield(location_t loc, struct c_declarator *declarator, struct c_declspecs *declspecs, tree width, tree *decl_attrs) argument

Completed in 188 milliseconds