Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:String

61   // expected-warning@-2 {{conversion from string literal to 'char *' is deprecated}}
68 // expected-warning@-2 {{conversion from string literal to 'char *' is deprecated}}
81 // expected-warning@-2 {{conversion from string literal to 'wchar_t *' is deprecated}}
104 // expected-warning@-2 {{conversion from string literal to 'char *' is deprecated}}
106 // expected-warning@-4 {{ISO C++11 does not allow conversion from string literal to 'char *'}}
201 double* q3 = quals_rank1("string literal");
316 class string { };
317 class opt : public string { };
320 SR(const string&);
474 struct String { String(char const*); };
477 int &f(String);