Searched refs:isOpenMPLoopDirective (Results 1 – 10 of 10) sorted by relevance
147 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
630 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
430 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
805 isOpenMPLoopDirective(D.getDirectiveKind()) && in hasStaticScheduling()830 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()845 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()859 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()871 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()880 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()895 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()904 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
2766 isOpenMPLoopDirective(DKind) in emitForStaticInit()2803 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()
907 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
415 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()421 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()427 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()2277 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()2283 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in startOpenMPCXXRangeFor()2320 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()7731 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()7886 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
2338 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
4586 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()4722 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in CheckOpenMPIterationSpace()