Home
last modified time | relevance | path

Searched refs:build_empty_stmt (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-gimplify.cc169 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()
Dcoroutines.cc1667 tree empty_list = build_empty_stmt (loc); in expand_one_await_expression()
Dsemantics.cc4921 init = build_empty_stmt (EXPR_LOCATION (*tp)); in finalize_nrv_r()
Dparser.cc13052 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()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-inline.cc1308 *tp = build_empty_stmt (EXPR_LOCATION (*tp)); in copy_tree_body_r()
Dtree.h4598 extern tree build_empty_stmt (location_t);
Dgimplify.cc3602 *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()
Dbuiltins.cc9405 return build_empty_stmt (loc); in fold_builtin_1()
Dtree.cc10517 build_empty_stmt (location_t loc) in build_empty_stmt() function
DChangeLog.tree-ssa11278 * tree.c (build_empty_stmt): New function.
11282 Replace 'X = empty_stmt_node' with 'X = build_empty_stmt ()',
11284 (build_empty_stmt): Declare.
DChangeLog-200919633 (build_empty_stmt): New argument.
19634 * tree.h (build_empty_stmt): New argument to build_empty_stmt.
DChangeLog-200428432 (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,
DChangeLog-200621452 * c-parser.c (c_parser_if_body): Use build_empty_stmt()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgeneric.texi2178 empty statement, generated by @code{build_empty_stmt}.
Dgccint.info11864 'build_empty_stmt'. Initially, all empty statements were shared, after