Searched defs:IntRange (Results 1 – 2 of 2) sorted by relevance
47 struct IntRange { struct48 int64_t Low, High;
9517 struct IntRange { struct9519 unsigned Width;9522 bool NonNegative;9524 IntRange(unsigned Width, bool NonNegative) in IntRange() function9528 static IntRange forBoolType() { in forBoolType()9533 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()9539 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()9584 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()9603 static IntRange join(IntRange L, IntRange R) { in join()9609 static IntRange meet(IntRange L, IntRange R) { in meet()