/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 1821 current_stmt_tree ()->stmts_are_full_exprs_p = 0; in build_aggr_init() 1825 current_stmt_tree ()->stmts_are_full_exprs_p = destroy_temps; in build_aggr_init() 4379 current_stmt_tree ()->stmts_are_full_exprs_p = 0; in build_vec_init() 4455 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in build_vec_init() 4493 current_stmt_tree ()->stmts_are_full_exprs_p = 0; in build_vec_init() 4710 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in build_vec_init() 4713 current_stmt_tree ()->stmts_are_full_exprs_p = 0; in build_vec_init() 4758 current_stmt_tree ()->stmts_are_full_exprs_p = destroy_temps; in build_vec_init()
|
H A D | cp-gimplify.c | 739 current_stmt_tree ()->stmts_are_full_exprs_p in cp_gimplify_expr() 1038 current_stmt_tree ()->stmts_are_full_exprs_p in cp_gimplify_expr()
|
H A D | coroutines.cc | 2228 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in build_actor_fn() 2598 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in build_destroy_fn()
|
H A D | decl.c | 7168 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in initialize_local_var() 7170 current_stmt_tree ()->stmts_are_full_exprs_p = in initialize_local_var() 16414 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in start_preparsed_function()
|
H A D | semantics.c | 364 return current_stmt_tree ()->stmts_are_full_exprs_p; in stmts_are_full_exprs_p() 401 current_stmt_tree (void) in current_stmt_tree() function
|
H A D | pt.c | 18009 current_stmt_tree ()->stmts_are_full_exprs_p = STMT_IS_FULL_EXPR_P (t); in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 584 #define stmt_list_stack (current_stmt_tree ()->x_cur_stmt_list) 600 extern stmt_tree current_stmt_tree (void);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 2043 current_stmt_tree ()->stmts_are_full_exprs_p = 0; in build_aggr_init() 2047 current_stmt_tree ()->stmts_are_full_exprs_p = destroy_temps; in build_aggr_init() 4505 current_stmt_tree ()->stmts_are_full_exprs_p = 0; in build_vec_init() 4891 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in build_vec_init() 4897 current_stmt_tree ()->stmts_are_full_exprs_p = 0; in build_vec_init() 4914 current_stmt_tree ()->stmts_are_full_exprs_p = destroy_temps; in build_vec_init()
|
H A D | cp-gimplify.cc | 482 current_stmt_tree ()->stmts_are_full_exprs_p in cp_gimplify_expr() 792 current_stmt_tree ()->stmts_are_full_exprs_p in cp_gimplify_expr()
|
H A D | ChangeLog-2000 | 1199 (current_stmt_tree): Remove. 1212 (initialize_local_var): Adjust usage of current_stmt_tree. 1221 * init.c (build_aggr_init): Adjust use of current_stmt_tree. 1225 (stmts_are_full_exprs_p): Adjust use of current_stmt_tree. 1226 (current_stmt_tree): Define. 1258 (prep_stmt): Adjust use of current_stmt_tree. 2343 current_stmt_tree->stmts_are_full_exprs_p. 2393 current_stmt_tree->stmts_are_full_exprs_p.
|
H A D | typeck2.cc | 740 (current_stmt_tree ()->stmts_are_full_exprs_p, 0)); in split_nonconstant_init()
|
H A D | coroutines.cc | 2155 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in build_actor_fn() 2457 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in build_destroy_fn()
|
H A D | decl.cc | 7738 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in initialize_local_var() 7740 current_stmt_tree ()->stmts_are_full_exprs_p = in initialize_local_var() 17251 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in start_preparsed_function()
|
H A D | semantics.cc | 524 return current_stmt_tree ()->stmts_are_full_exprs_p; in stmts_are_full_exprs_p() 561 current_stmt_tree (void) in current_stmt_tree() function
|
H A D | ChangeLog-2008 | 2119 * semantics.c (current_stmt_tree): Fix comment.
|
H A D | ChangeLog-2002 | 2711 * semantics.c (current_stmt_tree): Update for change to
|
H A D | ChangeLog-1999 | 1341 (current_stmt_tree): New macro.
|
H A D | pt.cc | 18596 current_stmt_tree ()->stmts_are_full_exprs_p = STMT_IS_FULL_EXPR_P (t); in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 603 #define stmt_list_stack (current_stmt_tree ()->x_cur_stmt_list) 619 extern stmt_tree current_stmt_tree (void);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2003 | 1080 stmts_are_full_exprs_p, current_stmt_tree,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 10196 current_stmt_tree (void) in current_stmt_tree() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 10591 current_stmt_tree (void) in current_stmt_tree() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 8278 (current_stmt_tree): Adjust. 9406 (current_stmt_tree): New function. 9423 (current_stmt_tree): Define.
|