Searched refs:NEW_EXPR_USE_GLOBAL (Results 1 – 6 of 6) sorted by relevance
731 if (NEW_EXPR_USE_GLOBAL (t)) in pp_cxx_new_expression()
3287 if (NEW_EXPR_USE_GLOBAL (expr)) in write_expression()
2671 NEW_EXPR_USE_GLOBAL (new_expr) = use_global_new; in build_raw_new_expr()
4050 #define NEW_EXPR_USE_GLOBAL(NODE) \ macro
17523 NEW_EXPR_USE_GLOBAL (r) = NEW_EXPR_USE_GLOBAL (t); in tsubst_copy()20712 &init_vec, NEW_EXPR_USE_GLOBAL (t), in tsubst_copy_and_build()
5660 * cp-tree.h (NEW_EXPR_USE_GLOBAL, DELETE_EXPR_USE_GLOBAL): Add check.