Lines Matching refs:statements
1799 /* It is possible to have expression statements that don't have an
1811 /* Statements do not have r-values.
1824 foreach_list_typed (ast_node, ast, link, &this->statements)
1830 /* Compound statements do not have r-values.
3521 /* if-statements do not have r-values.
3600 /* Switch statements do not have r-values. */
3645 /* Case statements do not have r-values. */
3667 /* Guard case statements depending on fallthru state. */
3677 /* Case statements do not have r-values. */
3773 /* Case statements do not have r-values. */
3905 "default precision statements do not apply to "
3912 "default precision statements apply only to types "
3917 /* FINISHME: Translate precision statements into IR. */