Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp181 case APSIntType::RTR_Within: in pin()
193 case APSIntType::RTR_Within: in pin()
200 case APSIntType::RTR_Within: in pin()
217 case APSIntType::RTR_Within: in pin()
455 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within) in assumeSymNE()
475 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within) in assumeSymEQ()
493 case APSIntType::RTR_Within: in getSymLTRange()
529 case APSIntType::RTR_Within: in getSymGTRange()
565 case APSIntType::RTR_Within: in getSymGERange()
601 case APSIntType::RTR_Within: in getSymLERange()
[all …]
DAPSIntType.cpp43 return RTR_Within; in testInRange()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h79 RTR_Within = 0, ///< Value is representable using this type. enumerator