Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h312 bool isOpenMPNestingDistributeDirective(OpenMPDirectiveKind DKind);
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp700 bool clang::isOpenMPNestingDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPNestingDistributeDirective() function in clang
708 return isOpenMPNestingDistributeDirective(Kind) || in isOpenMPDistributeDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5253 isOpenMPNestingDistributeDirective(CurrentRegion)) { in checkNestingOfRegions()