Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcxx0x-cursory-default-delete.cpp90 struct ignored_template_ctor_and_def { struct
91 template <class T> ignored_template_ctor_and_def(T* f = nullptr);
92 ignored_template_ctor_and_def() = default;
122 …const ignored_template_ctor_and_def itcad; // expected-error {{default initialization of an object… in constobjs()