Searched refs:expr_opt (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libexpr/
H A Dexparse.y126 %type <expr> else_opt expr_opt expr
251 | expr_opt ';'
281 | FOR '(' expr_opt ';' expr_opt ';' expr_opt ')' statement
316 | BREAK expr_opt ';'
328 | CONTINUE expr_opt ';'
332 | RETURN expr_opt ';'
529 expr_opt : /* empty */ label

Completed in 19 milliseconds