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()
DRangeConstraintManager.cpp355 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull()
398 APSIntType IntType = BV.getAPSIntType(T); in GetRange()
DSimpleConstraintManager.cpp219 APSIntType WraparoundType = BVF.getAPSIntType(LHS->getType()); in assumeSymRel()
DBasicValueFactory.cpp104 return getValue(getAPSIntType(T).getValue(X)); in getValue()
/external/clang/lib/StaticAnalyzer/Checkers/
DBuiltinFunctionChecker.cpp87 BVF.getAPSIntType(CE->getType()).apply(Result); in evalCall()