Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dinstantiate-static-var.cpp32 struct NoDefCon { struct
33 NoDefCon(const NoDefCon&); // expected-note{{candidate constructor}}
38 NoDefCon &NDC = Z<NoDefCon>::value; // expected-note{{instantiation}} in test()