Searched refs:Cleanups (Results 1 – 13 of 13) sorted by relevance
470 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local471 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()472 E = Cleanups->getSubExpr(); in findInfo()477 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local478 if (!Cleanups->cleanupsHaveSideEffects()) in findInfo()479 E = Cleanups->getSubExpr(); in findInfo()
1395 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local1396 findConstructionContexts(Layer, Cleanups->getSubExpr()); in findConstructionContexts()
1333 SmallVector<EHScopeStack::stable_iterator, 16> Cleanups; in VisitLambdaExpr() local1362 Cleanups.push_back(CGF.EHStack.stable_begin()); in VisitLambdaExpr()1369 for (unsigned i = Cleanups.size(); i != 0; --i) in VisitLambdaExpr()1370 CGF.DeactivateCleanupBlock(Cleanups[i-1], CleanupDominator); in VisitLambdaExpr()
4049 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local4068 Cleanups.ForceCleanup(); in getAddrOfCXXCtorClosure()
3814 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local3817 for (const auto &I : llvm::reverse(Cleanups)) { in deactivateArgCleanupsBeforeCall()
1911 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local1912 if (!Cleanups->cleanupsHaveSideEffects()) in ProcessIterationStmt()1913 Statement = Cleanups->getSubExpr(); in ProcessIterationStmt()3049 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local3050 if (!Cleanups->cleanupsHaveSideEffects()) in DiagnoseForRangeReferenceVariableCopies()3051 InitExpr = Cleanups->getSubExpr(); in DiagnoseForRangeReferenceVariableCopies()
7075 auto Cleanups = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local7079 Context, SubExpr, Cleanup.cleanupsHaveSideEffects(), Cleanups); in MaybeCreateExprWithCleanups()
1842 if (const ExprWithCleanups *Cleanups = in ShouldDiagnoseUnusedDecl() local1844 Init = Cleanups->getSubExpr(); in ShouldDiagnoseUnusedDecl()
328 Cleanups (core)333 Cleanups (evbuffers)336 Cleanups (bufferevents)344 Cleanups (http)348 Cleanups (evdns)782 Cleanups
999 o Cleanups and fixes to the Big Number (BN) library
335 Cleanups
2028 * Cleanups for ntp-wait-opts.def and ntp.keys.def .
113321 Cleanups for ntp-wait-opts.def113324 Cleanups for ntp-wait-opts.def113348 Cleanups for ntp-wait-opts.def and ntp.keys.def113351 Cleanups for ntp-wait-opts.def and ntp.keys.def113354 Cleanups for ntp-wait-opts.def and ntp.keys.def113357 Cleanups for ntp-wait-opts.def and ntp.keys.def147959 Cleanups, fixed some warnings issued when compiling on psp-deb1.222979 Cleanups, fix [Bug 320]