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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  165       return &BVF.Convert(SC->getType(), *Value);
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  289         const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int);
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  272       const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
  298       ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
  304         ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
  307     ConvertedRHS = &BasicVals.Convert(resultTy, RHS);