Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DAPSIntType.cpp21 return RTR_Below; in testInRange()
45 return RTR_Below; in testInRange()
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()
3069 case APSIntType::RTR_Below: in getSymLTRange()
3106 case APSIntType::RTR_Below: in getSymGTRange()
3143 case APSIntType::RTR_Below: in getSymGERange()
3180 case APSIntType::RTR_Below: in getSymLERange()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h77 RTR_Below = -1, ///< Value is less than the minimum representable value. enumerator