Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp71 const VariableArrayType *VLALast = nullptr; in checkVLA() local
87 VLALast = VLA; in checkVLA()
90 assert(VLALast && in checkVLA()
100 CharUnits EleSize = Ctx.getTypeSizeInChars(VLALast->getElementType()); in checkVLA()