Searched defs:IntRange (Results 1 – 2 of 2) sorted by relevance
5353 struct IntRange { struct5355 unsigned Width;5358 bool NonNegative;5360 IntRange(unsigned Width, bool NonNegative) in IntRange() argument5365 static IntRange forBoolType() { in forBoolType()5370 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()5376 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()5413 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()5432 static IntRange join(IntRange L, IntRange R) { in join()5438 static IntRange meet(IntRange L, IntRange R) { in meet()
2280 uint64_t IntRange = Range.getLimitedValue(UINT64_MAX/10); in handleJTSwitchCase() local