Searched refs:expr_stmt (Results 1 – 11 of 11) sorted by relevance
72 syn keyword gimpleASTNode BIT_FIELD_REF TARGET_EXPR expr_stmt
449 goto expr_stmt; in c_parser_gimple_compound_statement()634 goto expr_stmt; in c_parser_gimple_compound_statement()648 expr_stmt: in c_parser_gimple_compound_statement()
6286 goto expr_stmt; in c_parser_statement_after_labels()6305 expr_stmt: in c_parser_statement_after_labels()
453 goto expr_stmt; in c_parser_gimple_compound_statement()639 goto expr_stmt; in c_parser_gimple_compound_statement()653 expr_stmt: in c_parser_gimple_compound_statement()
6256 goto expr_stmt; in c_parser_statement_after_labels()6276 expr_stmt: in c_parser_statement_after_labels()
2369 empty_expr_stmt_p (tree expr_stmt) in empty_expr_stmt_p() argument2373 if (expr_stmt == void_node) in empty_expr_stmt_p()2376 if (expr_stmt) in empty_expr_stmt_p()2378 if (TREE_CODE (expr_stmt) == EXPR_STMT) in empty_expr_stmt_p()2379 body = EXPR_STMT_EXPR (expr_stmt); in empty_expr_stmt_p()2380 else if (TREE_CODE (expr_stmt) == STATEMENT_LIST) in empty_expr_stmt_p()2381 body = expr_stmt; in empty_expr_stmt_p()
332 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
2598 empty_expr_stmt_p (tree expr_stmt) in empty_expr_stmt_p() argument2602 if (expr_stmt == void_node) in empty_expr_stmt_p()2605 if (expr_stmt) in empty_expr_stmt_p()2607 if (TREE_CODE (expr_stmt) == EXPR_STMT) in empty_expr_stmt_p()2608 body = EXPR_STMT_EXPR (expr_stmt); in empty_expr_stmt_p()2609 else if (TREE_CODE (expr_stmt) == STATEMENT_LIST) in empty_expr_stmt_p()2610 body = expr_stmt; in empty_expr_stmt_p()
314 DEFTREECODE (EXPR_STMT, "expr_stmt", tcc_expression, 1)
46955 tree is an expr_stmt.