Home
last modified time | relevance | path

Searched defs:IntRange (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dintrange.h96 struct IntRange struct
101 IntRange() {} in IntRange() argument
104 IntRange(const SignExtendedNumber& a) in IntRange() function
107 IntRange(const SignExtendedNumber& lower, const SignExtendedNumber& upper) in IntRange() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp54 struct IntRange { struct
55 int64_t Low, High;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp10651 struct IntRange { struct
10654 unsigned Width;
10659 bool NonNegative;
10661 IntRange(unsigned Width, bool NonNegative) in IntRange() argument
10665 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 …]