Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp124 if (const llvm::APSInt *IndexLVal = SVB.getKnownValue(State, IndexLength)) { in checkVLA() local
128 uint64_t IndexL = IndexLVal->getZExtValue(); in checkVLA()