reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1873 const Expr *IVExpr = S.getIterationVariable(); 1882 const SourceRange R = S.getSourceRange(); 1898 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL, 1927 if (!isOpenMPSimdDirective(S.getDirectiveKind())) 1930 EmitOMPSimdInit(S, IsMonotonic); 1932 SourceLocation Loc = S.getBeginLoc(); 1940 S, LoopScope.requiresCleanups(), LoopArgs.Cond, LoopArgs.IncExpr, 1941 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { 1942 CodeGenLoop(CGF, S, LoopExit); 1962 auto &&CodeGen = [DynamicOrOrdered, &S](CodeGenFunction &CGF) { 1964 CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(), 1965 S.getDirectiveKind()); 1967 OMPCancelStack.emitExit(*this, S.getDirectiveKind(), CodeGen);