/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.next/ |
H A D | iterator_sentinel.pass.cpp | 49 int range[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in test() local 52 check_assignable<cpp17_input_iterator<int*>>( range, range+n, range+n); in test() 53 check_assignable<cpp20_input_iterator<int*>>( range, range+n, range+n); in test() 54 check_assignable<forward_iterator<int*>>( range, range+n, range+n); in test() 55 check_assignable<bidirectional_iterator<int*>>(range, range+n, range+n); in test() 56 check_assignable<random_access_iterator<int*>>(range, range+n, range+n); in test() 57 check_assignable<contiguous_iterator<int*>>( range, range+n, range+n); in test() 58 check_assignable<int*>( range, range+n, range+n); in test() 60 check_sized_sentinel<cpp17_input_iterator<int*>>( range, range+n, range+n); in test() 61 check_sized_sentinel<cpp20_input_iterator<int*>>( range, range+n, range+n); in test() [all …]
|
/llvm-project/clang/test/Sema/aarch64-sme2-intrinsics/ |
H A D | acle_sme2_imm.cpp | 10 // Test Tile Range in test_multivector_read() 11 svread_hor_za8_u8_vg2(1, base); // expected-error {{argument value 1 is outside the valid range [0, 0]}} in test_multivector_read() 12 svread_ver_za8_u8_vg2(1, base); // expected-error {{argument value 1 is outside the valid range [0, 0]}} in test_multivector_read() 13 svread_hor_za8_u8_vg4(1, base); // expected-error {{argument value 1 is outside the valid range [0, 0]}} in test_multivector_read() 14 svread_ver_za8_u8_vg4(1, base); // expected-error {{argument value 1 is outside the valid range [0, 0]}} in test_multivector_read() 16 svread_hor_za16_u16_vg2(2, base); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_multivector_read() 17 svread_ver_za16_u16_vg2(2, base); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_multivector_read() 18 svread_hor_za16_u16_vg4(2, base); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_multivector_read() 19 svread_ver_za16_u16_vg4(2, base); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_multivector_read() 21 svread_hor_za32_u32_vg2(4, base); // expected-error {{argument value 4 is outside the valid range [ in test_multivector_read() [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | builtins-mips-msa-error.c | 34 …6u8_a, 32); // expected-error {{argument value 32 is outside the valid range [0, 31]}} in test() 35 …u16_a, 32); // expected-error {{argument value 32 is outside the valid range [0, 31]}} in test() 36 …u32_a, 32); // expected-error {{argument value 32 is outside the valid range [0, 31]}} in test() 37 …u64_a, 32); // expected-error {{argument value 32 is outside the valid range [0, 31]}} in test() 39 …_a, 256); // expected-error {{argument value 256 is outside the valid range [0, 255]}} in test() 40 …_a, 256); // expected-error {{argument value 256 is outside the valid range [0, 255]}} in test() 41 …_a, 256); // expected-error {{argument value 256 is outside the valid range [0, 255]}} in test() 42 …_a, 256); // expected-error {{argument value 256 is outside the valid range [0, 255]}} in test() 44 …v16i8_a, 8); // expected-error {{argument value 8 is outside the valid range [0, 7]}} in test() 45 …i16_a, 16); // expected-error {{argument value 16 is outside the valid range [0, 15]}} in test() [all …]
|
H A D | arm-neon-range-checks.c |
|
/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/ |
H A D | iterator_sentinel.pass.cpp | 99 int range[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in test() 102 check_assignable<false, cpp17_input_iterator<int*>>( range, range+n, range+n); in test() 103 check_assignable<false, cpp20_input_iterator<int*>>( range, range+n, range+n); in test() 104 check_assignable<true, forward_iterator<int*>>( range, range+n, range in test() 89 int range[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; test() local [all...] |
H A D | iterator_count_sentinel.pass.cpp | 89 // (see [range.iter.op.advance]). In addition, allow `n == 0`. in check_backward() 139 int range[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in test() local 144 p = range+5; assert(std::ranges::advance(p, 0, range+7) == 0); assert(p == range+5); in test() 145 p = range+5; assert(std::ranges::advance(p, 1, range+7) == 0); assert(p == range+6); in test() 146 p = range+5; assert(std::ranges::advance(p, 2, range in test() [all...] |
/llvm-project/llvm/test/MC/LoongArch/lasx/ |
H A D | invalid-imm.s | 1 ## Test out of range immediates which are used by lasx instructions. 7 # CHECK: :[[#@LINE-1]]:28: error: immediate must be an integer in the range [0, 1] 10 # CHECK: :[[#@LINE-1]]:28: error: immediate must be an integer in the range [0, 1] 14 # CHECK: :[[#@LINE-1]]:24: error: immediate must be an integer in the range [0, 3] 17 # CHECK: :[[#@LINE-1]]:24: error: immediate must be an integer in the range [0, 3] 20 # CHECK: :[[#@LINE-1]]:24: error: immediate must be an integer in the range [0, 3] 23 # CHECK: :[[#@LINE-1]]:24: error: immediate must be an integer in the range [0, 3] 26 # CHECK: :[[#@LINE-1]]:25: error: immediate must be an integer in the range [0, 3] 29 # CHECK: :[[#@LINE-1]]:25: error: immediate must be an integer in the range [0, 3] 32 # CHECK: :[[#@LINE-1]]:26: error: immediate must be an integer in the range [0, 3] [all …]
|
/llvm-project/llvm/test/MC/LoongArch/lsx/ |
H A D | invalid-imm.s | 1 ## Test out of range immediates which are used by lsx instructions. 7 # CHECK: :[[#@LINE-1]]:24: error: immediate must be an integer in the range [0, 1] 10 # CHECK: :[[#@LINE-1]]:24: error: immediate must be an integer in the range [0, 1] 13 # CHECK: :[[#@LINE-1]]:24: error: immediate must be an integer in the range [0, 1] 16 # CHECK: :[[#@LINE-1]]:24: error: immediate must be an integer in the range [0, 1] 19 # CHECK: :[[#@LINE-1]]:26: error: immediate must be an integer in the range [0, 1] 22 # CHECK: :[[#@LINE-1]]:26: error: immediate must be an integer in the range [0, 1] 25 # CHECK: :[[#@LINE-1]]:25: error: immediate must be an integer in the range [0, 1] 28 # CHECK: :[[#@LINE-1]]:25: error: immediate must be an integer in the range [0, 1] 31 # CHECK: :[[#@LINE-1]]:24: error: immediate must be an integer in the range [0, 1] [all …]
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 1 //===- ConstantRange.h - Represent a range ----------------------*- C++ -*-===// 9 // Represent a range of possible values that may occur when the program is run 11 // constant, which MAY wrap around the end of the numeric range. To do this, it 21 // The other integral ranges use min/max values for special range values. For 46 /// This class represents a range of values. 50 /// Create empty constant range with same bitwidth. 55 /// Create full constant range with same bitwidth. 64 /// Initialize a range to hold the single specified value. 67 /// Initialize a range of values explicitly. This will assert out if 72 /// Create empty constant range wit [all...] |
/llvm-project/lldb/unittests/Utility/ |
H A D | VMRangeTest.cpp | 24 VMRange range; in TEST() local 25 EXPECT_FALSE(range.IsValid()); in TEST() 27 range.Reset(0x1, 0x100); in TEST() 28 EXPECT_TRUE(range.IsValid()); in TEST() 30 range.Reset(0x1, 0x1); in TEST() 31 EXPECT_FALSE(range.IsValid()); in TEST() 35 VMRange range(0x100, 0x200); in TEST() local 36 EXPECT_NE(VMRange(), range); in TEST() 37 range.Clear(); in TEST() 38 EXPECT_EQ(VMRange(), range); in TEST() [all …]
|
/llvm-project/clang/test/Sema/aarch64-sve2p1-intrinsics/ |
H A D | acle_sve2p1_imm.cpp | 7 svpext_lane_c8(c, -1); // expected-error {{argument value 18446744073709551615 is outside the valid range [0, 3]}} in test_svpext_lane_imm_0_3() 8 svpext_lane_c16(c, -1); // expected-error {{argument value 18446744073709551615 is outside the valid range [0, 3]}} in test_svpext_lane_imm_0_3() 9 svpext_lane_c32(c, -1); // expected-error {{argument value 18446744073709551615 is outside the valid range [0, 3]}} in test_svpext_lane_imm_0_3() 10 svpext_lane_c64(c, -1); // expected-error {{argument value 18446744073709551615 is outside the valid range [0, 3]}} in test_svpext_lane_imm_0_3() 12 svpext_lane_c8(c, 4); // expected-error {{argument value 4 is outside the valid range [0, 3]}} in test_svpext_lane_imm_0_3() 13 svpext_lane_c16(c, 4); // expected-error {{argument value 4 is outside the valid range [0, 3]}} in test_svpext_lane_imm_0_3() 14 svpext_lane_c32(c, 4); // expected-error {{argument value 4 is outside the valid range [0, 3]}} in test_svpext_lane_imm_0_3() 15 svpext_lane_c64(c, 4); // expected-error {{argument value 4 is outside the valid range [0, 3]}} in test_svpext_lane_imm_0_3() 19 svpext_lane_c8_x2(c, -1); // expected-error {{argument value 18446744073709551615 is outside the valid range [0, 1]}} in test_svpext_lane_x2_imm_0_1() 20 svpext_lane_c16_x2(c, -1); // expected-error {{argument value 18446744073709551615 is outside the valid range [ in test_svpext_lane_x2_imm_0_1() [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | AddressRanges.h | 20 /// A class that represents an address range. The range is specified using 69 bool contains(AddressRange Range) const { in contains() argument 70 return find(Range.start(), Range.end()) != Ranges.end(); in contains() 116 /// The AddressRanges class helps normalize address range collections. 123 Collection::const_iterator insert(AddressRange Range) { in insert() argument 124 if (Range.empty()) in insert() 127 auto It = llvm::upper_bound(Ranges, Range); in insert() 129 while (It2 != Ranges.end() && It2->start() <= Range.end()) in insert() 132 Range = {Range.start(), std::max(Range.end(), std::prev(It2)->end())}; in insert() 135 if (It != Ranges.begin() && Range.start() <= std::prev(It)->end()) { in insert() [all …]
|
/llvm-project/clang/test/CodeGen/LoongArch/lasx/ |
H A D | builtin-alias-error.c | 6 …xvslli_b(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 7]}} in xvslli_b() 7 …res |= __lasx_xvslli_b(_1, 8); // expected-error {{argument value 8 is outside the valid range [0,… in xvslli_b() 13 …vslli_h(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 15]}} in xvslli_h() 14 …res |= __lasx_xvslli_h(_1, 16); // expected-error {{argument value 16 is outside the valid range [… in xvslli_h() 20 …vslli_w(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 31]}} in xvslli_w() 21 …res |= __lasx_xvslli_w(_1, 32); // expected-error {{argument value 32 is outside the valid range [… in xvslli_w() 27 …vslli_d(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 63]}} in xvslli_d() 28 …res |= __lasx_xvslli_d(_1, 64); // expected-error {{argument value 64 is outside the valid range [… in xvslli_d() 34 …xvsrai_b(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 7]}} in xvsrai_b() 35 …res |= __lasx_xvsrai_b(_1, 8); // expected-error {{argument value 8 is outside the valid range [0,… in xvsrai_b() [all …]
|
H A D | builtin-error.c | 34 …xvslli_b(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 7]}} in xvslli_b() 35 …ltin_lasx_xvslli_b(_1, 8); // expected-error {{argument value 8 is outside the valid range [0, 7]}} in xvslli_b() 41 …vslli_h(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 15]}} in xvslli_h() 42 …n_lasx_xvslli_h(_1, 16); // expected-error {{argument value 16 is outside the valid range [0, 15]}} in xvslli_h() 48 …vslli_w(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 31]}} in xvslli_w() 49 …n_lasx_xvslli_w(_1, 32); // expected-error {{argument value 32 is outside the valid range [0, 31]}} in xvslli_w() 55 …vslli_d(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 63]}} in xvslli_d() 56 …n_lasx_xvslli_d(_1, 64); // expected-error {{argument value 64 is outside the valid range [0, 63]}} in xvslli_d() 62 …xvsrai_b(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 7]}} in xvsrai_b() 63 …ltin_lasx_xvsrai_b(_1, 8); // expected-error {{argument value 8 is outside the valid range [0, 7]}} in xvsrai_b() [all …]
|
/llvm-project/clang/test/CodeGen/LoongArch/lsx/ |
H A D | builtin-error.c | 38 …_vslli_b(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 7]}} in vslli_b() 39 …uiltin_lsx_vslli_b(_1, 8); // expected-error {{argument value 8 is outside the valid range [0, 7]}} in vslli_b() 45 …vslli_h(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 15]}} in vslli_h() 46 …tin_lsx_vslli_h(_1, 16); // expected-error {{argument value 16 is outside the valid range [0, 15]}} in vslli_h() 52 …vslli_w(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 31]}} in vslli_w() 53 …tin_lsx_vslli_w(_1, 32); // expected-error {{argument value 32 is outside the valid range [0, 31]}} in vslli_w() 59 …vslli_d(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 63]}} in vslli_d() 60 …tin_lsx_vslli_d(_1, 64); // expected-error {{argument value 64 is outside the valid range [0, 63]}} in vslli_d() 66 …_vsrai_b(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 7]}} in vsrai_b() 67 …uiltin_lsx_vsrai_b(_1, 8); // expected-error {{argument value 8 is outside the valid range [0, 7]}} in vsrai_b() [all …]
|
H A D | builtin-alias-error.c | 6 …_vslli_b(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 7]}} in vslli_b() 7 …res |= __lsx_vslli_b(_1, 8); // expected-error {{argument value 8 is outside the valid range [0, 7… in vslli_b() 13 …vslli_h(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 15]}} in vslli_h() 14 …res |= __lsx_vslli_h(_1, 16); // expected-error {{argument value 16 is outside the valid range [0,… in vslli_h() 20 …vslli_w(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 31]}} in vslli_w() 21 …res |= __lsx_vslli_w(_1, 32); // expected-error {{argument value 32 is outside the valid range [0,… in vslli_w() 27 …vslli_d(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 63]}} in vslli_d() 28 …res |= __lsx_vslli_d(_1, 64); // expected-error {{argument value 64 is outside the valid range [0,… in vslli_d() 34 …_vsrai_b(_1, -1); // expected-error {{argument value 4294967295 is outside the valid range [0, 7]}} in vsrai_b() 35 …res |= __lsx_vsrai_b(_1, 8); // expected-error {{argument value 8 is outside the valid range [0, 7… in vsrai_b() [all …]
|
/llvm-project/openmp/runtime/test/transform/unroll/ |
H A D | factor_parallel-wsloop-collapse-foreach.cpp | 134 for (Reporter c{"init-stmt"}; auto &&v : Reporter("range")) in main() 144 // CHECK-NEXT: [range] ctor 145 // CHECK-NEXT: [range] end() 146 // CHECK-NEXT: [range] begin() 147 // CHECK-NEXT: [range] begin() 148 // CHECK-NEXT: [range] iterator distance: 3 149 // CHECK-NEXT: [range] iterator advance: 0 += 0 150 // CHECK-NEXT: [range] iterator move assign 151 // CHECK-NEXT: [range] iterator deref: 0 153 // CHECK-NEXT: [range] iterator dtor [all …]
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.filter/ |
H A D | begin.pass.cpp | 19 struct Range : std::ranges::view_base { struct 22 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) { } in Range() function 31 // A range that isn't a forward_range, used to test filter_view 50 template <typename Range> argument 56 Range range(buff, buff + 1); in general_tests() local 58 std::ranges::filter_view view(range, pred); in general_tests() 63 // begin() over an empty range in general_tests() 65 Range range(buff, buff); in general_tests() local 67 std::ranges::filter_view view(range, pred); in general_tests() 73 // begin() over a 1-element range in general_tests() [all …]
|
/llvm-project/clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/ |
H A D | vget-index-out-of-range.c | 14 // expected-error@+1 {{argument value 2 is outside the valid range [0, 1]}} in test_vget_v_i8m2_i8m1() 19 // expected-error@+1 {{argument value 4 is outside the valid range [0, 3]}} in test_vget_v_i8m4_i8m1() 24 // expected-error@+1 {{argument value 2 is outside the valid range [0, 1]}} in test_vget_v_i8m4_i8m2() 29 // expected-error@+1 {{argument value 8 is outside the valid range [0, 7]}} in test_vget_v_i8m8_i8m1() 34 // expected-error@+1 {{argument value 4 is outside the valid range [0, 3]}} in test_vget_v_i8m8_i8m2() 39 // expected-error@+1 {{argument value 2 is outside the valid range [0, 1]}} in test_vget_v_i8m8_i8m4() 44 // expected-error@+1 {{argument value 2 is outside the valid range [0, 1]}} in test_vget_v_i16m2_i16m1() 49 // expected-error@+1 {{argument value 4 is outside the valid range [0, 3]}} in test_vget_v_i16m4_i16m1() 54 // expected-error@+1 {{argument value 2 is outside the valid range [0, 1]}} in test_vget_v_i16m4_i16m2() 59 // expected-error@+1 {{argument value 8 is outside the valid range [0, 7]}} in test_vget_v_i16m8_i16m1() [all …]
|
H A D | vset-index-out-of-range.c | 14 // expected-error@+1 {{argument value 2 is outside the valid range [0, 1]}} in test_vset_v_i8m1_i8m2() 19 // expected-error@+1 {{argument value 4 is outside the valid range [0, 3]}} in test_vset_v_i8m1_i8m4() 24 // expected-error@+1 {{argument value 2 is outside the valid range [0, 1]}} in test_vset_v_i8m2_i8m4() 29 // expected-error@+1 {{argument value 8 is outside the valid range [0, 7]}} in test_vset_v_i8m1_i8m8() 34 // expected-error@+1 {{argument value 4 is outside the valid range [0, 3]}} in test_vset_v_i8m2_i8m8() 39 // expected-error@+1 {{argument value 2 is outside the valid range [0, 1]}} in test_vset_v_i8m4_i8m8() 44 // expected-error@+1 {{argument value 2 is outside the valid range [0, 1]}} in test_vset_v_i16m1_i16m2() 49 // expected-error@+1 {{argument value 4 is outside the valid range [0, 3]}} in test_vset_v_i16m1_i16m4() 54 // expected-error@+1 {{argument value 2 is outside the valid range [0, 1]}} in test_vset_v_i16m2_i16m4() 59 // expected-error@+1 {{argument value 8 is outside the valid range [0, 7]}} in test_vset_v_i16m1_i16m8() [all …]
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.all/range.ref.view/ |
H A D | range.ref.view.pass.cpp | 11 // template<range R> 26 struct Range { struct 28 friend constexpr int* begin(Range const& range) { return globalBuff + range.start; } in begin() argument 29 friend constexpr int* end(Range const&) { return globalBuff + 8; } in end() 30 friend constexpr int* begin(Range& range) { return globalBuff + range.start; } in begin() argument 31 friend constexpr int* end(Range&) { return globalBuff + 8; } in end() argument 39 static_assert( ValidRefView<Range>); 44 …sert(std::derived_from<std::ranges::ref_view<Range>, std::ranges::view_interface<std::ranges::ref_… 47 operator Range& (); 51 operator Range&& (); [all …]
|
/llvm-project/clang/test/Sema/ |
H A D | aarch64-neon-ranges.c |
|
/llvm-project/mlir/test/Dialect/ArmSME/ |
H A D | tile-allocation-liveness.mlir | 2 // RUN: mlir-opt %s -convert-scf-to-cf -test-arm-sme-tile-allocation=dump-tile-live-ranges -mlir-disable-threading -split-input-file -verify-diagnostics 2>&1 >/dev/null | FileCheck %s --check-prefix=CHECK-LIVE-RANGE 8 // CHECK-LIVE-RANGE-LABEL: @constant_with_multiple_users 9 // CHECK-LIVE-RANGE: ========== Coalesced Live Ranges: 10 // CHECK-LIVE-RANGE: ^bb0: 11 // CHECK-LIVE-RANGE: S arm_sme.zero 12 // CHECK-LIVE-RANGE-NEXT: |S arm_sme.insert_tile_slice 13 // CHECK-LIVE-RANGE-NEXT: || arm_sme.insert_tile_slice 14 // CHECK-LIVE-RANGE-NEXT: |E test.some_use 15 // CHECK-LIVE-RANGE-NEXT: E test.some_use 34 // CHECK-LIVE-RANGE [all...] |
/llvm-project/llvm/unittests/Support/ |
H A D | AddressRangeTest.cpp | 22 const AddressRange Range(StartAddr, EndAddr); in TEST() local 23 EXPECT_EQ(Range.size(), EndAddr - StartAddr); in TEST() 26 EXPECT_FALSE(Range.contains(0)); in TEST() 27 EXPECT_FALSE(Range.contains(StartAddr - 1)); in TEST() 28 EXPECT_TRUE(Range.contains(StartAddr)); in TEST() 29 EXPECT_TRUE(Range.contains(EndAddr - 1)); in TEST() 30 EXPECT_FALSE(Range.contains(EndAddr)); in TEST() 31 EXPECT_FALSE(Range.contains(UINT64_MAX)); in TEST() 38 EXPECT_EQ(Range, RangeSame); in TEST() 39 EXPECT_FALSE(Range != RangeSame); in TEST() [all …]
|
/llvm-project/clang/test/Sema/aarch64-sve2-intrinsics/ |
H A D | acle_sve2_imm_n.cpp | 17 // expected-error-re@+1 {{argument value {{[0-9]+}} is outside the valid range [0, 7]}} in test_range_0_7() 19 // expected-error-re@+1 {{argument value {{[0-9]+}} is outside the valid range [0, 7]}} in test_range_0_7() 21 // expected-error-re@+1 {{argument value {{[0-9]+}} is outside the valid range [0, 7]}} in test_range_0_7() 23 // expected-error-re@+1 {{argument value {{[0-9]+}} is outside the valid range [0, 7]}} in test_range_0_7() 25 // expected-error-re@+1 {{argument value {{[0-9]+}} is outside the valid range [0, 7]}} in test_range_0_7() 27 // expected-error-re@+1 {{argument value {{[0-9]+}} is outside the valid range [0, 7]}} in test_range_0_7() 29 // expected-error-re@+1 {{argument value {{[0-9]+}} is outside the valid range [0, 7]}} in test_range_0_7() 31 // expected-error-re@+1 {{argument value {{[0-9]+}} is outside the valid range [0, 7]}} in test_range_0_7() 33 // expected-error-re@+1 {{argument value {{[0-9]+}} is outside the valid range [0, 7]}} in test_range_0_7() 39 // expected-error-re@+1 {{argument value {{[0-9]+}} is outside the valid range [1, 8]}} in test_range_1_8() [all …]
|