Lines Matching refs:BasicValueFactory
79 BasicValueFactory::~BasicValueFactory() { in ~BasicValueFactory()
90 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { in getValue()
108 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, in getValue()
114 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, in getValue()
121 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { in getValue()
126 BasicValueFactory::getCompoundValData(QualType T, in getCompoundValData()
144 BasicValueFactory::getLazyCompoundValData(const StoreRef &store, in getLazyCompoundValData()
162 const PointerToMemberData *BasicValueFactory::getPointerToMemberData( in getPointerToMemberData()
192 const PointerToMemberData *BasicValueFactory::accumCXXBase( in accumCXXBase()
250 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op, in evalAPSInt()
345 BasicValueFactory::getPersistentSValWithData(const SVal& V, uintptr_t Data) { in getPersistentSValWithData()
370 BasicValueFactory::getPersistentSValPair(const SVal& V1, const SVal& V2) { in getPersistentSValPair()
394 const SVal* BasicValueFactory::getPersistentSVal(SVal X) { in getPersistentSVal()