Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DOpenMPKinds.h278 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
/openbsd/src/gnu/llvm/clang/lib/Basic/
DOpenMPKinds.cpp639 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective() function in clang
648 return isOpenMPNestingTeamsDirective(DKind) || DKind == OMPD_target_teams || in isOpenMPTeamsDirective()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp5056 !isOpenMPNestingTeamsDirective(CurrentRegion) && in checkNestingOfRegions()
5170 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()