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);
 2121   SVal ResultVal = SVB.conjureSymbolVal(nullptr, CE, LCtx, C.blockCount());
 2122   State = State->BindExpr(CE, LCtx, ResultVal);