Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp79 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()
[all …]
H A DRangedConstraintManager.cpp108 BasicValueFactory &BVF = getBasicVals(); in assumeSymInclusiveRange()
137 BasicValueFactory &BVF = getBasicVals(); in assumeSymUnsupported()
171 BasicValueFactory &BVF = getBasicVals(); in assumeSymRel()
H A DCMakeLists.txt10 BasicValueFactory.cpp
H A DSimpleSValBuilder.cpp240 BasicValueFactory &BV = SVB.getBasicValueFactory(); in isWithinConstantOverflowBounds()
263 decomposeSymbol(SymbolRef Sym, BasicValueFactory &BV) { in decomposeSymbol()
283 BasicValueFactory &BV = SVB.getBasicValueFactory(); in doRearrangeUnchecked()
395 BasicValueFactory &BV = State->getBasicVals(); in tryRearrange()
H A DSValBuilder.cpp959 BasicValueFactory &BVF = VB.getBasicValueFactory(); in VisitNonLocSymbolVal()
1056 BasicValueFactory &BVF = VB.getBasicValueFactory(); in simplifySymbolCast()
H A DProgramState.cpp331 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory(); in assumeInBoundDual()
H A DCallEvent.cpp414 BasicValueFactory &BVF = SVB.getBasicValueFactory(); in processArgument()
H A DRangeConstraintManager.cpp1607 BasicValueFactory &ValueFactory;
2848 BasicValueFactory &BV = getBasicVals(); in checkNull()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h113 class BasicValueFactory {
135 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc) in BasicValueFactory() function
139 ~BasicValueFactory();
H A DRangedConstraintManager.h123 Factory(BasicValueFactory &BV) : ValueFactory(BV) {} in Factory()
265 BasicValueFactory &getValueFactory() const { return ValueFactory; } in getValueFactory()
296 BasicValueFactory &ValueFactory;
H A DSValBuilder.h60 BasicValueFactory BasicVals;
149 BasicValueFactory &getBasicValueFactory() { return BasicVals; } in getBasicValueFactory()
150 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; } in getBasicValueFactory()
H A DSimpleConstraintManager.h79 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); } in getBasicVals()
H A DSymbolManager.h37 class BasicValueFactory; variable
494 BasicValueFactory &BV;
498 SymbolManager(ASTContext &ctx, BasicValueFactory &bv, in SymbolManager()
568 BasicValueFactory &getBasicVals() { return BV; } in getBasicVals()
H A DProgramState.h186 BasicValueFactory &getBasicVals() const;
549 BasicValueFactory &getBasicVals() { in getBasicVals()
834 inline BasicValueFactory &ProgramState::getBasicVals() const { in getBasicVals()
H A DExprEngine.h80 class BasicValueFactory; variable
427 BasicValueFactory &getBasicVals() { in getBasicVals()
H A DSMTConstraintManager.h113 BasicValueFactory &BVF = getBasicVals(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/
H A DBUILD.gn19 "BasicValueFactory.cpp",
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp87 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory(); in checkBind()
H A DBuiltinFunctionChecker.cpp114 BasicValueFactory &BVF = SVB.getBasicValueFactory(); in evalCall()
H A DIterator.cpp268 BasicValueFactory &BV = SVB.getBasicValueFactory(); in assumeNoOverflow()
H A DStdLibraryFunctionsChecker.cpp777 static BasicValueFactory &getBVF(ProgramStateRef State) { in getBVF()
796 BasicValueFactory &BVF = getBVF(State); in describe()
868 BasicValueFactory &BVF = SVB.getBasicValueFactory(); in applyAsOutOfRange()
897 BasicValueFactory &BVF = SVB.getBasicValueFactory(); in applyAsWithinRange()
1167 BasicValueFactory &BVF = SVB.getBasicValueFactory(); in initFunctionSummaries()
1240 BasicValueFactory &BVF; in initFunctionSummaries()
1243 GetMaxValue(BasicValueFactory &BVF) : BVF(BVF) {} in initFunctionSummaries()
H A DCStringChecker.cpp745 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory(); in checkAdditionOverflow()
851 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory(); in getCStringLengthForRegion()