Home
last modified time | relevance | path

Searched refs:IS_EMPTY_STMT (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.cc2668 && (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 Dgimplify.cc1174 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 Dtree.h1172 #define IS_EMPTY_STMT(NODE) (TREE_CODE (NODE) == NOP_EXPR \ macro
H A DChangeLog.tree-ssa5773 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 Dfold-const.cc4233 if (IS_EMPTY_STMT (t) && TREE_SIDE_EFFECTS (omitted)) in omit_one_operand_loc()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.c2489 && (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 Dgimplify.c1167 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 Dtree.h1143 #define IS_EMPTY_STMT(NODE) (TREE_CODE (NODE) == NOP_EXPR \ macro
H A Dfold-const.c4149 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 Dtrans-openmp.c3604 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 Dtrans.c1741 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 Dtrans.cc1814 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 Dtrans-openmp.cc4402 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 DChangeLog-20031328 IS_EMPTY_STMT.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc210 if (t == void_node || IS_EMPTY_STMT (t)) in add_stmt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc209 if (t == void_node || IS_EMPTY_STMT (t)) in add_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dtree-ssa.texi652 @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 Dcp-gimplify.cc240 if (!IS_EMPTY_STMT (stmt) in gimplify_expr_stmt()
H A Dsemantics.cc1184 if (IS_EMPTY_STMT (body)) in finish_do_body()
10545 if (pre_body && IS_EMPTY_STMT (pre_body)) in finish_omp_for()
H A DChangeLog-20181037 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 Dtree-ssa.texi664 @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 Dcp-gimplify.c505 if (!IS_EMPTY_STMT (stmt) in gimplify_expr_stmt()
H A Dsemantics.c924 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 Dc-common.c736 if (!IS_EMPTY_STMT (stmts)) in fname_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc759 if (!IS_EMPTY_STMT (stmts)) in fname_decl()

12