Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp128 uint64_t IndexL = IndexLVal->getZExtValue(); in checkVLA() local
132 if (IndexL == 0) in checkVLA()
135 if (KnownSize <= SizeMax / IndexL) { in checkVLA()
136 KnownSize *= IndexL; in checkVLA()