Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c217 bool in_transaction_scope; member
522 ent->in_transaction_scope = true; in poplevel_named_label_1()
3450 if (ent->in_try_scope || ent->in_catch_scope || ent->in_transaction_scope in check_goto()
3456 || ent->in_transaction_scope || ent->in_omp_scope) in check_goto()
3498 else if (ent->in_transaction_scope) in check_goto()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc225 bool in_transaction_scope; member
541 ent->in_transaction_scope = true; in poplevel_named_label_1()
3660 if (ent->in_try_scope || ent->in_catch_scope || ent->in_transaction_scope in check_goto()
3666 || ent->in_consteval_if || ent->in_transaction_scope in check_goto()
3709 else if (ent->in_transaction_scope) in check_goto()
H A DChangeLog-20151578 (struct named_label_entry): Add in_transaction_scope.