Home
last modified time | relevance | path

Searched defs:NonDefaultConstructible (Results 1 – 11 of 11) sorted by relevance

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dalloc.pass.cpp32 struct NonDefaultConstructible { struct
33 constexpr NonDefaultConstructible() { in NonDefaultConstructible() function
37 explicit constexpr NonDefaultConstructible(int) {} in NonDefaultConstructible() function
/external/llvm/unittests/ADT/
DOptionalTest.cpp16 struct NonDefaultConstructible { struct
17 static unsigned CopyConstructions;
18 static unsigned Destructions;
19 static unsigned CopyAssignments;
20 explicit NonDefaultConstructible(int) { in NonDefaultConstructible() function
22 NonDefaultConstructible(const NonDefaultConstructible&) { in NonDefaultConstructible() argument
25 NonDefaultConstructible &operator=(const NonDefaultConstructible&) { in operator =()
29 ~NonDefaultConstructible() { in ~NonDefaultConstructible()
32 static void ResetCounts() { in ResetCounts()
/external/googletest/googlemock/test/
Dgmock_ex_test.cc44 class NonDefaultConstructible { class
46 explicit NonDefaultConstructible(int /* dummy */) {} in NonDefaultConstructible() function in __anon57b3c76b0111::NonDefaultConstructible
Dgmock-spec-builders_test.cc142 class NonDefaultConstructible { class
144 explicit NonDefaultConstructible(int /* dummy */) {} in NonDefaultConstructible() function in __anon79c6950e0111::NonDefaultConstructible
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Ddefault.pass.cpp34 struct NonDefaultConstructible { struct
35 constexpr NonDefaultConstructible(int) {} in NonDefaultConstructible() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DOptionalTest.cpp17 struct NonDefaultConstructible { struct
18 static unsigned CopyConstructions;
19 static unsigned Destructions;
20 static unsigned CopyAssignments;
21 explicit NonDefaultConstructible(int) { in NonDefaultConstructible() argument
23 NonDefaultConstructible(const NonDefaultConstructible&) { in NonDefaultConstructible() function
26 NonDefaultConstructible &operator=(const NonDefaultConstructible&) { in operator =()
30 ~NonDefaultConstructible() { in ~NonDefaultConstructible()
33 static void ResetCounts() { in ResetCounts()
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp1.cpp9 struct NonDefaultConstructible { struct
22 template<> void f0(NonDefaultConstructible) { } in f0() argument
Dp15.cpp3 struct NonDefaultConstructible { struct
Dp2.cpp12 struct NonDefaultConstructible { struct
29 template<> void f0(NonDefaultConstructible) { } in f0() argument
Dp2-0x.cpp9 struct NonDefaultConstructible { struct
25 template<> void f0(NonDefaultConstructible) { } in f0() argument
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp1.cpp53 struct NonDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constru… struct