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

/external/clang/lib/StaticAnalyzer/Core/
H A DAPSIntType.cpp43 return RTR_Within;
H A DRangeConstraintManager.cpp172 case APSIntType::RTR_Within:
184 case APSIntType::RTR_Within:
191 case APSIntType::RTR_Within:
208 case APSIntType::RTR_Within:
424 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within)
444 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within)
462 case APSIntType::RTR_Within:
491 case APSIntType::RTR_Within:
520 case APSIntType::RTR_Within:
549 case APSIntType::RTR_Within
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h79 RTR_Within = 0, ///< Value is representable using this type. enumerator in enum:clang::ento::APSIntType::RangeTestResultKind

Completed in 139 milliseconds