Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp172 case APSIntType::RTR_Within: in pin()
184 case APSIntType::RTR_Within: in pin()
191 case APSIntType::RTR_Within: in pin()
208 case APSIntType::RTR_Within: in pin()
424 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within) in assumeSymNE()
444 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within) in assumeSymEQ()
462 case APSIntType::RTR_Within: in assumeSymLT()
491 case APSIntType::RTR_Within: in assumeSymGT()
520 case APSIntType::RTR_Within: in assumeSymGE()
549 case APSIntType::RTR_Within: in assumeSymLE()
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