Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/llvm-project/libcxx/test/libcxx/algorithms/alg.modifying.operations/
H A Dcopy_move_unwrap_reverse.pass.cpp67 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 Dcopy_move_trivial.pass.cpp165 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 Dcopy_move_nontrivial.pass.cpp211 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 Diterator_sentinel.pass.cpp29 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 Dloop-control.c5 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 Dtask_teams_stress_test.cpp130 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 Duser_fopen.cpp10 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 Diterator_sentinel.pass.cpp23 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 Diterator_sentinel.pass.cpp23 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 Dalgorithm.h29 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 Dspan.h56 : 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 Dmerge.pass.cpp101 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 Dmerge.pass.cpp101 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 Dmerge.pass.cpp101 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 Dmerge.pass.cpp101 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 Dscan.pass.cpp25 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 Dmain.cpp4 int first; member
15 summarize_t first; member
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Dmerge.pass.cpp109 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 Dmerge.pass.cpp109 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 Dmerge.pass.cpp106 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 Dmerge.pass.cpp106 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 Dmacro-required-argument-err.s34 .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 Derase_iter.invalidation.pass.cpp25 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 Diterator.pass.cpp23 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 Dmain.cpp2 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

12345678910>>...17