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.cpp160 case APSIntType::RTR_Below: in pin()
162 case APSIntType::RTR_Below: in pin()
186 case APSIntType::RTR_Below: in pin()
205 case APSIntType::RTR_Below: in pin()
460 case APSIntType::RTR_Below: in assumeSymLT()
489 case APSIntType::RTR_Below: in assumeSymGT()
518 case APSIntType::RTR_Below: in assumeSymGE()
547 case APSIntType::RTR_Below: in assumeSymLE()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h78 RTR_Below = -1, ///< Value is less than the minimum representable value. enumerator