OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Literals
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
cxx98-compat.cpp
18
void
Literals
() {
19
(void)u8"str"; // expected-warning {{unicode
literals
are incompatible with C++98}}
20
(void)u"str"; // expected-warning {{unicode
literals
are incompatible with C++98}}
21
(void)U"str"; // expected-warning {{unicode
literals
are incompatible with C++98}}
22
(void)u'x'; // expected-warning {{unicode
literals
are incompatible with C++98}}
23
(void)U'x'; // expected-warning {{unicode
literals
are incompatible with C++98}}
25
(void)u8R"X(str)X"; // expected-warning {{raw string
literals
are incompatible with C++98}}
26
(void)uR"X(str)X"; // expected-warning {{raw string
literals
are incompatible with C++98}}
27
(void)UR"X(str)X"; // expected-warning {{raw string
literals
are incompatible with C++98}}
28
(void)R"X(str)X"; // expected-warning {{raw string
literals
are incompatible with C++98}
[
all
...]
/external/v8/test/mjsunit/compiler/
short-circuit.js
34
//
Literals
in value/test context.
38
//
Literals
in test/value context.
Completed in 51 milliseconds