Home
last modified time | relevance | path

Searched refs:Copy2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dundefined-memory-manipulation.cpp84 using Copy2 = types::Copy; typedef
143 aliases::Copy2 c2; in notTriviallyCopyable()
150 typedef aliases::Copy2 Copy3; in notTriviallyCopyable()
151 typedef aliases::Copy2 *PCopy2; in notTriviallyCopyable()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp157 TypeParam Copy2(this->V2); in TYPED_TEST() local
158 this->appendValues(Copy2, this->testArray(42)); in TYPED_TEST()
159 this->expectValues(Copy2, this->testArray(42)); in TYPED_TEST()
162 TypeParam Move(std::move(Copy2)); in TYPED_TEST()
164 this->expectValues(Copy2, this->testArray(0)); in TYPED_TEST()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dfor-range-copy.cpp242 Mutable Copy2(A); in positiveOnlyUsedInCopyConstructor() local