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.cpp73 const VariableArrayType *VLALast = nullptr; in checkVLA() local
89 VLALast = VLA; in checkVLA()
92 assert(VLALast && in checkVLA()
102 CharUnits EleSize = Ctx.getTypeSizeInChars(VLALast->getElementType()); in checkVLA()