Searched defs:IntRange (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 54 struct IntRange { struct 55 int64_t Low, High;
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | FormatVariadicTest.cpp | 553 std::vector<int> IntRange = {1, 1, 2, 3, 5, 8, 13}; in TEST() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 11963 struct IntRange { struct 11966 unsigned Width; 11971 bool NonNegative; 11973 IntRange(unsigned Width, bool NonNegative) in IntRange() function 11977 unsigned valueBits() const { in valueBits() 11982 static IntRange forBoolType() { in forBoolType() 12063 static IntRange join(IntRange L, IntRange R) { in join() 12070 static IntRange bit_and(IntRange L, IntRange R) { in bit_and() 12085 static IntRange sum(IntRange L, IntRange R) { in sum() 12104 static IntRange product(IntRange L, IntRange R) { in product() [all …]
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | SourceLocationTest.cpp | 212 TEST(TypeLoc, IntRange) { in TEST() argument
|