Searched refs:global_ctx (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | constexpr.cc | 7817 constexpr_global_ctx global_ctx; in cxx_eval_outermost_constant_expr() local 7818 constexpr_ctx ctx = { &global_ctx, NULL, NULL, NULL, NULL, NULL, NULL, in cxx_eval_outermost_constant_expr() 7902 global_ctx.values.put (object, ctx.ctor); in cxx_eval_outermost_constant_expr() 7910 global_ctx.cleanups = &cleanups; in cxx_eval_outermost_constant_expr() 7949 if (!global_ctx.heap_vars.is_empty ()) in cxx_eval_outermost_constant_expr() 7963 FOR_EACH_VEC_ELT (global_ctx.heap_vars, i, heap_var) in cxx_eval_outermost_constant_expr()
|