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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h193 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h586 if (isOpenMPWorksharingDirective(Kind) || isOpenMPTaskLoopDirective(Kind) ||
623 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
630 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
637 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
644 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
651 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
658 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
665 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
672 isOpenMPTaskLoopDirective(getDirectiveKind()) ||
961 isOpenMPTaskLoopDirective(getDirectiveKin
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp475 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { function in class:clang
572 return Kind == OMPD_task || isOpenMPTaskLoopDirective(Kind);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1208 !isOpenMPTaskLoopDirective(DVar.DKind)) ||
2257 !isOpenMPTaskLoopDirective(CaptureRegions[CapLevel]))) {
3308 !isOpenMPTaskLoopDirective(S->getDirectiveKind())) {
5402 isOpenMPTaskLoopDirective(Kind) &&
7759 isOpenMPTaskLoopDirective(DKind) ||
8211 if (isOpenMPTaskLoopDirective(DKind)) {
8255 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) ||
8356 isOpenMPTaskLoopDirective(DKind) || isOpenMPDistributeDirective(DKind))
8365 isOpenMPTaskLoopDirective(DKind) ||
8396 isOpenMPTaskLoopDirective(DKin
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1314 isOpenMPTaskLoopDirective(D.getDirectiveKind()) ? OMPD_taskloop
3415 if (isOpenMPTaskLoopDirective(Kind)) {
3530 if (isOpenMPTaskLoopDirective(Kind)) {
3721 OpenMPDirectiveKind Kind = isOpenMPTaskLoopDirective(D.getDirectiveKind())
4111 if (isOpenMPTaskLoopDirective(D.getDirectiveKind())) {
4408 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) &&
H A DCGStmtOpenMP.cpp1030 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) &&
2301 isOpenMPTaskLoopDirective(S.getDirectiveKind())) {
6302 assert(isOpenMPTaskLoopDirective(S.getDirectiveKind()));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3381 !isOpenMPTaskLoopDirective(DKind)) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2285 isOpenMPTaskLoopDirective(D->getDirectiveKind()) ||
H A DASTWriterStmt.cpp2184 isOpenMPTaskLoopDirective(D->getDirectiveKind()) ||

Completed in 205 milliseconds