reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1556 SVal srcVal = state->getSVal(srcExpr, LCtx); 1557 state = checkNonNull(C, state, srcExpr, srcVal, 2); 1562 SVal strLength = getCStringLength(C, state, srcExpr, srcVal); 1579 state = CheckOverlap(C, state, isBounded ? CE->getArg(2) : CE->getArg(1), Dst, srcExpr); 1853 state = InvalidateBuffer(C, state, srcExpr, srcVal, /*IsSourceBuffer*/true,