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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h95 APSIntType getAPSIntType(QualType T) const { function in class:clang::ento::BasicValueFactory
113 APSIntType TargetType = getAPSIntType(T);
134 return getValue(getAPSIntType(T).getMaxValue());
138 return getValue(getAPSIntType(T).getMinValue());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp87 BVF.getAPSIntType(CE->getType()).apply(Result);
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp116 BasicVals.getAPSIntType(castTy).apply(i);
173 BasicVals.getAPSIntType(castTy).apply(i);
348 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);
378 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
493 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
H A DBasicValueFactory.cpp104 return getValue(getAPSIntType(T).getValue(X));
H A DSimpleConstraintManager.cpp219 APSIntType WraparoundType = BVF.getAPSIntType(LHS->getType());
H A DRangeConstraintManager.cpp355 APSIntType IntType = BV.getAPSIntType(Sym->getType());
398 APSIntType IntType = BV.getAPSIntType(T);

Completed in 912 milliseconds