/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-pretty-print.cc | 2668 && (IS_EMPTY_STMT (COND_EXPR_THEN (node)) in dump_generic_node() 2671 && (IS_EMPTY_STMT (COND_EXPR_ELSE (node)) in dump_generic_node() 2677 if (!IS_EMPTY_STMT (COND_EXPR_ELSE (node))) in dump_generic_node() 2700 && !IS_EMPTY_STMT (COND_EXPR_ELSE (node))) in dump_generic_node()
|
H A D | gimplify.cc | 1174 if (p == NULL || IS_EMPTY_STMT (*p)) in voidify_wrapper_expr() 5873 return IS_EMPTY_STMT (t); in is_gimple_stmt() 15182 if (IS_EMPTY_STMT (*expr_p)) in gimplify_expr()
|
H A D | tree.h | 1172 #define IS_EMPTY_STMT(NODE) (TREE_CODE (NODE) == NOP_EXPR \ macro
|
H A D | ChangeLog.tree-ssa | 5773 instead of IS_EMPTY_STMT. Use append_to_statement_list instead of 10053 * tree.h (IS_EMPTY_STMT): Call integer_zerop instead of comparing 11279 * tree.h (IS_EMPTY_STMT): Define. 11283 and 'X == empty_stmt_node' with 'IS_EMPTY_STMT (X)' everywhere. 11286 * cp/cp-simplify.c (cp_simplify_stmt): Use IS_EMPTY_STMT. 11292 and 'X == empty_stmt_node' with 'IS_EMPTY_STMT (X)' everwhere.
|
H A D | fold-const.cc | 4233 if (IS_EMPTY_STMT (t) && TREE_SIDE_EFFECTS (omitted)) in omit_one_operand_loc()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-pretty-print.c | 2489 && (IS_EMPTY_STMT (COND_EXPR_THEN (node)) in dump_generic_node() 2492 && (IS_EMPTY_STMT (COND_EXPR_ELSE (node)) in dump_generic_node() 2498 if (!IS_EMPTY_STMT (COND_EXPR_ELSE (node))) in dump_generic_node() 2521 && !IS_EMPTY_STMT (COND_EXPR_ELSE (node))) in dump_generic_node()
|
H A D | gimplify.c | 1167 if (p == NULL || IS_EMPTY_STMT (*p)) in voidify_wrapper_expr() 5562 return IS_EMPTY_STMT (t); in is_gimple_stmt() 13721 if (IS_EMPTY_STMT (*expr_p)) in gimplify_expr()
|
H A D | tree.h | 1143 #define IS_EMPTY_STMT(NODE) (TREE_CODE (NODE) == NOP_EXPR \ macro
|
H A D | fold-const.c | 4149 if (IS_EMPTY_STMT (t) && TREE_SIDE_EFFECTS (omitted)) in omit_one_operand_loc()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-openmp.c | 3604 if (!IS_EMPTY_STMT (stmt) || force_empty) in gfc_trans_omp_code() 4540 if (IS_EMPTY_STMT (stmt)) in gfc_trans_omp_master() 5130 if (! IS_EMPTY_STMT (stmt)) in gfc_trans_omp_sections() 5615 if (res != NULL_TREE && ! IS_EMPTY_STMT (res)) in gfc_trans_omp_workshare() 5667 if (!IS_EMPTY_STMT (stmt)) in gfc_trans_omp_workshare() 5678 if (IS_EMPTY_STMT (stmt) && !clauses->nowait) in gfc_trans_omp_workshare()
|
H A D | trans.c | 1741 if (expr == NULL_TREE || IS_EMPTY_STMT (expr)) in add_expr_to_chain() 2180 if (res != NULL_TREE && ! IS_EMPTY_STMT (res)) in trans_code()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.cc | 1814 if (expr == NULL_TREE || IS_EMPTY_STMT (expr)) in add_expr_to_chain() 2272 if (res != NULL_TREE && ! IS_EMPTY_STMT (res)) in trans_code()
|
H A D | trans-openmp.cc | 4402 if (!IS_EMPTY_STMT (stmt) || force_empty) in gfc_trans_omp_code() 5660 if (IS_EMPTY_STMT (stmt)) in gfc_trans_omp_master() 5670 if (IS_EMPTY_STMT (body)) in gfc_trans_omp_masked() 6619 if (IS_EMPTY_STMT (body)) in gfc_trans_omp_scope() 6651 if (! IS_EMPTY_STMT (stmt)) in gfc_trans_omp_sections() 7304 if (res != NULL_TREE && ! IS_EMPTY_STMT (res)) in gfc_trans_omp_workshare() 7356 if (!IS_EMPTY_STMT (stmt)) in gfc_trans_omp_workshare() 7367 if (IS_EMPTY_STMT (stmt) && !clauses->nowait) in gfc_trans_omp_workshare()
|
H A D | ChangeLog-2003 | 1328 IS_EMPTY_STMT.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | toir.cc | 210 if (t == void_node || IS_EMPTY_STMT (t)) in add_stmt()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | toir.cc | 209 if (t == void_node || IS_EMPTY_STMT (t)) in add_stmt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | tree-ssa.texi | 652 @var{var}. If @var{s} is an empty statement (i.e., @code{IS_EMPTY_STMT
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-gimplify.cc | 240 if (!IS_EMPTY_STMT (stmt) in gimplify_expr_stmt()
|
H A D | semantics.cc | 1184 if (IS_EMPTY_STMT (body)) in finish_do_body() 10545 if (pre_body && IS_EMPTY_STMT (pre_body)) in finish_omp_for()
|
H A D | ChangeLog-2018 | 1037 use IS_EMPTY_STMT on NULL pre_body. Adjust c_finish_omp_for caller.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tree-ssa.texi | 664 @var{var}. If @var{s} is an empty statement (i.e., @code{IS_EMPTY_STMT
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-gimplify.c | 505 if (!IS_EMPTY_STMT (stmt) in gimplify_expr_stmt()
|
H A D | semantics.c | 924 if (IS_EMPTY_STMT (body)) in finish_do_body() 9108 if (pre_body && IS_EMPTY_STMT (pre_body)) in finish_omp_for()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 736 if (!IS_EMPTY_STMT (stmts)) in fname_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 759 if (!IS_EMPTY_STMT (stmts)) in fname_decl()
|