Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1638 auto NumBlockVars = in LazyInitializeReferencedVars() local
1641 if (NumBlockVars == 0) { in LazyInitializeReferencedVars()
1653 new (BV) VarVec(BC, NumBlockVars); in LazyInitializeReferencedVars()
1655 new (BVOriginal) VarVec(BC, NumBlockVars); in LazyInitializeReferencedVars()