Lines Matching full:transaction
25 /// Rewrites happen in "transactions"; if one rewrite in the transaction cannot
26 /// be done (e.g. it resides in a macro) all rewrites in the transaction are
186 "Cannot start a transaction in the middle of another one");
191 assert(IsInTransaction && "No transaction started");
198 // Verify that all actions are possible otherwise abort the whole transaction.
280 assert(IsInTransaction && "No transaction started");
286 assert(IsInTransaction && "Actions only allowed during a transaction");
296 assert(IsInTransaction && "Actions only allowed during a transaction");
306 assert(IsInTransaction && "Actions only allowed during a transaction");
314 assert(IsInTransaction && "Actions only allowed during a transaction");
322 assert(IsInTransaction && "Actions only allowed during a transaction");
330 assert(IsInTransaction && "Actions only allowed during a transaction");
351 assert(IsInTransaction && "Actions only allowed during a transaction");
360 assert(IsInTransaction && "Actions only allowed during a transaction");
370 assert(IsInTransaction && "Actions only allowed during a transaction");
679 "Errors should be emitted out of a transaction");
699 "Warning should be emitted out of a transaction");
718 "Errors should be emitted out of a transaction");