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

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 2046   SVal SearchStrVal = State->getSVal(SearchStrPtr, LCtx);
 2053   SVal DelimStrVal = State->getSVal(DelimStr, LCtx);
 2074           LCtx,
 2077         LCtx);
 2081     Result = SVB.conjureSymbolVal(nullptr, CE, LCtx, C.blockCount());
 2085   State = State->BindExpr(CE, LCtx, Result);