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

/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp50 const llvm::APSInt *getConcreteValue() const { function in class:__anon3958::Range
100 /// getConcreteValue - If a symbol is contrained to equal a specific integer
103 const llvm::APSInt* getConcreteValue() const { function in class:__anon3958::RangeSet
104 return ranges.isSingleton() ? ranges.begin()->getConcreteValue() : 0;
347 return T ? T->getConcreteValue() : NULL;

Completed in 33 milliseconds