Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp1446 auto NumBlockVars = in LazyInitializeReferencedVars() local
1449 if (NumBlockVars == 0) { in LazyInitializeReferencedVars()
1460 new (BV) VarVec(BC, NumBlockVars); in LazyInitializeReferencedVars()
1462 new (BVOriginal) VarVec(BC, NumBlockVars); in LazyInitializeReferencedVars()