Searched refs:requiresCleanups (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 704 if (ConditionScope.requiresCleanups()) in EmitWhileStmt() 849 if (ForScope.requiresCleanups()) in EmitForStmt() 927 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt() 1581 if (ConditionScope.requiresCleanups()) { in EmitSwitchStmt()
|
D | CGStmtOpenMP.cpp | 1643 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()
|
D | CodeGenFunction.h | 519 bool requiresCleanups() const { in requiresCleanups() function
|
D | CGObjC.cpp | 1399 assert(scope.requiresCleanups() && "nothing to do in .cxx_destruct?"); in emitCXXDestructMethod()
|