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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  159     APSIntType TargetType = getAPSIntType(T);
  180     return getValue(getAPSIntType(T).getMaxValue());
  184     return getValue(getAPSIntType(T).getMinValue());
tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
  115       BVF.getAPSIntType(CE->getType()).apply(Result);
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 2110   APSIntType AT = BV.getAPSIntType(T);
tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  121   return getValue(getAPSIntType(T).getValue(X));
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  395   APSIntType IntType = BV.getAPSIntType(Sym->getType());
  438   APSIntType IntType = BV.getAPSIntType(Sym->getType());
  459   const llvm::APSInt &Zero = BV.getAPSIntType(T).getZeroValue();
tools/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
   78   APSIntType WraparoundType = BVF.getAPSIntType(Sym->getType());
  139   APSIntType WraparoundType = BVF.getAPSIntType(Sym->getType());
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  122   BasicVals.getAPSIntType(castTy).apply(i);
  181     BasicVals.getAPSIntType(castTy).apply(i);
  338   APSIntType AT = BV.getAPSIntType(T);
  382   assert(APSIntType(LInt) == BV.getAPSIntType(SymTy) &&
  384   assert(APSIntType(RInt) == BV.getAPSIntType(SymTy) &&
  580             BasicVals.getAPSIntType(lSym->getType()).apply(i);
  582             BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);
  612           APSIntType IntType = BasicVals.getAPSIntType(resultTy);
  727               APSIntType IntType = BasicVals.getAPSIntType(resultTy);