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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h141 APSIntType getAPSIntType(QualType T) const { function in class:clang::ento::BasicValueFactory
159 APSIntType TargetType = getAPSIntType(T);
180 return getValue(getAPSIntType(T).getMaxValue());
184 return getValue(getAPSIntType(T).getMinValue());
H A DSMTConv.h543 static inline QualType getAPSIntType(ASTContext &Ctx, function in class:clang::ento::SMTConv
556 if (Int.getBitWidth() == 1 && getAPSIntType(Ctx, Int).isNull()) {
561 return std::make_pair(NewInt, getAPSIntType(Ctx, NewInt));
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp115 BVF.getAPSIntType(CE->getType()).apply(Result);
H A DIteratorModeling.cpp1398 APSIntType AT = BV.getAPSIntType(T);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp78 APSIntType WraparoundType = BVF.getAPSIntType(Sym->getType());
139 APSIntType WraparoundType = BVF.getAPSIntType(Sym->getType());
H A DSimpleSValBuilder.cpp122 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);
H A DBasicValueFactory.cpp121 return getValue(getAPSIntType(T).getValue(X));
H A DRangeConstraintManager.cpp395 APSIntType IntType = BV.getAPSIntType(Sym->getType());
438 APSIntType IntType = BV.getAPSIntType(Sym->getType());
459 const llvm::APSInt &Zero = BV.getAPSIntType(T).getZeroValue();

Completed in 104 milliseconds