Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.h284 #define last_tree (current_stmt_tree ()->x_last_stmt)
288 #define last_expr_type (current_stmt_tree ()->x_last_expr_type)
292 #define last_expr_filename (current_stmt_tree ()->x_last_expr_filename)
321 extern stmt_tree current_stmt_tree PARAMS ((void));
H A Dc-semantics.c759 current_stmt_tree ()->stmts_are_full_exprs_p = STMT_IS_FULL_EXPR_P (t);
874 current_stmt_tree ()->stmts_are_full_exprs_p
H A Dc-decl.c6963 current_stmt_tree () in current_stmt_tree() function
H A DChangeLog.48272 (current_stmt_tree): Adjust.
9400 (current_stmt_tree): New function.
9417 (current_stmt_tree): Define.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dinit.c1140 current_stmt_tree ()->stmts_are_full_exprs_p = 0; in build_aggr_init()
1144 current_stmt_tree ()->stmts_are_full_exprs_p = destroy_temps; in build_aggr_init()
2484 current_stmt_tree ()->stmts_are_full_exprs_p = 0; in build_vec_init()
2512 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in build_vec_init()
2518 current_stmt_tree ()->stmts_are_full_exprs_p = 0; in build_vec_init()
2612 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in build_vec_init()
2614 current_stmt_tree ()->stmts_are_full_exprs_p = 0; in build_vec_init()
2654 current_stmt_tree ()->stmts_are_full_exprs_p = destroy_temps; in build_vec_init()
H A Dcp-gimplify.c458 current_stmt_tree ()->stmts_are_full_exprs_p in cp_gimplify_expr()
588 current_stmt_tree ()->stmts_are_full_exprs_p in cp_gimplify_expr()
H A Dsemantics.c357 return current_stmt_tree ()->stmts_are_full_exprs_p; in stmts_are_full_exprs_p()
391 current_stmt_tree (void) in current_stmt_tree() function
H A Ddecl.c4878 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in check_initializer()
4882 current_stmt_tree ()->stmts_are_full_exprs_p = in check_initializer()
5048 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in initialize_local_var()
5050 current_stmt_tree ()->stmts_are_full_exprs_p = in initialize_local_var()
11662 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in cxx_push_function_context()
H A DChangeLog-20001199 (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 Dpt.c8489 current_stmt_tree ()->stmts_are_full_exprs_p = STMT_IS_FULL_EXPR_P (t); in tsubst_expr()
H A DChangeLog-20022711 * semantics.c (current_stmt_tree): Update for change to
H A DChangeLog-19991341 (current_stmt_tree): New macro.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c1138 current_stmt_tree ()->stmts_are_full_exprs_p = 0;
1142 current_stmt_tree ()->stmts_are_full_exprs_p = destroy_temps;
2815 current_stmt_tree ()->stmts_are_full_exprs_p = 0;
2845 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
2851 current_stmt_tree ()->stmts_are_full_exprs_p = 0;
2963 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
2965 current_stmt_tree ()->stmts_are_full_exprs_p = 0;
3013 current_stmt_tree ()->stmts_are_full_exprs_p = destroy_temps;
H A Dsemantics.c89 return current_stmt_tree ()->stmts_are_full_exprs_p; in stmts_are_full_exprs_p()
97 current_stmt_tree () in current_stmt_tree() function
H A Ddecl.c8582 current_stmt_tree ()->stmts_are_full_exprs_p = 1; in check_initializer()
8586 current_stmt_tree ()->stmts_are_full_exprs_p = in check_initializer()
8800 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
8802 current_stmt_tree ()->stmts_are_full_exprs_p =
15449 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
H A DChangeLog4114 * semantics.c (current_stmt_tree): Update for change to
11071 (current_stmt_tree): Remove.
11084 (initialize_local_var): Adjust usage of current_stmt_tree.
11093 * init.c (build_aggr_init): Adjust use of current_stmt_tree.
11097 (stmts_are_full_exprs_p): Adjust use of current_stmt_tree.
11098 (current_stmt_tree): Define.
11130 (prep_stmt): Adjust use of current_stmt_tree.
12215 current_stmt_tree->stmts_are_full_exprs_p.
12265 current_stmt_tree->stmts_are_full_exprs_p.
H A DChangeLog.21341 (current_stmt_tree): New macro.
/openbsd-src/gnu/gcc/gcc/
H A Dc-common.h279 #define cur_stmt_list (current_stmt_tree ()->x_cur_stmt_list)
293 extern stmt_tree current_stmt_tree (void);
H A Dc-decl.c7026 current_stmt_tree (void) in current_stmt_tree() function