Searched refs:NoValueInit (Results 1 – 1 of 1) sorted by relevance
14 struct NoValueInit { // expected-note 2 {{candidate constructor (the implicit copy constructor)}} e… struct15 NoValueInit(int i, int j); // expected-note 2 {{candidate constructor}}21 (void)NoValueInit(); // expected-error{{no matching constructor for initialization}} in test_cxx_functional_value_init()25 (void)NoValueInit(0, 0); in test_cxx_function_cast_multi()26 (void)NoValueInit(0, 0, 0); // expected-error{{no matching constructor for initialization}} in test_cxx_function_cast_multi()