Searched refs:finish_if_stmt_cond (Results 1 – 19 of 19) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | semantics.c | 253 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 D | init.c | 885 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 D | parse.y | 3414 { finish_if_stmt_cond ($3, $<ttype>2); }
|
H A D | decl.c | 9423 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 D | decl2.c | 2521 finish_if_stmt_cond (cond, guard_if_stmt);
|
H A D | cp-tree.h | 4196 extern void finish_if_stmt_cond PARAMS ((tree, tree));
|
H A D | pt.c | 7781 finish_if_stmt_cond (tsubst_expr (IF_COND (t),
|
H A D | ChangeLog.2 | 2299 (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 D | ChangeLog | 12710 (finish_if_stmt_cond): Likewise.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | decl2.c | 2647 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 D | semantics.c | 539 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 D | init.c | 870 finish_if_stmt_cond (flag, inner_if_stmt); in construct_virtual_base()
|
H A D | decl.c | 5776 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 D | ChangeLog-1999 | 2299 (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 D | cp-tree.h | 4254 extern void finish_if_stmt_cond (tree, tree);
|
H A D | ChangeLog-2004 | 4718 (begin_if_stmt, finish_if_stmt_cond, begin_while_stmt, 4824 (begin_if_stmt, finish_if_stmt_cond, finish_then_clause,
|
H A D | pt.c | 8617 finish_if_stmt_cond (tmp, stmt); in tsubst_expr()
|
H A D | parser.c | 6580 finish_if_stmt_cond (condition, statement); in cp_parser_selection_statement()
|
H A D | ChangeLog-2000 | 2838 (finish_if_stmt_cond): Likewise.
|