Searched defs:IntRange (Results 1 – 3 of 3) sorted by relevance
191 IntRange() : IsEmpty(true) {} in IntRange() function192 IntRange(const self &RHS) : in IntRange() function195 IntRange(const IntType &C) : in IntRange() function198 IntRange(const IntType &L, const IntType &H) : Low(L), High(H), in IntRange() function
3838 struct IntRange { struct3840 unsigned Width;3843 bool NonNegative;3845 IntRange(unsigned Width, bool NonNegative) in IntRange() function3850 static IntRange forBoolType() { in forBoolType()3855 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()3861 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()3892 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()3909 static IntRange join(IntRange L, IntRange R) { in join()3915 static IntRange meet(IntRange L, IntRange R) { in meet()
2103 uint64_t IntRange = Range.getLimitedValue(UINT64_MAX/10); in handleJTSwitchCase() local