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

/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp47 const llvm::APSInt *getConcreteValue() const { function in class:__anon18275::Range
97 /// getConcreteValue - If a symbol is contrained to equal a specific integer
100 const llvm::APSInt* getConcreteValue() const { function in class:__anon18275::RangeSet
101 return ranges.isSingleton() ? ranges.begin()->getConcreteValue() : nullptr;
339 return T ? T->getConcreteValue() : nullptr;
351 if (const llvm::APSInt *Value = Ranges->getConcreteValue())

Completed in 553 milliseconds