Home
last modified time | relevance | path

Searched refs:NumLevels (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLGraph.h78 auto NumLevels = Levels.size(); in addNodeToLevel() local
79 if (NumLevels > Level) in addNodeToLevel()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2448 unsigned NumLevels = in isOpenMPGlobalCapturedDecl() local
2451 return (NumLevels == CaptureLevel + 1) && TopDVar.CKind != OMPC_shared; in isOpenMPGlobalCapturedDecl()