Home | History | Annotate | Download | only in compiler

Lines Matching refs:statement

126 %type <interm.intermNode> statement simple_statement
1755 statement
1785 // Statement that doesn't create a new scope, for selection_statement, iteration_statement
1797 : statement {
1800 | statement_list statement {
1819 : statement ELSE statement {
1823 | statement {
1860 | DO { ++context->loopNestingLevel; } statement WHILE LEFT_PAREN expression RIGHT_PAREN SEMICOLON {
1906 context->error($1.line, "continue statement only allowed in loops", "", "");
1913 context->error($1.line, "break statement only allowed in loops", "", "");