Home
last modified time | relevance | path

Searched refs:BasicValueFactory (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp61 BasicValueFactory::~BasicValueFactory() { in ~BasicValueFactory()
72 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { in getValue()
89 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, in getValue()
95 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, in getValue()
102 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { in getValue()
108 BasicValueFactory::getCompoundValData(QualType T, in getCompoundValData()
127 BasicValueFactory::getLazyCompoundValData(const StoreRef &store, in getLazyCompoundValData()
146 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op, in evalAPSInt()
241 BasicValueFactory::getPersistentSValWithData(const SVal& V, uintptr_t Data) { in getPersistentSValWithData()
266 BasicValueFactory::getPersistentSValPair(const SVal& V1, const SVal& V2) { in getPersistentSValPair()
[all …]
DSimpleConstraintManager.cpp100 BasicValueFactory &BVF = getBasicVals(); in assumeAuxForSymbol()
254 BasicValueFactory &BVF = getBasicVals(); in assumeSymRel()
308 BasicValueFactory &BVF = getBasicVals(); in assumeSymWithinInclusiveRange()
DCMakeLists.txt7 BasicValueFactory.cpp
DRangeConstraintManager.cpp114 void IntersectInRange(BasicValueFactory &BV, Factory &F, in IntersectInRange()
247 RangeSet Intersect(BasicValueFactory &BV, Factory &F, in Intersect()
385 BasicValueFactory &BV = getBasicVals(); in checkNull()
422 BasicValueFactory &BV = getBasicVals(); in GetRange()
DSimpleConstraintManager.h103 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); } in getBasicVals()
DSVals.cpp221 SVal loc::ConcreteInt::evalBinOp(BasicValueFactory& BasicVals, in evalBinOp()
DSValBuilder.cpp487 BasicValueFactory &BVF = getBasicValueFactory(); in evalCast()
DProgramState.cpp319 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory(); in assumeInBound()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h62 class BasicValueFactory {
82 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc) in BasicValueFactory() function
86 ~BasicValueFactory();
DSValBuilder.h38 BasicValueFactory BasicVals;
139 BasicValueFactory &getBasicValueFactory() { return BasicVals; } in getBasicValueFactory()
140 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; } in getBasicValueFactory()
DSymbolManager.h36 class BasicValueFactory; variable
399 BasicValueFactory &BV;
403 SymbolManager(ASTContext &ctx, BasicValueFactory &bv, in SymbolManager()
471 BasicValueFactory &getBasicVals() { return BV; } in getBasicVals()
DSVals.h36 class BasicValueFactory; variable
543 SVal evalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
DProgramState.h146 BasicValueFactory &getBasicVals() const;
491 BasicValueFactory &getBasicVals() { in getBasicVals()
756 inline BasicValueFactory &ProgramState::getBasicVals() const { in getBasicVals()
DExprEngine.h314 BasicValueFactory& getBasicVals() { in getBasicVals()
/external/clang/lib/StaticAnalyzer/Checkers/
DBuiltinFunctionChecker.cpp89 BasicValueFactory &BVF = SVB.getBasicValueFactory(); in evalCall()
DCStringChecker.cpp571 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory(); in checkAdditionOverflow()
694 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory(); in getCStringLengthForRegion()