/llvm-project/libcxx/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator/ |
H A D | assert.sort.invalid_comparator.pass.cpp | 52 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 D | assert.sort.invalid_comparator.oob.pass.cpp | 34 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 D | category-super-class-meth.m | 3 -(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 D | objc-read-weak-byref.m | 7 - copy; method
|
/llvm-project/libcxx/test/std/containers/sequences/array/array.cons/ |
H A D | implicit_copy.pass.cpp | 42 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 D | void-specialization.pass.cpp | 47 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 D | cons.copy.pass.cpp | 28 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 D | digraph.c | 17 void copy(char d<::>, const char s<::>, int len) in copy() function 33 void copy() <% %> function
|
/llvm-project/lld/test/ELF/ |
H A D | map-file-copy.s | 44 .globl copy symbol 46 copy: label
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.general/ |
H A D | ignore.pass.cpp | 29 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 D | ctor.copy_move.pass.cpp | 31 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 D | increment.pass.cpp | 53 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 D | extract_key.pass.cpp | 28 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 D | extract_key.pass.cpp | 30 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 D | extract_key.pass.cpp | 28 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 D | extract_key.pass.cpp | 28 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 D | extract_key.pass.cpp | 28 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 D | extract_key.pass.cpp | 28 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 D | extract_key.pass.cpp | 28 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 D | extract_key.pass.cpp | 28 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 D | boolean_testable.h | 101 auto copy = *this; member 110 auto copy = *this; member
|
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.cons/ |
H A D | copy.move_only.verify.cpp | 19 …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 D | strndup_oob_test2.cpp | 17 char *copy = strndup(kChars, 3); in main() local
|
/llvm-project/compiler-rt/test/msan/ |
H A D | strndup.cpp | 17 char *copy = strndup(kString, 4); // BOOM in main() local
|
/llvm-project/llvm/benchmarks/ |
H A D | DummyYAML.cpp | 7 std::string copy(x); in BM_YAMLDummyIsNumeric() local
|