HomeSort by: relevance | last modified time | path
    Searched defs:in_transaction_scope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 234 bool in_transaction_scope; variable
554 ent->in_transaction_scope = true;
3904 if (ent->in_try_scope || ent->in_catch_scope || ent->in_transaction_scope
3911 || ent->in_consteval_if || ent->in_transaction_scope
3947 else if (ent->in_transaction_scope)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 225 bool in_transaction_scope; variable
544 ent->in_transaction_scope = true;
3667 if (ent->in_try_scope || ent->in_catch_scope || ent->in_transaction_scope
3673 || ent->in_consteval_if || ent->in_transaction_scope
3716 else if (ent->in_transaction_scope)

Completed in 118 milliseconds