Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAPSIntType.cpp21 return RTR_Below; in testInRange()
45 return RTR_Below; in testInRange()
H A DRangeConstraintManager.cpp404 case APSIntType::RTR_Below: in pin()
406 case APSIntType::RTR_Below: in pin()
430 case APSIntType::RTR_Below: in pin()
449 case APSIntType::RTR_Below: in pin()
3092 case APSIntType::RTR_Below: in getSymLTRange()
3129 case APSIntType::RTR_Below: in getSymGTRange()
3166 case APSIntType::RTR_Below: in getSymGERange()
3203 case APSIntType::RTR_Below: in getSymLERange()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h77 RTR_Below = -1, ///< Value is less than the minimum representable value. enumerator