Lines Matching full:note
34 S s1(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
38 S s2, // expected-note {{change this ',' to a ';' to call 'F2'}}
39 F2(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
43 T t1(), // expected-warning {{function declaration}} expected-note {{remove parentheses}}
44 t2(); // expected-warning {{function declaration}} expected-note {{remove parentheses}}
47 U u(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
50 V v(); // expected-warning {{function declaration}} expected-note {{remove parentheses}}
53 W w(); // expected-warning {{function declaration}} expected-note {{remove parentheses}}
61 int n1(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
65 int n2, // expected-note {{change this ',' to a ';' to call 'F1'}}
66 F1(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
69 double d(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
74 Ptr p(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
78 Ptr p(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
81 bool b(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
84 char c(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
87 wchar_t wc(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}