Searched refs:in_transaction_scope (Results 1 – 3 of 3) sorted by relevance
217 bool in_transaction_scope; member522 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()
225 bool in_transaction_scope; member541 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()
1578 (struct named_label_entry): Add in_transaction_scope.