Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.h246 bool isOpenMPNestingDistributeDirective(OpenMPDirectiveKind DKind);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp540 bool clang::isOpenMPNestingDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPNestingDistributeDirective() function in clang
548 return isOpenMPNestingDistributeDirective(Kind) || in isOpenMPDistributeDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4846 isOpenMPNestingDistributeDirective(CurrentRegion)) { in checkNestingOfRegions()