Home
last modified time | relevance | path

Searched refs:finish_if_stmt_cond (Results 1 – 19 of 19) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c253 finish_if_stmt_cond (cond, if_stmt) in finish_if_stmt_cond() function
338 finish_if_stmt_cond (cond, if_stmt);
476 finish_if_stmt_cond (cond, if_stmt);
H A Dinit.c885 finish_if_stmt_cond (flag, inner_if_stmt); in construct_virtual_base()
2901 finish_if_stmt_cond (build (NE_EXPR, boolean_type_node,
H A Dparse.y3414 { finish_if_stmt_cond ($3, $<ttype>2); }
H A Ddecl.c9423 finish_if_stmt_cond (get_guard_cond (guard), if_stmt);
14833 finish_if_stmt_cond (boolean_true_node, if_stmt); in begin_destructor_body()
14880 finish_if_stmt_cond (build (BIT_AND_EXPR, integer_type_node, in finish_destructor_body()
H A Ddecl2.c2521 finish_if_stmt_cond (cond, guard_if_stmt);
H A Dcp-tree.h4196 extern void finish_if_stmt_cond PARAMS ((tree, tree));
H A Dpt.c7781 finish_if_stmt_cond (tsubst_expr (IF_COND (t),
H A DChangeLog.22299 (finish_if_stmt_cond): Use maybe_convert_cond.
2363 (finish_if_stmt_cond): Use FINISH_COND.
2539 * semantics.c (finish_if_stmt_cond): Likewise.
3433 (finish_if_stmt_cond): Likewise.
4610 * semantics.c (finish_if_stmt_cond): Copy cond to permanent_obstack.
H A DChangeLog12710 (finish_if_stmt_cond): Likewise.
/openbsd/gnu/gcc/gcc/cp/
H A Ddecl2.c2647 finish_if_stmt_cond (guard_cond, guard_if_stmt); in one_static_initialization_or_destruction()
2698 finish_if_stmt_cond (cond, init_if_stmt); in do_static_initialization_or_destruction()
2730 finish_if_stmt_cond (cond, priority_if_stmt); in do_static_initialization_or_destruction()
H A Dsemantics.c539 finish_if_stmt_cond (cond, if_stmt); in simplify_loop_decl_cond()
647 finish_if_stmt_cond (tree cond, tree if_stmt) in finish_if_stmt_cond() function
H A Dinit.c870 finish_if_stmt_cond (flag, inner_if_stmt); in construct_virtual_base()
H A Ddecl.c5776 finish_if_stmt_cond (get_guard_cond (guard), if_stmt); in expand_static_init()
5805 finish_if_stmt_cond (build_call (acquire_fn, guard_addr_list), in expand_static_init()
11068 finish_if_stmt_cond (build2 (BIT_AND_EXPR, integer_type_node, in finish_destructor_body()
H A DChangeLog-19992299 (finish_if_stmt_cond): Use maybe_convert_cond.
2363 (finish_if_stmt_cond): Use FINISH_COND.
2539 * semantics.c (finish_if_stmt_cond): Likewise.
3433 (finish_if_stmt_cond): Likewise.
4610 * semantics.c (finish_if_stmt_cond): Copy cond to permanent_obstack.
H A Dcp-tree.h4254 extern void finish_if_stmt_cond (tree, tree);
H A DChangeLog-20044718 (begin_if_stmt, finish_if_stmt_cond, begin_while_stmt,
4824 (begin_if_stmt, finish_if_stmt_cond, finish_then_clause,
H A Dpt.c8617 finish_if_stmt_cond (tmp, stmt); in tsubst_expr()
H A Dparser.c6580 finish_if_stmt_cond (condition, statement); in cp_parser_selection_statement()
H A DChangeLog-20002838 (finish_if_stmt_cond): Likewise.