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

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 2115   SVal DstVal = State->getSVal(Dst, LCtx);
 2116   State = InvalidateBuffer(C, State, Dst, DstVal, /*IsSource=*/false,
 2116   State = InvalidateBuffer(C, State, Dst, DstVal, /*IsSource=*/false,
 2122   State = State->BindExpr(CE, LCtx, ResultVal);
 2122   State = State->BindExpr(CE, LCtx, ResultVal);
 2124   C.addTransition(State);