Lines Matching refs:expr_const_operands
2213 specs->expr_const_operands &= maybe_const; in c_parser_declaration_or_fndef()
2866 t.expr_const_operands = true; in c_parser_declspecs()
2882 t.expr_const_operands = true; in c_parser_declspecs()
2942 t.expr_const_operands = true; in c_parser_declspecs()
3005 t.expr_const_operands = true; in c_parser_declspecs()
3008 &t.expr_const_operands); in c_parser_declspecs()
3222 ret.expr_const_operands = true; in c_parser_enum_specifier()
3232 ret.expr_const_operands = true; in c_parser_enum_specifier()
3444 ret.expr_const_operands = true; in c_parser_struct_or_union_specifier()
3454 ret.expr_const_operands = true; in c_parser_struct_or_union_specifier()
3667 ret.expr_const_operands = true; in c_parser_typeof_specifier()
3686 ret.spec = groktypename (type, &ret.expr, &ret.expr_const_operands); in c_parser_typeof_specifier()
3706 ret.expr = c_fully_fold (expr.value, false, &ret.expr_const_operands); in c_parser_typeof_specifier()