Searched refs:UR (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Lexer/
H A Dstring-literal-encoding.c14 char32_t const *f = UR"(�����)"; // expected-error {{illegal character encoding in string literal}}
28 char32_t const *f = UR"(foo �����)"; // expected-error {{illegal character encoding in string literal}}
H A Dstring_concat.cpp9 const char* e = u8"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
16 const char16_t* k = u"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
31 const wchar_t* x = L"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
/external/clang/test/SemaCXX/
H A Dcxx0x-type-convert-construct.cpp20 URstr = UR"foo(a UTF-32 raw string)foo"; // expected-error {{assigning to 'char32_t *' from incompatible type 'const char32_t [20]'}}
H A Dcxx98-compat.cpp27 (void)UR"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
/external/clang/test/CodeGen/
H A Dstring-literal-unicode-conversion.c56 char32_t const *h = UR"(6Кошка)";
H A Dstring-literal.c63 const char32_t *k = UR"bar(IJ)bar";
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c843 CAMLprim LLVMValueRef llvm_user(LLVMUseRef UR) { argument
844 return LLVMGetUser(UR);
848 CAMLprim LLVMValueRef llvm_used_value(LLVMUseRef UR) { argument
849 return LLVMGetUsedValue(UR);
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 218 milliseconds