Lines Matching defs:have_gnu_attrs
3977 bool have_gnu_attrs = c_parser_next_token_is_keyword (parser,
3982 || (!have_gnu_attrs
3988 attrs, have_gnu_attrs);
4137 bool have_gnu_attrs = c_parser_next_token_is_keyword (parser,
4141 have_gnu_attrs);
4167 HAVE_GNU_ATTRS says whether any gnu-attributes (including empty
4173 bool have_gnu_attrs)
4227 = c_parser_parms_list_declarator (parser, attrs, NULL, have_gnu_attrs);
4235 at the start of the list; if HAVE_GNU_ATTRS, there were some such
4243 bool have_gnu_attrs)
4295 have_gnu_attrs);
4297 have_gnu_attrs = false;
4351 HAVE_GNU_ATTRS is true if there were any gnu-attributes there (even
4356 bool have_gnu_attrs)
4411 !have_gnu_attrs, true, cla_nonabstract_decl);