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

  /external/clang/lib/StaticAnalyzer/Core/
APSIntType.cpp 15 APSIntType::RangeTestResultKind
RangeConstraintManager.cpp 156 APSIntType::RangeTestResultKind LowerTest = Type.testInRange(Lower, true);
157 APSIntType::RangeTestResultKind UpperTest = Type.testInRange(Upper, true);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 76 enum RangeTestResultKind {
88 RangeTestResultKind testInRange(const llvm::APSInt &Val,

Completed in 1622 milliseconds