Searched refs:isOpenMPLoopDirective (Results 1 – 6 of 6) sorted by relevance
164 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
944 isOpenMPLoopDirective(D.getDirectiveKind()) && in hasStaticScheduling()968 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()980 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()993 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()1004 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()1013 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()1025 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()1032 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
3472 isOpenMPLoopDirective(DKind) in emitForStaticInit()3508 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()
784 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
227 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()233 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()239 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()1668 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()1674 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()4720 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()4867 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
1120 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()