Home
last modified time | relevance | path

Searched defs:NotTriviallyCopyable (Results 1 – 13 of 13) sorted by relevance

/external/libcxx/test/std/atomics/atomics.types.generic/
Dtrivially_copyable.fail.cpp56 struct NotTriviallyCopyable { struct
57 NotTriviallyCopyable ( int i ) : i_(i) {} in NotTriviallyCopyable() function
58 NotTriviallyCopyable ( const NotTriviallyCopyable &rhs) : i_(rhs.i_) {} in NotTriviallyCopyable() argument
69 test(NotTriviallyCopyable(42)); in main() argument
/external/llvm-project/libcxx/test/std/atomics/atomics.types.generic/
Dtrivially_copyable.compile.fail.cpp55 struct NotTriviallyCopyable { struct
56 NotTriviallyCopyable ( int i ) : i_(i) {} in NotTriviallyCopyable() argument
57 NotTriviallyCopyable ( const NotTriviallyCopyable &rhs) : i_(rhs.i_) {} in NotTriviallyCopyable() argument
68 test(NotTriviallyCopyable(42)); in main() argument
/external/google-benchmark/test/
Ddonotoptimize_assembly_test.cc15 struct NotTriviallyCopyable { struct
17 explicit NotTriviallyCopyable(int x) : value(x) {} in NotTriviallyCopyable() function
19 int value;
/external/libcxx/utils/google-benchmark/test/
Ddonotoptimize_assembly_test.cc15 struct NotTriviallyCopyable { struct
17 explicit NotTriviallyCopyable(int x) : value(x) {} in NotTriviallyCopyable() function
19 int value;
/external/llvm-project/llvm/utils/benchmark/test/
Ddonotoptimize_assembly_test.cc15 struct NotTriviallyCopyable { struct
17 explicit NotTriviallyCopyable(int x) : value(x) {} in NotTriviallyCopyable() argument
19 int value;
/external/llvm-project/libcxx/utils/google-benchmark/test/
Ddonotoptimize_assembly_test.cc15 struct NotTriviallyCopyable { struct
17 explicit NotTriviallyCopyable(int x) : value(x) {} in NotTriviallyCopyable() function
19 int value;
/external/angle/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
/external/libtextclassifier/abseil-cpp/absl/container/
Dfixed_array_test.cc431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
/external/openscreen/third_party/abseil/src/absl/container/
Dfixed_array_test.cc431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
/external/abseil-cpp/absl/container/
Dfixed_array_test.cc413 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc431 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
/external/webrtc/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc413 TEST(FillConstructorTest, NotTriviallyCopyable) { in TEST() argument
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp2611 struct NotTriviallyCopyable { struct
2613 NotTriviallyCopyable(const NotTriviallyCopyable &) {} in NotTriviallyCopyable() function