Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp74 const VariableArrayType *VLALast = nullptr; in checkVLA() local
90 VLALast = VLA; in checkVLA()
93 assert(VLALast && in checkVLA()
103 CharUnits EleSize = Ctx.getTypeSizeInChars(VLALast->getElementType()); in checkVLA()