reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 1148   SVal sizeVal = state->getSVal(Size, LCtx);
 1156   SVal destVal = state->getSVal(Dest, LCtx);
 1161     stateZeroSize = stateZeroSize->BindExpr(CE, LCtx, destVal);
 1177     SVal srcVal = state->getSVal(Source, LCtx);
 1210         lastElement = C.getSValBuilder().conjureSymbolVal(nullptr, CE, LCtx,
 1214       state = state->BindExpr(CE, LCtx, lastElement);
 1218       state = state->BindExpr(CE, LCtx, destVal);