Searched defs:IntRange (Results 1 – 2 of 2) sorted by relevance
4886 struct IntRange { struct4888 unsigned Width;4891 bool NonNegative;4893 IntRange(unsigned Width, bool NonNegative) in IntRange() argument4898 static IntRange forBoolType() { in forBoolType()4903 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()4909 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()4944 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()4961 static IntRange join(IntRange L, IntRange R) { in join()4967 static IntRange meet(IntRange L, IntRange R) { in meet()
2256 uint64_t IntRange = Range.getLimitedValue(UINT64_MAX/10); in handleJTSwitchCase() local