HomeSort by relevance Sort by last modified time
    Searched refs:RTR_Within (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
APSIntType.cpp 43 return RTR_Within;
RangeConstraintManager.cpp 181 case APSIntType::RTR_Within:
193 case APSIntType::RTR_Within:
200 case APSIntType::RTR_Within:
217 case APSIntType::RTR_Within:
455 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within)
475 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within)
493 case APSIntType::RTR_Within:
529 case APSIntType::RTR_Within:
565 case APSIntType::RTR_Within:
601 case APSIntType::RTR_Within
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 79 RTR_Within = 0, ///< Value is representable using this type.

Completed in 1857 milliseconds