Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 209) sorted by relevance

123456789

/llvm-project/libcxx/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator/
H A Dassert.sort.invalid_comparator.pass.cpp52 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
58 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
63 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
70 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
75 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
84 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
90 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
95 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
102 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
107 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
[all …]
H A Dassert.sort.invalid_comparator.oob.pass.cpp34 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
42 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_sort_read() local
53 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_nth_element_read() local
60 std::vector<std::size_t*> copy = fixture.create_elements(); in check_oob_nth_element_read() local
/llvm-project/clang/test/CodeGenObjC/
H A Dcategory-super-class-meth.m3 -(id)copy; method
4 +(id)copy; class
10 -(id)copy { return [super copy]; } // ok: instance method in class method
11 +(id)copy { return [super copy]; } // ok: class method in class class
19 -(id)copy { return [super copy]; } // ok: instance method in category method in Category
20 +(id)copy { return [super copy]; } // BA class in Category
[all...]
H A Dobjc-read-weak-byref.m7 - copy; method
/llvm-project/libcxx/test/std/containers/sequences/array/array.cons/
H A Dimplicit_copy.pass.cpp42 Array copy = array; in tests() local
50 Array copy = array; (void)copy; in tests() local
57 Array copy = array; in tests() local
66 Array copy = array; (void)copy; in tests() local
73 Array copy = array; in tests() local
81 Array copy = array; (void)copy; in tests() local
90 Array copy = array; in tests() local
97 Array copy = array; in tests() local
104 Array copy = array; in tests() local
/llvm-project/libcxx/test/std/utilities/expected/expected.bad/
H A Dvoid-specialization.pass.cpp47 Inherit copy(exc); main() local
54 Inherit copy(std::move(exc)); main() local
61 Inherit copy; main() local
69 Inherit copy; main() local
[all...]
/llvm-project/libcxx/test/std/thread/thread.stoptoken/stopsource/
H A Dcons.copy.pass.cpp28 std::stop_source copy{source}; main() local
52 std::optional<std::stop_source> copy{source}; main() local
64 std::stop_source copy{ss1}; main() local
[all...]
/llvm-project/clang/test/Lexer/
H A Ddigraph.c17 void copy(char d<::>, const char s<::>, int len) in copy() function
33 void copy() <% %> function
/llvm-project/lld/test/ELF/
H A Dmap-file-copy.s44 .globl copy symbol
46 copy: label
/llvm-project/libcxx/test/std/utilities/tuple/tuple.general/
H A Dignore.pass.cpp29 auto copy = std::ignore; test_ignore_constexpr() local
34 auto copy = std::ignore; test_ignore_constexpr() local
/llvm-project/libcxx/test/std/experimental/memory/memory.observer.ptr/
H A Dctor.copy_move.pass.cpp31 Ptr copy = ptr; in test_copy_move() local
38 Ptr copy = std::move(ptr); in test_copy_move() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/iterator/
H A Dincrement.pass.cpp53 auto copy = it++; in test() local
77 auto copy = it++; in test() local
99 auto copy = it++; in test() local
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
42 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dextract_key.pass.cpp30 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
44 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
42 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
42 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/llvm-project/libcxx/test/std/containers/associative/set/
H A Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
40 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/llvm-project/libcxx/test/std/containers/unord/unord.set/
H A Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
40 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/
H A Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
40 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/llvm-project/libcxx/test/std/containers/associative/multiset/
H A Dextract_key.pass.cpp28 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
40 for (KeyTypeIter copy = first; copy != last; ++copy) in test() local
/llvm-project/libcxx/test/support/
H A Dboolean_testable.h101 auto copy = *this; member
110 auto copy = *this; member
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dcopy.move_only.verify.cpp19 …std::vector<MoveOnly> copy = v; // expected-error-re@* {{{{(no matching function for call to '__co… in f() local
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dstrndup_oob_test2.cpp17 char *copy = strndup(kChars, 3); in main() local
/llvm-project/compiler-rt/test/msan/
H A Dstrndup.cpp17 char *copy = strndup(kString, 4); // BOOM in main() local
/llvm-project/llvm/benchmarks/
H A DDummyYAML.cpp7 std::string copy(x); in BM_YAMLDummyIsNumeric() local

123456789