Home
last modified time | relevance | path

Searched refs:isOpenMPGenericLoopDirective (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1149 isOpenMPGenericLoopDirective(Kind) || isOpenMPDistributeDirective(Kind)) in getArraysOffset()
1181 isOpenMPGenericLoopDirective(getDirectiveKind()) || in setIsLastIterVariable()
1189 isOpenMPGenericLoopDirective(getDirectiveKind()) || in setLowerBoundVariable()
1197 isOpenMPGenericLoopDirective(getDirectiveKind()) || in setUpperBoundVariable()
1205 isOpenMPGenericLoopDirective(getDirectiveKind()) || in setStrideVariable()
1213 isOpenMPGenericLoopDirective(getDirectiveKind()) || in setEnsureUpperBound()
1221 isOpenMPGenericLoopDirective(getDirectiveKind()) || in setNextLowerBound()
1229 isOpenMPGenericLoopDirective(getDirectiveKind()) || in setNextUpperBound()
1237 isOpenMPGenericLoopDirective(getDirectiveKind()) || in setNumIterations()
1340 isOpenMPGenericLoopDirective(getDirectiveKind()) || in getIsLastIterVariable()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h344 bool isOpenMPGenericLoopDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp688 bool clang::isOpenMPGenericLoopDirective(OpenMPDirectiveKind Kind) { in isOpenMPGenericLoopDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4908 isOpenMPGenericLoopDirective(ParentRegion) || in checkNestingOfRegions()
4943 isOpenMPGenericLoopDirective(ParentRegion) || in checkNestingOfRegions()
4956 isOpenMPGenericLoopDirective(ParentRegion) || in checkNestingOfRegions()
9300 isOpenMPGenericLoopDirective(DKind) || in checkOpenMPIterationSpace()
9902 isOpenMPGenericLoopDirective(DKind) || in checkOpenMPLoop()
10002 isOpenMPGenericLoopDirective(DKind) || in checkOpenMPLoop()
10014 isOpenMPGenericLoopDirective(DKind) || in checkOpenMPLoop()
10046 isOpenMPGenericLoopDirective(DKind) || in checkOpenMPLoop()
10096 isOpenMPGenericLoopDirective(DKind) || in checkOpenMPLoop()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2674 isOpenMPGenericLoopDirective(DKind)) { in emitOMPSimdRegion()