Home
last modified time | relevance | path

Searched defs:getConcreteValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h42 const llvm::APSInt *getConcreteValue() const { in getConcreteValue() function
332 const llvm::APSInt *getConcreteValue() const { in getConcreteValue() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp364 static std::optional<int64_t> getConcreteValue(NonLoc SV) { in getConcreteValue() function
371 static std::optional<int64_t> getConcreteValue(std::optional<NonLoc> SV) { in getConcreteValue() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1208 const llvm::APSInt *SimpleSValBuilder::getConcreteValue(SVal V) { getConcreteValue() function in SimpleSValBuilder