Home
last modified time | relevance | path

Searched refs:RTR_Below (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DAPSIntType.cpp22 return RTR_Below; in testInRange()
46 return RTR_Below; in testInRange()
DRangeConstraintManager.cpp169 case APSIntType::RTR_Below: in pin()
171 case APSIntType::RTR_Below: in pin()
195 case APSIntType::RTR_Below: in pin()
214 case APSIntType::RTR_Below: in pin()
491 case APSIntType::RTR_Below: in getSymLTRange()
527 case APSIntType::RTR_Below: in getSymGTRange()
563 case APSIntType::RTR_Below: in getSymGERange()
599 case APSIntType::RTR_Below: in getSymLERange()
627 case APSIntType::RTR_Below: in getSymLERange()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h78 RTR_Below = -1, ///< Value is less than the minimum representable value. enumerator