Searched defs:CannotInit (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
H A Dp1-inst.cpp17 struct CannotInit { }; // expected-note{{candidate constructor (the implicit copy constructor) not viable}} struct
24 unsigned long sizeOkay() { return sizeof(X<CannotInit>::value); }
26 CannotInit &returnError() {
27 return X<CannotInit>::value; // expected-note{{instantiation}}

Completed in 1421 milliseconds