Searched refs:in_constexpr_if (Results 1 – 3 of 3) sorted by relevance
218 bool in_constexpr_if; member526 ent->in_constexpr_if = true; in poplevel_named_label_1()3451 || ent->in_constexpr_if in check_goto()3455 if (ent->in_try_scope || ent->in_catch_scope || ent->in_constexpr_if in check_goto()3500 else if (ent->in_constexpr_if) in check_goto()
226 bool in_constexpr_if; member545 ent->in_constexpr_if = true; in poplevel_named_label_1()3661 || ent->in_constexpr_if || ent->in_consteval_if in check_goto()3665 if (ent->in_try_scope || ent->in_catch_scope || ent->in_constexpr_if in check_goto()3711 else if (ent->in_constexpr_if) in check_goto()
1494 (named_label_entry): Add in_constexpr_if field.