Home
last modified time | relevance | path

Searched refs:expanding_p (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dsemantics.c2498 expanding_p = 1;
Dcp-tree.h958 #define expanding_p cp_function_chain->x_expanding_p macro
963 #define doing_semantic_analysis_p() (!expanding_p)
Ddecl.c5131 if (expanding_p)
15445 expanding_p = 0;
DChangeLog.22279 * cp-tree.h (language_function): Rename expanding_p to
2281 (expanding_p): Adjust accordingly.
2439 Don't save and restore expanding_p.
2880 (expanding_p): Likewise.
2913 * semantics.c (expanding_p): Likewise.
3400 (expanding_p): New variable.
3409 (cp_function): Add expanding_p, last_tree, last_expr_type.
3429 (expanding_p): New variable.
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-19992279 * cp-tree.h (language_function): Rename expanding_p to
2281 (expanding_p): Adjust accordingly.
2439 Don't save and restore expanding_p.
2880 (expanding_p): Likewise.
2913 * semantics.c (expanding_p): Likewise.
3400 (expanding_p): New variable.
3409 (cp_function): Add expanding_p, last_tree, last_expr_type.
3429 (expanding_p): New variable.
DChangeLog-20031369 (expanding_p): Remove.
1427 (make_label_decl): Do not check expanding_p.
1428 (save_function-data): Do not set expanding_p.
1429 (cxx_push_function_context): Do not clear expanding_p.
1430 * semantics.c (cxx_expand_function_start): Do not set expanding_p.