HomeSort by relevance Sort by last modified time
    Searched refs:Literals (Results 1 - 3 of 3) sorted by null

  /external/regex-re2/re2/testing/
exhaustive2_test.cc 23 TEST(Punctuation, Literals) {
  /external/v8/test/mjsunit/compiler/
short-circuit.js 34 // Literals in value/test context.
38 // Literals in test/value context.
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 28 void Literals() {
29 (void)u8"str"; // expected-warning {{unicode literals are incompatible with C++98}}
30 (void)u"str"; // expected-warning {{unicode literals are incompatible with C++98}}
31 (void)U"str"; // expected-warning {{unicode literals are incompatible with C++98}}
32 (void)u'x'; // expected-warning {{unicode literals are incompatible with C++98}}
33 (void)U'x'; // expected-warning {{unicode literals are incompatible with C++98}}
35 (void)u8R"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
36 (void)uR"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
37 (void)UR"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
38 (void)R"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}
    [all...]

Completed in 50 milliseconds