Searched refs:isOpenMPTaskLoopDirective (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h256 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1162 if (isOpenMPWorksharingDirective(Kind) || isOpenMPTaskLoopDirective(Kind) ||
1196 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
1204 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
1212 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
1220 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
1228 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
1236 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
1244 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
1252 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
1355 isOpenMPTaskLoopDirective(getDirectiveKin
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp621 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { function in class:clang
736 return Kind == OMPD_task || isOpenMPTaskLoopDirective(Kind);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1384 !isOpenMPTaskLoopDirective(DVar.DKind)) ||
2559 !isOpenMPTaskLoopDirective(CaptureRegions[CapLevel]))) {
3732 !isOpenMPTaskLoopDirective(S->getDirectiveKind())) {
6847 isOpenMPTaskLoopDirective(Kind) &&
9455 isOpenMPTaskLoopDirective(DKind) ||
9925 if (isOpenMPTaskLoopDirective(DKind)) {
9967 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) ||
10070 isOpenMPTaskLoopDirective(DKind) ||
10082 isOpenMPTaskLoopDirective(DKind) ||
10114 isOpenMPTaskLoopDirective(DKin
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1305 isOpenMPTaskLoopDirective(D.getDirectiveKind()) ? OMPD_taskloop
2935 if (isOpenMPTaskLoopDirective(Kind)) {
3050 if (isOpenMPTaskLoopDirective(Kind)) {
3251 OpenMPDirectiveKind Kind = isOpenMPTaskLoopDirective(D.getDirectiveKind())
3651 if (isOpenMPTaskLoopDirective(D.getDirectiveKind())) {
3946 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) &&
H A DCGStmtOpenMP.cpp1054 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) &&
2520 isOpenMPTaskLoopDirective(S.getDirectiveKind())) {
7593 assert(isOpenMPTaskLoopDirective(S.getDirectiveKind()));
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4592 !isOpenMPTaskLoopDirective(DKind)) &&

Completed in 308 milliseconds