Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/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()
237 BasicValueFactory::getPersistentSValWithData(const SVal& V, uintptr_t Data) { in getPersistentSValWithData()
262 BasicValueFactory::getPersistentSValPair(const SVal& V1, const SVal& V2) { in getPersistentSValPair()
[all …]
DRangeConstraintManager.cpp105 void IntersectInRange(BasicValueFactory &BV, Factory &F, in IntersectInRange()
238 RangeSet Intersect(BasicValueFactory &BV, Factory &F, in Intersect()
352 BasicValueFactory &BV = getBasicVals(); in checkNull()
389 BasicValueFactory &BV = getBasicVals(); in GetRange()
DSimpleConstraintManager.cpp100 BasicValueFactory &BVF = getBasicVals(); in assumeAuxForSymbol()
218 BasicValueFactory &BVF = getBasicVals(); in assumeSymRel()
DSimpleConstraintManager.h82 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); } in getBasicVals()
DSVals.cpp221 SVal loc::ConcreteInt::evalBinOp(BasicValueFactory& BasicVals, in evalBinOp()
DSValBuilder.cpp415 BasicValueFactory &BVF = getBasicValueFactory(); in evalCast()
DProgramState.cpp320 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory(); in assumeInBound()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h62 class BasicValueFactory {
82 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator& Alloc) in BasicValueFactory() function
86 ~BasicValueFactory();
DSValBuilder.h37 BasicValueFactory BasicVals;
134 BasicValueFactory &getBasicValueFactory() { return BasicVals; } in getBasicValueFactory()
135 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; } in getBasicValueFactory()
DSymbolManager.h37 class BasicValueFactory; variable
484 BasicValueFactory &BV;
488 SymbolManager(ASTContext &ctx, BasicValueFactory &bv, in SymbolManager()
556 BasicValueFactory &getBasicVals() { return BV; } in getBasicVals()
DSVals.h34 class BasicValueFactory; variable
538 SVal evalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
DProgramState.h144 BasicValueFactory &getBasicVals() const;
482 BasicValueFactory &getBasicVals() { in getBasicVals()
722 inline BasicValueFactory &ProgramState::getBasicVals() const { in getBasicVals()
DExprEngine.h296 BasicValueFactory& getBasicVals() { in getBasicVals()
/freebsd-9-stable/lib/clang/libclangstaticanalyzercore/
DMakefile11 BasicValueFactory.cpp \
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DBuiltinFunctionChecker.cpp86 BasicValueFactory &BVF = SVB.getBasicValueFactory(); in evalCall()
DCStringChecker.cpp554 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory(); in checkAdditionOverflow()
676 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory(); in getCStringLengthForRegion()