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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  499   ASTContext &getContext() { return svalBuilder->getContext(); }
  500   const ASTContext &getContext() const { return svalBuilder->getContext(); }
tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
  331         ASTContext &astContext = svalBuilder.getContext();
tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  383   ASTContext &Ctx = svalBuilder.getContext();
  526   ASTContext &Ctx = svalBuilder.getContext();
  673   QualType sizeTy = svalBuilder.getContext().getSizeType();
  767   QualType sizeTy = svalBuilder.getContext().getSizeType();
  827     QualType sizeTy = svalBuilder.getContext().getSizeType();
  896   ASTContext &Ctx = svalBuilder.getContext();
 1201       ASTContext &Ctx = SvalBuilder.getContext();
 1570   QualType sizeTy = svalBuilder.getContext().getSizeType();
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1051                                 SB.getContext().getSizeType());
 1174       SVal zeroVal = svalBuilder.makeZeroVal(svalBuilder.getContext().CharTy);
 1192         Init = SB.makeZeroVal(SB.getContext().CharTy);
 2506   SVal zeroVal = svalBuilder.makeZeroVal(svalBuilder.getContext().CharTy);
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  804       ASTContext &Ctx = SVB.getContext();
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  101   ASTContext &Ctx = SVB.getContext();
  117   ASTContext &ACtx = SVB.getContext();
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  167   ASTContext &Ctx = svalBuilder.getContext();
  190     QualType T = getDesugaredValueType(svalBuilder.getContext());
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  328   ASTContext &Ctx = svalBuilder.getContext();
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
  885     Length = ExtentInt.getLimitedValue() * SVB.getContext().getCharWidth();
  888       Length = FR->getDecl()->getBitWidthValue(SVB.getContext());
 1608     if (!SVB.getContext().hasSameUnqualifiedType(RegionTy, SourceRegionTy))
tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  281   QualType PT = getContext().getPointerType(QualType(T, 0));
  363     ASTContext &Ctx = getContext();
  492   if (getContext().getTypeSize(castTy) >= getContext().getTypeSize(originalTy))
  492   if (getContext().getTypeSize(castTy) >= getContext().getTypeSize(originalTy))
  500   APSIntType ToType(getContext().getTypeSize(castTy),
tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
   36       T = SVB.getContext().VoidPtrTy;
   38     Cond = SVB.evalCast(*LV, SVB.getContext().BoolTy, T).castAs<DefinedSVal>();
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  291     ASTContext &Ctx = getContext();
  704                    getContext().hasSameUnqualifiedType(symIntExpr->getType(),
  948           QualType boolType = getContext().BoolTy;
 1150       Multiplicand = getContext().getTypeSizeInChars(pointeeType).getQuantity();
 1200       elementType = getContext().CharTy;
 1204                                                        superR, getContext()));
tools/clang/lib/StaticAnalyzer/Core/Store.cpp
   64   return MRMgr.getElementRegion(EleTy, idx, Base, svalBuilder.getContext());