Home
last modified time | relevance | path

Searched refs:isOpenMPTaskLoopDirective (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h395 isOpenMPTaskLoopDirective(Kind) || in getArraysOffset()
428 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setIsLastIterVariable()
435 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setLowerBoundVariable()
442 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setUpperBoundVariable()
449 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setStrideVariable()
456 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setEnsureUpperBound()
463 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextLowerBound()
470 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextUpperBound()
599 isOpenMPTaskLoopDirective(getDirectiveKind())) && in getIsLastIterVariable()
606 isOpenMPTaskLoopDirective(getDirectiveKind())) && in getLowerBoundVariable()
[all …]
/external/clang/include/clang/Basic/
DOpenMPKinds.h118 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp493 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective() function in clang
/external/clang/lib/Sema/
DSemaOpenMP.cpp362 isOpenMPTaskLoopDirective(DKind); in isParallelOrTaskRegion()
2285 isOpenMPTaskLoopDirective(ParentRegion); in CheckNestingOfRegions()
2323 isOpenMPTaskLoopDirective(ParentRegion); in CheckNestingOfRegions()
2333 isOpenMPTaskLoopDirective(ParentRegion); in CheckNestingOfRegions()
2346 isOpenMPTaskLoopDirective(ParentRegion) || in CheckNestingOfRegions()
3512 isOpenMPTaskLoopDirective(DKind) || in CheckOpenMPIterationSpace()
3821 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in CheckOpenMPLoop()
3871 isOpenMPTaskLoopDirective(DKind) || in CheckOpenMPLoop()
3883 isOpenMPTaskLoopDirective(DKind) || isOpenMPDistributeDirective(DKind)) in CheckOpenMPLoop()
3903 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in CheckOpenMPLoop()