Home
last modified time | relevance | path

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

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