Searched defs:IntRange (Results 1 – 3 of 3) sorted by relevance
96 struct IntRange struct101 IntRange() {} in IntRange() argument104 IntRange(const SignExtendedNumber& a) in IntRange() function107 IntRange(const SignExtendedNumber& lower, const SignExtendedNumber& upper) in IntRange() argument
54 struct IntRange { struct55 int64_t Low, High;
10651 struct IntRange { struct10654 unsigned Width;10659 bool NonNegative;10661 IntRange(unsigned Width, bool NonNegative) in IntRange() argument10665 unsigned valueBits() const { in valueBits()10670 static IntRange forBoolType() { in forBoolType()10675 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()10681 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()10729 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()10751 static IntRange join(IntRange L, IntRange R) { in join()[all …]