Searched refs:build_empty_stmt (Results 1 – 15 of 15) sorted by relevance
169 then_ = build_empty_stmt (locus); in genericize_if_stmt()171 else_ = build_empty_stmt (locus); in genericize_if_stmt()2754 op1 = build_empty_stmt (loc); in cp_fold()2756 op2 = build_empty_stmt (loc); in cp_fold()
1667 tree empty_list = build_empty_stmt (loc); in expand_one_await_expression()
4921 init = build_empty_stmt (EXPR_LOCATION (*tp)); in finalize_nrv_r()
13052 THEN_CLAUSE (statement) = build_empty_stmt (tok->location); in cp_parser_selection_statement()14404 statement = add_stmt (build_empty_stmt (body_loc)); in cp_parser_implicitly_scoped_statement()
1308 *tp = build_empty_stmt (EXPR_LOCATION (*tp)); in copy_tree_body_r()
4598 extern tree build_empty_stmt (location_t);
3602 *expr_p = build_empty_stmt (EXPR_LOCATION (*expr_p)); in gimplify_call_expr()3608 *expr_p = build_empty_stmt (EXPR_LOCATION (*expr_p)); in gimplify_call_expr()
9405 return build_empty_stmt (loc); in fold_builtin_1()
10517 build_empty_stmt (location_t loc) in build_empty_stmt() function
11278 * tree.c (build_empty_stmt): New function.11282 Replace 'X = empty_stmt_node' with 'X = build_empty_stmt ()',11284 (build_empty_stmt): Declare.
19633 (build_empty_stmt): New argument.19634 * tree.h (build_empty_stmt): New argument to build_empty_stmt.
28432 (build_and_jump): Return alloc_stmt_list instead of build_empty_stmt.28459 Call alloc_stmt_list instead of build_empty_stmt.33988 add_var_to_bind_expr, build_empty_stmt, is_essa_node,34047 annotate_with_file_line, build_empty_stmt,
21452 * c-parser.c (c_parser_if_body): Use build_empty_stmt()
2178 empty statement, generated by @code{build_empty_stmt}.
11864 'build_empty_stmt'. Initially, all empty statements were shared, after