Home
last modified time | relevance | path

Searched refs:empty_expr_stmt_p (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c568 gcc_assert (empty_expr_stmt_p (cond)); in finish_cond()
571 else if (!empty_expr_stmt_p (cond)) in finish_cond()
2369 empty_expr_stmt_p (tree expr_stmt) in empty_expr_stmt_p() function
2389 return empty_expr_stmt_p (body); in empty_expr_stmt_p()
H A Dcp-tree.h7241 bool empty_expr_stmt_p (tree);
H A Dpt.c20705 if (empty_expr_stmt_p (stmt_expr)) in tsubst_copy_and_build()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc772 gcc_assert (empty_expr_stmt_p (cond)); in finish_cond()
775 else if (!empty_expr_stmt_p (cond)) in finish_cond()
2598 empty_expr_stmt_p (tree expr_stmt) in empty_expr_stmt_p() function
2618 return empty_expr_stmt_p (body); in empty_expr_stmt_p()
H A DChangeLog-2009321 * semantics.c (empty_expr_stmt_p): Handle void_zero_node and fix
338 * cp-tree.h (empty_expr_stmt_p): Declare ...
339 * semantics.c (empty_expr_stmt_p): ... this.
H A Dcp-tree.h7632 bool empty_expr_stmt_p (tree);
H A DChangeLog-20142431 * semantics.c (finish_break_stmt, empty_expr_stmt_p): Likewise.
H A Dpt.cc21483 if (empty_expr_stmt_p (stmt_expr)) in tsubst_copy_and_build()