Searched refs:getConcreteValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h38 const llvm::APSInt *getConcreteValue() const { function in class:clang::ento::Range
96 /// getConcreteValue - If a symbol is contrained to equal a specific integer
99 const llvm::APSInt *getConcreteValue() const { function in class:clang::ento::RangeSet
100 return ranges.isSingleton() ? ranges.begin()->getConcreteValue() : nullptr;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp391 if (const llvm::APSInt *Value = Ranges->getConcreteValue())
409 return T ? T->getConcreteValue() : nullptr;
531 if ((negV->getConcreteValue() &&
532 (*negV->getConcreteValue() == 0)) ||

Completed in 100 milliseconds