Lines Matching defs:ArraySize
46 /// 'ArraySize' will contain SVal that refers to the total size (in char)
49 const VariableArrayType *VLA, SVal &ArraySize) const;
70 SVal &ArraySize) const {
147 ArraySize = ArrSize;
287 SVal ArraySize;
289 State = checkVLA(C, State, VLA, ArraySize);
293 if (!isa<NonLoc>(ArraySize)) {
303 ArraySize.castAs<NonLoc>());
327 SVal ArraySize;
328 State = checkVLA(C, State, VLA, ArraySize);