reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
382 SValBuilder &svalBuilder = C.getSValBuilder(); 384 const LocationContext *LCtx = C.getLocationContext(); 390 SVal BufVal = C.getSVal(FirstBuf); 391 state = checkNonNull(C, state, FirstBuf, BufVal, 1); 402 SVal LengthVal = C.getSVal(Size); 421 state = CheckLocation(C, state, warningExpr, BufEnd, firstMessage); 431 state = checkNonNull(C, state, SecondBuf, BufVal, 2); 441 state = CheckLocation(C, state, warningExpr, BufEnd, secondMessage);