Home
last modified time | relevance | path

Searched refs:isOpenMPTeamsDirective (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.h186 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp680 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective() function in clang
/external/clang/lib/Sema/
DSemaOpenMP.cpp389 isOpenMPTeamsDirective(DKind) || DKind == OMPD_unknown; in isParallelOrTaskRegion()
475 isOpenMPTeamsDirective(DVar.DKind)) { in getDSA()
1497 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitDeclRefExpr()
1537 isOpenMPTeamsDirective(K); in VisitMemberExpr()
3244 } else if (isOpenMPTeamsDirective(CurrentRegion)) { in CheckNestingOfRegions()
3252 if (!NestingProhibited && isOpenMPTeamsDirective(ParentRegion)) { in CheckNestingOfRegions()
3265 NestingProhibited = !isOpenMPTeamsDirective(ParentRegion); in CheckNestingOfRegions()
6723 if (!OED || !isOpenMPTeamsDirective(OED->getDirectiveKind())) { in ActOnOpenMPTargetDirective()
6733 OMPTeamsFound = OED && isOpenMPTeamsDirective(OED->getDirectiveKind()); in ActOnOpenMPTargetDirective()
8486 return isOpenMPTeamsDirective(K); in ActOnOpenMPFirstprivateClause()
[all …]