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

/haiku-buildtools/gcc/gcc/cp/
H A Dsemantics.c2145 empty_expr_stmt_p (tree expr_stmt) argument
2149 if (expr_stmt == void_node)
2152 if (expr_stmt)
2154 if (TREE_CODE (expr_stmt) == EXPR_STMT)
2155 body = EXPR_STMT_EXPR (expr_stmt);
2156 else if (TREE_CODE (expr_stmt) == STATEMENT_LIST)
2157 body = expr_stmt;
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c3590 DRECOVER (expr_stmt);
3598 DRECOVER (expr_stmt);
3606 DRECOVER (expr_stmt);
H A Dparse.y1303 DRECOVER (expr_stmt);
1309 DRECOVER (expr_stmt);
1315 DRECOVER (expr_stmt);
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c5103 goto expr_stmt;
5122 expr_stmt:
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc9490 Bstatement* expr_stmt = gogo->backend()->expression_statement(result); local
9492 gogo->backend()->compound_expression(expr_stmt, results, loc);

Completed in 356 milliseconds