Home
last modified time | relevance | path

Searched refs:in_try_scope (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc52 ent->in_try_scope = true; in pop_binding_label()
385 if (ent->in_try_scope) in check_goto()
H A Dd-tree.h169 bool in_try_scope; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc52 ent->in_try_scope = true; in pop_binding_label()
384 if (ent->in_try_scope) in check_goto()
H A Dd-tree.h162 bool in_try_scope; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c214 bool in_try_scope; member
513 ent->in_try_scope = true; in poplevel_named_label_1()
3450 if (ent->in_try_scope || ent->in_catch_scope || ent->in_transaction_scope in check_goto()
3455 if (ent->in_try_scope || ent->in_catch_scope || ent->in_constexpr_if in check_goto()
3494 if (ent->in_try_scope) in check_goto()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc222 bool in_try_scope; member
532 ent->in_try_scope = true; in poplevel_named_label_1()
3660 if (ent->in_try_scope || ent->in_catch_scope || ent->in_transaction_scope in check_goto()
3665 if (ent->in_try_scope || ent->in_catch_scope || ent->in_constexpr_if in check_goto()
3705 if (ent->in_try_scope) in check_goto()
H A DChangeLog-20012513 in_try_scope, add in_catch_scope.
2521 DECL_ARTIFICIAL; use in_try_scope instead.
H A DChangeLog-20062600 in_try_scope and in_catch_scope to bool. Add