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;
288 SVal ArraySize;
290 State = checkVLA(C, State, VLA, ArraySize);
294 if (!isa<NonLoc>(ArraySize)) {
304 ArraySize.castAs<NonLoc>(), SVB);
328 SVal ArraySize;
329 State = checkVLA(C, State, VLA, ArraySize);