Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h358 bool isOpenMPCombinedParallelADirective(OpenMPDirectiveKind DKind);
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp753 bool clang::isOpenMPCombinedParallelADirective(OpenMPDirectiveKind DKind) { in isOpenMPCombinedParallelADirective() function in clang
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5019 !isOpenMPCombinedParallelADirective(CurrentRegion)) { in checkNestingOfRegions()