Searched refs:NEW_EXPR_USE_GLOBAL (Results 1 – 6 of 6) sorted by relevance
567 if (NEW_EXPR_USE_GLOBAL (t)) in pp_cxx_new_expression()
1461 if (NEW_EXPR_USE_GLOBAL (t)) in dump_expr()
1561 NEW_EXPR_USE_GLOBAL (new_expr) = use_global_new; in build_raw_new_expr()
8305 NEW_EXPR_USE_GLOBAL (r) = NEW_EXPR_USE_GLOBAL (t); in tsubst_copy()9175 NEW_EXPR_USE_GLOBAL (t)); in tsubst_copy_and_build()
2297 #define NEW_EXPR_USE_GLOBAL(NODE) \ macro
5660 * cp-tree.h (NEW_EXPR_USE_GLOBAL, DELETE_EXPR_USE_GLOBAL): Add check.