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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  215   DefinedOrUnknownSVal conjureSymbolVal(const Stmt *stmt,

References

tools/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
  389     SVal V = C.getSValBuilder().conjureSymbolVal(
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  424     InitVal = getSValBuilder().conjureSymbolVal(Result, LC, Init->getType(),
  433       InitValWithAdjustments = getSValBuilder().conjureSymbolVal(
  873           InitVal = SVB.conjureSymbolVal(BMI->getInit(), stackFrame,
 2493     SVal V = svalBuilder.conjureSymbolVal(Ex, LCtx, getContext().VoidPtrTy,
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
   35     return svalBuilder.conjureSymbolVal(Expression, LCtx, Ty, Count);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  864   SVal V = svalBuilder.conjureSymbolVal(CS, LCtx, VD->getType(),