Home | History | Annotate | Download | only in AST

Lines Matching refs:Cleanup

408   /// A cleanup, and a flag indicating whether it is lifetime-extended.
409 class Cleanup {
413 Cleanup(APValue *Val, bool IsLifetimeExtended)
462 llvm::SmallVector<Cleanup, 16> CleanupStack;
846 cleanup(Info, OldStackSize);
849 static void cleanup(EvalInfo &Info, unsigned OldStackSize) {
854 // Full-expression cleanup of a lifetime-extended temporary: nothing
855 // to do, just move this cleanup to the right place in the stack.
915 Info.CleanupStack.push_back(Cleanup(&Result, IsLifetimeExtended));