Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DAPSIntType.cpp42 return RTR_Within; in testInRange()
DRangeConstraintManager.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()
3035 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within) in assumeSymNE()
3051 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within) in assumeSymEQ()
3071 case APSIntType::RTR_Within: in getSymLTRange()
[all …]
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h78 RTR_Within = 0, ///< Value is representable using this type. enumerator