Home
last modified time | relevance | path

Searched refs:requiresCleanups (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmt.cpp704 if (ConditionScope.requiresCleanups()) in EmitWhileStmt()
849 if (ForScope.requiresCleanups()) in EmitForStmt()
927 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()
1581 if (ConditionScope.requiresCleanups()) { in EmitSwitchStmt()
DCGStmtOpenMP.cpp1643 CGF.EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), S.getCond(), in EmitOMPSimdDirective()
1703 if (LoopScope.requiresCleanups()) in EmitOMPOuterLoop()
1731 EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), S.getCond(), S.getInc(), in EmitOMPOuterLoop()
2054 EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), S.getCond(), in EmitOMPWorksharingLoop()
2709 EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), S.getCond(), in EmitOMPDistributeLoop()
3567 CGF.EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), S.getCond(), in EmitOMPTaskLoopBasedDirective()
DCodeGenFunction.h519 bool requiresCleanups() const { in requiresCleanups() function
DCGObjC.cpp1399 assert(scope.requiresCleanups() && "nothing to do in .cxx_destruct?"); in emitCXXDestructMethod()