Searched refs:NoValueInit (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dfunctional-cast.cpp14 struct NoValueInit { // expected-note 2 {{candidate constructor (the implicit copy constructor)}} struct
15 NoValueInit(int i, int j); // expected-note 2 {{candidate constructor}}
21 (void)NoValueInit(); // expected-error{{no matching constructor for initialization}}
25 (void)NoValueInit(0, 0);
26 (void)NoValueInit(0, 0, 0); // expected-error{{no matching constructor for initialization}}

Completed in 119 milliseconds