reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
189 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
3717 isOpenMPLoopDirective(DKind) 3753 : isOpenMPLoopDirective(DKind)tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
895 isOpenMPLoopDirective(D.getDirectiveKind()) && 920 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && 935 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) 949 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) 961 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) 970 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && 985 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) 994 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir);tools/clang/lib/Parse/ParseOpenMP.cpp
1792 if (isOpenMPLoopDirective(DKind))
tools/clang/lib/Sema/SemaOpenMP.cpp355 assert(isOpenMPLoopDirective(getCurrentDirective()) && 361 assert(isOpenMPLoopDirective(getCurrentDirective()) && 367 assert(isOpenMPLoopDirective(getCurrentDirective()) && 1984 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) 1990 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { 1998 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { 6470 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { 6625 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars");