/llvm-project/libcxx/test/libcxx/algorithms/alg.modifying.operations/ |
H A D | copy_move_unwrap_reverse.pass.cpp | 67 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() argument 70 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() argument 73 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 76 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() argument 79 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() argument 85 __anona350e1d30702(auto first, auto last, auto out, std::size_t) test_copy_and_move() argument 88 __anona350e1d30802(auto first, auto last, auto out, std::size_t n) test_copy_and_move() argument 91 __anona350e1d30902(auto first, auto, auto out, std::size_t n) test_copy_and_move() argument 94 __anona350e1d30a02(auto first, auto last, auto out, std::size_t) test_copy_and_move() argument 97 __anona350e1d30b02(auto first, auto last, auto out, std::size_t n) test_copy_and_move() argument [all...] |
H A D | copy_move_trivial.pass.cpp | 165 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 168 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 171 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 174 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 177 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 183 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 186 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 189 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 192 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 195 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() [all …]
|
H A D | copy_move_nontrivial.pass.cpp | 211 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy() 214 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy() 217 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy() argument 223 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy() 226 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy() 229 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy() argument 237 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_move() 240 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_move() 246 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_move() 249 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_move()
|
/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.distance/ |
H A D | iterator_sentinel.pass.cpp | 29 It first = It(a); in test_unsized() local 38 It first = It(a); test_unsized() local 67 It first = It(a + 3); test_sized() local 90 It first = It(a); test_sized() local 99 It first = It(a); test_sized() local 145 StrideCounter first(a, &inc); test_stride_counting() local 154 SizedStrideCounter first(a, &minus); test_stride_counting() local [all...] |
/llvm-project/clang/test/Sema/ |
H A D | loop-control.c | 5 int first = 1; in pr8880_1() local 11 void pr8880_2(int first) { in pr8880_2() 15 void pr8880_3(int first) { in pr8880_3() 19 void pr8880_4(int first) { in pr8880_4() 23 void pr8880_5 (int first) { in pr8880_5() 27 void pr8880_6 (int first) { in pr8880_6() 31 void pr8880_7 (int first) { in pr8880_7() 35 void pr8880_8 (int first) { in pr8880_8()
|
/llvm-project/openmp/runtime/test/tasking/ |
H A D | task_teams_stress_test.cpp | 130 void test_nest(int first, int second) { in test_nest() 143 void test_nest2(int first, int second, int third) { in test_nest2() 157 void test_nest3(int first, int second, int third, int fourth) { in test_nest3() 172 void test_nest4(int first, int second, int third, int fourth, int fifth) { in test_nest4() 228 void test_nest_split(int first, int second) { in test_nest_split() 241 void test_nest2_split(int first, int second, int third) { in test_nest2_split()
|
/llvm-project/compiler-rt/test/tsan/Linux/ |
H A D | user_fopen.cpp | 10 static int first = 0; in fopen() local 17 static int first = 0; in fileno() local
|
/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.next/ |
H A D | iterator_sentinel.pass.cpp | 23 constexpr void check_assignable(int* first, int* last, int* expected) { in check_assignable() 31 constexpr void check_sized_sentinel(int* first, int* last, int* expected) { in check_sized_sentinel() 41 constexpr void check_sentinel(int* first, int* last, int* expected) { in check_sentinel()
|
/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/ |
H A D | iterator_sentinel.pass.cpp | 23 check_assignable(int * first,int * last,int * expected) check_assignable() argument 43 check_sized_sentinel(int * first,int * last,int * expected) check_sized_sentinel() argument 68 check_sentinel(int * first,int * last,int * expected) check_sentinel() argument [all...] |
/llvm-project/libc/src/__support/CPP/ |
H A D | algorithm.h | 29 find_if_not(InputIt first,InputIt last,UnaryPred q) find_if_not() argument 39 all_of(InputIt first,InputIt last,UnaryPred p) all_of() argument
|
H A D | span.h | 56 : span_data(first), span_size(count) {} in span() argument 53 span(pointer first,size_type count) span() argument 101 LIBC_INLINE constexpr span<element_type> first(size_type count) const { first() function
|
/llvm-project/libcxx/test/std/containers/associative/set/ |
H A D | merge.pass.cpp | 101 first_set_type first{1, 2, 3}; in main() local 118 first_set_type first{1, 2, 3}; in main() local 136 std::set<int> first; in main() local
|
/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/ |
H A D | merge.pass.cpp | 101 first_map_type first{{1, 0}, {2, 0}, {3, 0}}; in main() local 118 first_map_type first{{1, 0}, {2, 0}, {3, 0}}; in main() local 137 std::map<int, int> first; in main() local
|
/llvm-project/libcxx/test/std/containers/associative/multiset/ |
H A D | merge.pass.cpp | 101 first_set_type first{1, 2, 3}; in main() local 118 first_set_type first{1, 2, 3}; in main() local 136 std::multiset<int> first; in main() local
|
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
H A D | merge.pass.cpp | 101 first_map_type first{{1, 0}, {2, 0}, {3, 0}}; in main() local 118 first_map_type first{{1, 0}, {2, 0}, {3, 0}}; in main() local 137 std::multimap<int, int> first; in main() local
|
/llvm-project/pstl/test/std/numerics/numeric.ops/ |
H A D | scan.pass.cpp | 25 exclusive_scan_serial(InputIterator first, InputIterator last, OutputIterator result, T init) in exclusive_scan_serial() 37 exclusive_scan_serial(InputIterator first, InputIterator last, OutputIterator result, T init, Binar… in exclusive_scan_serial() 50 inclusive_scan_serial(InputIterator first, InputIterator last, OutputIterator result, BinaryOperati… in inclusive_scan_serial() 62 inclusive_scan_serial(InputIterator first, InputIterator last, OutputIterator result, BinaryOperati… in inclusive_scan_serial() 78 inclusive_scan_serial(InputIterator first, InputIterator last, OutputIterator result) in inclusive_scan_serial()
|
/llvm-project/lldb/test/API/functionalities/data-formatter/var-in-aggregate-misuse/ |
H A D | main.cpp | 4 int first; member 15 summarize_t first; member
|
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/ |
H A D | merge.pass.cpp | 109 first_map_type first{{1, 0}, {2, 0}, {3, 0}}; in main() local 126 first_map_type first{{1, 0}, {2, 0}, {3, 0}}; in main() local 144 std::unordered_multimap<int, int> first; in main() local
|
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
H A D | merge.pass.cpp | 109 first_map_type first{{1, 0}, {2, 0}, {3, 0}}; in main() local 126 first_map_type first{{1, 0}, {2, 0}, {3, 0}}; in main() local 144 std::unordered_map<int, int> first; in main() local
|
/llvm-project/libcxx/test/std/containers/unord/unord.set/ |
H A D | merge.pass.cpp | 106 first_set_type first{1, 2, 3}; in main() local 123 first_set_type first{1, 2, 3}; in main() local 141 std::unordered_set<int> first; in main() local
|
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/ |
H A D | merge.pass.cpp | 106 first_set_type first{1, 2, 3}; in main() local 123 first_set_type first{1, 2, 3}; in main() local 141 std::unordered_multiset<int> first; in main() local
|
/llvm-project/llvm/test/MC/AsmParser/ |
H A D | macro-required-argument-err.s | 34 .macro missing_second_required first=0 second:req argument 44 .macro second_third_required first=0 second:req third:req argument
|
/llvm-project/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
H A D | erase_iter.invalidation.pass.cpp | 25 typename C::iterator first = c.begin(); in del_at_start() local 44 typename C::iterator first = c.end() - 1; in del_at_end() local
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_append/ |
H A D | iterator.pass.cpp | 23 TEST_CONSTEXPR_CXX20 void test(S s, It first, It last, S expected) { in test() 36 TEST_CONSTEXPR_CXX20 void test_exceptions(S s, It first, It last) { in test_exceptions() 203 const unsigned char* first = reinterpret_cast<const unsigned char*>(s_othertype.data()); in test_string() local
|
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/ |
H A D | main.cpp | 2 int first, int second, int third, int fourth, int fifth) { in this_is_a_very_long_function_with_a_bunch_of_arguments() 13 int first = 1; in main() local
|