| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/ |
| H A D | formatter.floating_point.pass.cpp | 87 size_t size = buffer.end() - end; in test_hex_lower_case_precision() 104 size = buffer.end() - end; in test_hex_lower_case_precision() 127 size_t size = buffer.end() - end; in test_hex_upper_case_precision() 145 size = buffer.end() - end; in test_hex_upper_case_precision() 167 size_t size = buffer.end() - end; in test_scientific_lower_case_precision() 184 size = buffer.end() - end; in test_scientific_lower_case_precision() 225 size = buffer.end() - end; in test_scientific_upper_case_precision() 264 size = buffer.end() - end; in test_fixed_lower_case_precision() 305 size = buffer.end() - end; in test_fixed_upper_case_precision() 344 size = buffer.end() - end; in test_general_lower_case_precision() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/re/re.traits/ |
| H A D | isctype.pass.cpp | 26 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 27 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() 28 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main() 29 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main() 30 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main() 31 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main() 32 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main() 35 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 36 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() 37 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/ |
| H A D | end.pass.cpp | 77 static_assert(std::is_same_v<decltype(v.end()), decltype(std::as_const(v).end())>); in test() 84 static_assert(std::is_same_v<decltype(v.end()), decltype(std::as_const(v).end())>); in test() 91 static_assert(std::is_same_v<decltype(v.end()), decltype(std::as_const(v).end())>); in test() 98 static_assert(std::is_same_v<decltype(v.end()), decltype(std::as_const(v).end())>); in test() 105 static_assert(std::is_same_v<decltype(v.end()), decltype(std::as_const(v).end())>); in test() 112 static_assert(std::is_same_v<decltype(v.end()), decltype(std::as_const(v).end())>); in test() 119 static_assert(std::is_same_v<decltype(v.end()), decltype(std::as_const(v).end())>); in test() 126 static_assert(std::is_same_v<decltype(v.end()), decltype(std::as_const(v).end())>); in test() 133 static_assert(std::is_same_v<decltype(v.end()), decltype(std::as_const(v).end())>); in test() 140 static_assert(std::is_same_v<decltype(v.end()), decltype(std::as_const(v).end())>); in test() [all …]
|
| /llvm-project-15.0.7/libcxx/test/libcxx/diagnostics/ |
| H A D | nodiscard_extensions.pass.cpp | 60 std::equal(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr)); in test_algorithms() 61 std::equal(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr), in test_algorithms() 64 std::find_end(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr)); in test_algorithms() 65 std::find_end(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr), in test_algorithms() 68 std::end(arr)); in test_algorithms() 75 std::includes(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr)); in test_algorithms() 76 std::includes(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr), in test_algorithms() 130 std::mismatch(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr)); in test_algorithms() 131 std::mismatch(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr), in test_algorithms() 139 std::search(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr)); in test_algorithms() [all …]
|
| H A D | nodiscard_extensions.verify.cpp | 85 std::equal(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr)); in test_algorithms() 88 std::equal(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr), in test_algorithms() 93 std::find_end(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr)); in test_algorithms() 96 std::find_end(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr), in test_algorithms() 101 std::end(arr)); in test_algorithms() 120 std::includes(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr)); in test_algorithms() 123 std::includes(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr), in test_algorithms() 247 std::mismatch(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr)); in test_algorithms() 250 std::mismatch(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr), in test_algorithms() 270 std::search(std::begin(arr), std::end(arr), std::begin(arr), std::end(arr)); in test_algorithms() [all …]
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | phi_in_exit_early_lnt_failure_5.ll | 10 ; CHECK-LABEL: if.end.47: 30 br label %if.end 42 br label %for.end 50 br label %if.end.47 69 br label %for.end.68 87 br label %for.end.87 96 br label %for.end.87 102 br label %if.end.95 129 br label %while.end 134 for.cond.69.for.end.137_crit_edge: ; preds = %while.end [all …]
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | begin_declare_variant_messages.c | 15 #pragma omp end declare variant 26 #pragma omp end declare variant 28 #pragma omp end declare variant 30 #pragma omp end declare variant 32 #pragma omp end declare variant 34 #pragma omp end declare variant 36 #pragma omp end declare variant 38 #pragma omp end declare variant 40 #pragma omp end declare variant 42 #pragma omp end declare variant [all …]
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | missing-end-4.m | 4 @end 7 @end 11 @end 14 @end 19 @end 24 @end 29 @end 33 @end 38 @end 43 @end [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | goto.cpp | 4 double *end; variable 8 int end = 0; in f() local 14 end = 1; in f() 18 end: in f() 23 float* end; variable 33 end = 1; in f() 37 end: in f() 55 goto end; in h2() 57 end: in h2() 58 ::end = 0; in h2() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | category-1.m | 9 @end 12 @end 15 @end 40 @end 46 @end 52 @end 55 @end 58 @end 61 @end 67 @end [all …]
|
| H A D | flexible-array.m | 8 @end 14 @end 18 @end 22 @end 25 @end 31 @end 38 @end 43 @end 47 @end 53 @end [all …]
|
| H A D | super-class-protocol-conformance.m | 8 @end 11 @end 14 @end 17 @end 20 @end 25 @end 28 @end 31 @end 43 @end 51 @end [all …]
|
| H A D | property-category-4.m | 7 @end 12 @end 17 @end 24 @end 28 @end 32 @end 35 @end 40 @end 43 @end 46 @end [all …]
|
| H A D | default-synthesize.m | 10 @end 16 @end 22 @end 38 @end 44 @end 61 @end 67 @end 88 @end 92 @end 98 @end [all …]
|
| H A D | property-12.m | 5 @end 9 @end 13 @end 17 @end 21 @end 25 @end 29 @end 36 @end 41 @end 46 @end [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/ |
| H A D | inefficient-algorithm.cpp | 20 iterator end(); 22 iterator end() const; 33 iterator end(); 35 iterator end() const; 47 FwIt find(FwIt, FwIt end, const K &) { return end; } in find() argument 50 FwIt find(FwIt, FwIt end, const K &, Cmp) { return end; } in find() argument 53 FwIt find_if(FwIt, FwIt end, Pred) { return end; } in find_if() argument 59 FwIt lower_bound(FwIt, FwIt end, const K &) { return end; } in lower_bound() argument 62 FwIt lower_bound(FwIt, FwIt end, const K &, Ord) { return end; } in lower_bound() argument 70 find(s.begin(), s.end(), 46); in f() [all …]
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | retain-excluded-conditional-blocks.m | 7 @end 11 @interface Test1 @end 14 @interface Test2 @end 19 @interface Test3 @end 22 @interface Test4 @end 27 @interface Test5 @end 30 @interface Test6 @end 36 @interface Test7 @end 39 @interface Test8 @end 44 @interface Test9 @end [all …]
|
| H A D | single-file-parse.m | 11 @end 15 @interface Test1 @end 18 @interface Test2 @end 23 @interface Test3 @end 26 @interface Test4 @end 31 @interface Test5 @end 34 @interface Test6 @end 40 @interface Test7 @end 43 @interface Test8 @end 48 @interface Test9 @end [all …]
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-protocol-conformance.m | 10 @end 13 @end 17 @end 27 @end 31 @end 36 @end 40 @end 43 @end 47 @end 52 @end [all …]
|
| H A D | objcmt-protocol-conformance.m.result | 10 @end 13 @end 17 @end 27 @end 31 @end 36 @end 40 @end 43 @end 47 @end 52 @end [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.common.view/ |
| H A D | end.pass.cpp | 31 …std::same_as<RandomAccessIter> auto end = common.end(); // Note this should NOT be the sentinel ty… in test() local 32 assert(base(end) == buf + 8); in test() 40 assert(base(end) == buf + 8); in test() 59 std::same_as<CommonForwardIter> auto end = common.end(); in main() local 60 assert(end == CommonForwardIter(std::ranges::end(view))); in main() 65 std::same_as<CommonIntIter> auto end = common.end(); in main() local 66 assert(end == CommonIntIter(std::ranges::end(view))); in main() 73 std::same_as<CommonForwardIter> auto end = common.end(); in main() local 74 assert(end == CommonForwardIter(std::ranges::end(view))); in main() 79 std::same_as<CommonIntIter> auto end = common.end(); in main() local [all …]
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | cache_loop_exit_limit.ll | 38 br i1 %cmp, label %while.cond17, label %while.end 48 br i1 %cmp.1, label %while.cond17.1, label %while.end.1 58 br i1 %cmp.2, label %while.cond17.2, label %while.end.2 68 br i1 %cmp.3, label %while.cond17.3, label %while.end.3 78 br i1 %cmp.4, label %while.cond17.4, label %while.end.4 88 br i1 %cmp.5, label %while.cond17.5, label %while.end.5 98 br i1 %cmp.6, label %while.cond17.6, label %while.end.6 108 br i1 %cmp.7, label %while.cond17.7, label %while.end.7 118 br i1 %cmp.8, label %while.cond17.8, label %while.end.8 128 br i1 %cmp.9, label %while.cond17.9, label %while.end.9 [all …]
|
| /llvm-project-15.0.7/clang/test/ASTMerge/interface/Inputs/ |
| H A D | interface2.m | 5 @end 11 @end 18 @end 23 @end 29 @end 34 @end 40 @end 46 @end 52 @end 58 @end [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.access/ |
| H A D | end.pass.cpp | 71 sentinel_wrapper<char*>& end(); in testReturnTypes() 83 assert(std::ranges::end(a) == a + 2); in testArray() 87 assert(std::ranges::end(b) == b + 2); in testArray() 99 int end() const; 105 const void *end() const; 114 PtrConvertible end() const; 119 constexpr const int *end(); 126 constexpr int *end() { return &x; } in end() function 151 Empty end() const; 250 int end; member [all …]
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | VariableList.cpp | 64 iterator pos, end = m_variables.end(); in FindVariableIndex() local 65 for (pos = m_variables.begin(); pos != end; ++pos) { in FindVariableIndex() 75 iterator pos, end = m_variables.end(); in FindVariable() local 91 iterator pos, end = m_variables.end(); in FindVariable() local 105 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local 106 for (pos = m_variables.begin(); pos != end; ++pos) in AppendVariablesIfUnique() 115 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local 132 iterator pos, end = m_variables.end(); in AppendVariablesWithScope() local 149 const iterator end = m_variables.end(); in FindIndexForVariable() local 159 const_iterator pos, end = m_variables.end(); in MemorySize() local [all …]
|