Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1653 auto NumBlockVars = in LazyInitializeReferencedVars() local
1656 if (NumBlockVars == 0) { in LazyInitializeReferencedVars()
1668 new (BV) VarVec(BC, NumBlockVars); in LazyInitializeReferencedVars()
1670 new (BVOriginal) VarVec(BC, NumBlockVars); in LazyInitializeReferencedVars()