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

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 1813         SVal maxLastElement = svalBuilder.evalBinOpLN(state, BO_Add, *dstRegVal,
 1824       SVal lastElement = svalBuilder.evalBinOpLN(state, BO_Add, *dstRegVal,
 1848     state = InvalidateBuffer(C, state, Dst, *dstRegVal,
 1865     state = setCStringLength(state, dstRegVal->getRegion(), finalStrLength);