Home
last modified time | relevance | path

Searched refs:in_constexpr_if (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c218 bool in_constexpr_if; member
526 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc226 bool in_constexpr_if; member
545 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()
H A DChangeLog-20161494 (named_label_entry): Add in_constexpr_if field.