Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.h30 bool isLeafConstruct(Directive D);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp174 bool isLeafConstruct(Directive D) { return getLeafConstructs(D).empty(); } in isLeafConstruct() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp752 assert(isLeafConstruct(LKind) && "Epecting leaf directive"); in getOpenMPCaptureRegions()