Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp1376 auto NumBlockVars = in LazyInitializeReferencedVars() local
1379 if (NumBlockVars == 0) { in LazyInitializeReferencedVars()
1390 new (BV) VarVec(BC, NumBlockVars); in LazyInitializeReferencedVars()
1392 new (BVOriginal) VarVec(BC, NumBlockVars); in LazyInitializeReferencedVars()