Home | History | Annotate | Download | only in Preprocessor

Lines Matching full:character

29 #define A \u0000 // expected-error{{control character}}
30 #define B \u001F // expected-error{{control character}}
31 #define C \u007F // expected-error{{control character}}
32 #define D \u009F // expected-error{{control character}}
43 // expected-warning@7 {{using this character in an identifier is incompatible with C++98}}
44 // expected-warning@8 {{using this character in an identifier is incompatible with C++98}}
47 // expected-error@33 {{invalid universal character}}
55 // expected-warning@33 {{universal character name refers to a surrogate character}}
61 // expected-warning@7 {{using this character in an identifier is incompatible with C99}}
62 // expected-warning@9 {{using this character in an identifier is incompatible with C99}}
64 // expected-warning@18 {{starting an identifier with this character is incompatible with C99}}
66 // expected-error@33 {{invalid universal character}}
75 // expected-error@33 {{invalid universal character}}