Home
last modified time | relevance | path

Searched defs:NotDefaultConstructible (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaTemplate/
Dexplicit-instantiation.cpp29 struct NotDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constru… struct
Ddefault-expr-arguments.cpp76 struct NotDefaultConstructible { // expected-note 2 {{candidate constructor (the implicit copy cons… struct
/external/googletest/googlemock/test/
Dgmock-nice-strict_test.cc65 class NotDefaultConstructible { class
67 explicit NotDefaultConstructible(int) {} in NotDefaultConstructible() function in testing::gmock_nice_strict_test::NotDefaultConstructible