Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dalloc.pass.cpp32 struct NonDefaultConstructible { struct
33 constexpr NonDefaultConstructible() { in NonDefaultConstructible() argument
37 explicit constexpr NonDefaultConstructible(int) {} in NonDefaultConstructible() argument
/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() argument
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/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Ddefault.pass.cpp33 struct NonDefaultConstructible { struct
34 NonDefaultConstructible(int) {} in NonDefaultConstructible() function
/external/v8/testing/gmock/test/
Dgmock_ex_test.cc43 class NonDefaultConstructible { class
45 explicit NonDefaultConstructible(int /* dummy */) {} in NonDefaultConstructible() function in __anon0d62e86a0111::NonDefaultConstructible
Dgmock-spec-builders_test.cc139 class NonDefaultConstructible { class
141 explicit NonDefaultConstructible(int /* dummy */) {} in NonDefaultConstructible() function in __anon122bb8ad0111::NonDefaultConstructible
/external/googletest/googlemock/test/
Dgmock_ex_test.cc43 class NonDefaultConstructible { class
45 explicit NonDefaultConstructible(int /* dummy */) {} in NonDefaultConstructible() function in __anonb6b2dda20111::NonDefaultConstructible
Dgmock-spec-builders_test.cc141 class NonDefaultConstructible { class
143 explicit NonDefaultConstructible(int /* dummy */) {} in NonDefaultConstructible() function in __anon89b4fae50111::NonDefaultConstructible
/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