comparison gcc/go/gofrontend/parse.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
229 bool expression_may_start_here(); 229 bool expression_may_start_here();
230 Expression* unary_expr(bool may_be_sink, bool may_be_composite_lit, 230 Expression* unary_expr(bool may_be_sink, bool may_be_composite_lit,
231 bool* is_type_switch, bool* is_parenthesized); 231 bool* is_type_switch, bool* is_parenthesized);
232 Type* reassociate_chan_direction(Channel_type*, Location); 232 Type* reassociate_chan_direction(Channel_type*, Location);
233 Expression* qualified_expr(Expression*, Location); 233 Expression* qualified_expr(Expression*, Location);
234 Expression* id_to_expression(const std::string&, Location, bool); 234 Expression* id_to_expression(const std::string&, Location, bool, bool);
235 void statement(Label*); 235 void statement(Label*);
236 bool statement_may_start_here(); 236 bool statement_may_start_here();
237 void labeled_stmt(const std::string&, Location); 237 void labeled_stmt(const std::string&, Location);
238 Expression* simple_stat(bool, bool*, Range_clause*, Type_switch*); 238 Expression* simple_stat(bool, bool*, Range_clause*, Type_switch*);
239 bool simple_stat_may_start_here(); 239 bool simple_stat_may_start_here();