Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDAPSIntType.cpp42 return RTR_Within; in testInRange()
HDRangeConstraintManager.cpp386 if (Type.testInRange(Point, true) != APSIntType::RTR_Within) in pin()
416 case APSIntType::RTR_Within: in pin()
428 case APSIntType::RTR_Within: in pin()
435 case APSIntType::RTR_Within: in pin()
452 case APSIntType::RTR_Within: in pin()
1359 if (To.testInRange(Origin.From(), false) != APSIntType::RTR_Within || in convert()
1360 To.testInRange(Origin.To(), false) != APSIntType::RTR_Within) { in convert()
3058 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within) in assumeSymNE()
3074 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within) in assumeSymEQ()
3094 case APSIntType::RTR_Within: in getSymLTRange()
[all …]
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDAPSIntType.h78 RTR_Within = 0, ///< Value is representable using this type. enumerator