Lines Matching refs:have_std_attrs

3107   bool have_std_attrs;  in c_parser_enum_specifier()  local
3115 have_std_attrs = c_parser_nth_token_starts_std_attributes (parser, 1); in c_parser_enum_specifier()
3116 if (have_std_attrs) in c_parser_enum_specifier()
3239 if (have_std_attrs && c_parser_next_token_is_not (parser, CPP_SEMICOLON)) in c_parser_enum_specifier()
3241 ret = parser_xref_tag (ident_loc, ENUMERAL_TYPE, ident, have_std_attrs, in c_parser_enum_specifier()
3298 bool have_std_attrs; in c_parser_struct_or_union_specifier() local
3318 have_std_attrs = c_parser_nth_token_starts_std_attributes (parser, 1); in c_parser_struct_or_union_specifier()
3319 if (have_std_attrs) in c_parser_struct_or_union_specifier()
3459 if (have_std_attrs && c_parser_next_token_is_not (parser, CPP_SEMICOLON)) in c_parser_struct_or_union_specifier()
3463 ret = parser_xref_tag (ident_loc, code, ident, have_std_attrs, std_attrs); in c_parser_struct_or_union_specifier()
5695 bool have_std_attrs in c_parser_compound_statement_nostart() local
5698 if (have_std_attrs) in c_parser_compound_statement_nostart()
5717 || (have_std_attrs in c_parser_compound_statement_nostart()
5723 c_parser_declaration_or_fndef (parser, true, !have_std_attrs, in c_parser_compound_statement_nostart()
5725 vNULL, have_std_attrs, std_attrs, in c_parser_compound_statement_nostart()
5746 if (!have_std_attrs in c_parser_compound_statement_nostart()
5770 if (have_std_attrs) in c_parser_compound_statement_nostart()
5931 bool have_std_attrs in c_parser_label() local
5934 if (have_std_attrs) in c_parser_label()
5938 if (!have_std_attrs in c_parser_label()
5961 || (have_std_attrs in c_parser_label()
5971 vNULL, have_std_attrs, std_attrs); in c_parser_label()