Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp35 struct IntRange { struct
36 int64_t Low, High;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp52 struct IntRange { struct
53 int64_t Low, High;
/external/llvm-project/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp54 struct IntRange { struct
55 int64_t Low, High;
/external/llvm-project/llvm/unittests/Support/
DFormatVariadicTest.cpp553 std::vector<int> IntRange = {1, 1, 2, 3, 5, 8, 13}; in TEST() local
/external/clang/lib/Sema/
DSemaChecking.cpp6970 struct IntRange { struct
6972 unsigned Width;
6975 bool NonNegative;
6977 IntRange(unsigned Width, bool NonNegative) in IntRange() function
6982 static IntRange forBoolType() { in forBoolType()
6987 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()
6993 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()
7030 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()
7049 static IntRange join(IntRange L, IntRange R) { in join()
7055 static IntRange meet(IntRange L, IntRange R) { in meet()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp10394 struct IntRange { struct
10397 unsigned Width;
10402 bool NonNegative;
10404 IntRange(unsigned Width, bool NonNegative) in IntRange() function
10408 unsigned valueBits() const { in valueBits()
10413 static IntRange forBoolType() { in forBoolType()
10418 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()
10424 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()
10472 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()
10494 static IntRange join(IntRange L, IntRange R) { in join()
[all …]
/external/llvm-project/clang/unittests/AST/
DSourceLocationTest.cpp206 TEST(TypeLoc, IntRange) { in TEST() argument