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

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 1912   SVal s1Val = state->getSVal(s1, LCtx);
 1919   SVal s2Val = state->getSVal(s2, LCtx);
 1949     StSameBuf = StSameBuf->BindExpr(CE, LCtx,
 1968   SVal resultVal = svalBuilder.conjureSymbolVal(nullptr, CE, LCtx,
 1978       SVal lenVal = state->getSVal(lenExpr, LCtx);
 2025   state = state->BindExpr(CE, LCtx, resultVal);