Home
last modified time | relevance | path

Searched refs:getAPSIntType (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h95 APSIntType getAPSIntType(QualType T) const { in getAPSIntType() function
113 APSIntType TargetType = getAPSIntType(T); in Convert()
134 return getValue(getAPSIntType(T).getMaxValue()); in getMaxValue()
138 return getValue(getAPSIntType(T).getMinValue()); in getMinValue()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp116 BasicVals.getAPSIntType(castTy).apply(i); in evalCastFromNonLoc()
173 BasicVals.getAPSIntType(castTy).apply(i); in evalCastFromLoc()
348 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i); in evalBinOpNN()
378 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN()
493 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN()
DSimpleConstraintManager.cpp255 APSIntType WraparoundType = BVF.getAPSIntType(LHS->getType()); in assumeSymRel()
309 APSIntType WraparoundType = BVF.getAPSIntType(Sym->getType()); in assumeSymWithinInclusiveRange()
DBasicValueFactory.cpp104 return getValue(getAPSIntType(T).getValue(X)); in getValue()
DRangeConstraintManager.cpp386 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull()
429 APSIntType IntType = BV.getAPSIntType(T); in GetRange()
/external/clang/lib/StaticAnalyzer/Checkers/
DBuiltinFunctionChecker.cpp90 BVF.getAPSIntType(CE->getType()).apply(Result); in evalCall()