Home
last modified time | relevance | path

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

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