Searched defs:char32_t (Results 1 - 10 of 10) sorted by last modified time

/external/clang/test/CodeGen/
H A Dstring-literal.c11 typedef __CHAR32_TYPE__ char32_t; typedef
44 const char32_t *c = U"CD";
48 const char32_t *d = U"\u1235\U0010F00C";
52 const char32_t *o = "\u1235" U"\U0010F00B";
83 const char32_t *k = UR"bar(IJ)bar";
/external/clang/test/Lexer/
H A Dchar-literal.cpp7 typedef __CHAR32_TYPE__ char32_t; typedef
27 char32_t k = U'\U0010FFFD';
32 char32_t n = U'ab'; // expected-error {{Unicode character literals may not contain multiple characters}}
H A Dcxx0x_keyword_as_cxx98.cpp30 int char32_t; // expected-warning {{'char32_t' is a keyword in C++11}} variable
H A Dkeywords_test.cpp23 CXX11_KEYWORD(char32_t); variable
24 CXX11_TYPE(char32_t); variable
H A Dstring_concat.cpp7 typedef __CHAR32_TYPE__ char32_t; typedef
30 const char32_t* m = U"abc" u8"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
31 const char32_t* n = U"abc" u"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
32 const char32_t* o = U"abc" L"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
34 const char32_t* p = U"abc" u8R"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
35 const char32_t* q = U"abc" uR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
36 const char32_t* r = U"abc" LR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
H A Dunicode-strings.c8 typedef __CHAR32_TYPE__ char32_t; typedef
11 // expected-warning@18 {{'char32_t' type specifier is incompatible with C++98}}
13 // expected-warning@21 {{'char32_t' type specifier is incompatible with C++98}}
18 const char32_t *c = U"abcd"; // expected-warning {{unicode literals are incompatible with}}
21 char32_t e = U'a'; // expected-warning {{unicode literals are incompatible with}}
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp34 #define char32_t macro
119 char32_t
/external/clang/test/Sema/
H A Dstring-init.c6 typedef unsigned int char32_t; typedef
27 char32_t d1[] = "a"; // expected-error{{initializing wide char array with non-wide string literal}}
28 char32_t d2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}}
29 char32_t d3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string literal}}
30 char32_t d4[] = U"a"; // No error.
31 char32_t d5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide string literal}}
50 char32_t d[] = 1; // expected-error{{array initializer must be an initializer list or wide string literal}}
/external/clang/test/SemaCXX/
H A DMicrosoftCompatibility.cpp5 typedef unsigned int char32_t; typedef
/external/chromium_org/tools/gyp/test/mac/clang-cxx-language-standard/
H A Dc++98.cc13 char32_t, enumerator in enum:cxx11_keywords

Completed in 157 milliseconds