Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp35 struct IntRange { struct
36 int64_t Low, High;
/external/clang/lib/Sema/
DSemaChecking.cpp6076 struct IntRange { struct
6078 unsigned Width;
6081 bool NonNegative;
6083 IntRange(unsigned Width, bool NonNegative) in IntRange() function
6088 static IntRange forBoolType() { in forBoolType()
6093 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()
6099 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()
6136 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()
6155 static IntRange join(IntRange L, IntRange R) { in join()
6161 static IntRange meet(IntRange L, IntRange R) { in meet()