HomeSort by: relevance | last modified time | path
    Searched refs:ucn (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
csv_reporter.cc 142 for (const auto& ucn : user_counter_names_) {
143 auto it = run.counters.find(ucn);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
csv_reporter.cc 138 for (const auto &ucn : user_counter_names_) {
139 auto it = run.counters.find(ucn);
  /src/external/gpl3/gcc.old/dist/libcpp/
charset.cc 4 Broken out of c-lex.cc Apr 2003, adding valid C99 UCN ranges.
1033 /* In C99, UCN digits may not begin identifiers. In C11 and C++11,
1034 UCN combining characters may not begin identifiers. */
1063 UCN has not been consumed, true otherwise.
1065 The value of the UCN, whether valid or invalid, is returned in *CP.
1067 one beyond the UCN, or to the syntactically invalid character.
1105 cpp_error (pfile, CPP_DL_ICE, "In _cpp_valid_ucn but not a UCN");
1191 /* Convert an UCN, pointed to by FROM, to UTF-8 encoding, then translate
1205 cppchar_t ucn;
1222 &ucn, &char_range, loc_reader)
1203 cppchar_t ucn; local
    [all...]
lex.cc 1179 context (location_t loc, kind k, bool pdf, bool ucn)
1180 : m_loc (loc), m_kind (k), m_pdf (pdf), m_ucn (ucn)
1202 by a bidi character written as a UCN, and 0 when it was UTF-8. */
1235 /* Return true if the current context comes from a UCN origin, that is,
1236 the bidi char which started this bidi context was written as a UCN. */
1427 /* Parse a UCN where P points just past \u or \U and return its bidi code. */
1499 /* Parse a UCN where P points just past \u or \U and return its bidi code.
1592 control character was written as a UCN. LOC is the location of the
1611 opening character. Except warn when we have a UCN x UTF-8
1612 mismatch, if UCN checking is enabled. *
    [all...]
  /src/lib/libc/time/
Makefile 375 -Wbad-function-cast -Wbidi-chars=any,ucn -Wcast-align=strict -Wcast-qual \
  /src/external/public-domain/tz/dist/
Makefile 375 -Wbad-function-cast -Wbidi-chars=any,ucn -Wcast-align=strict -Wcast-qual \
  /src/external/gpl3/gcc/dist/libcpp/
charset.cc 4 Broken out of c-lex.cc Apr 2003, adding valid C99 UCN ranges.
1481 /* In C99, UCN digits may not begin identifiers. In C11 and C++11,
1482 UCN combining characters may not begin identifiers. */
1524 UCN has not been consumed, true otherwise.
1526 The value of the UCN, whether valid or invalid, is returned in *CP.
1528 one beyond the UCN, or to the syntactically invalid character.
1710 cpp_error (pfile, CPP_DL_ICE, "In _cpp_valid_ucn but not a UCN");
1846 /* Convert an UCN, pointed to by FROM, to UTF-8 encoding, then translate
1860 cppchar_t ucn;
1876 &ucn, &char_range, loc_reader)
    [all...]
lex.cc 1185 context (location_t loc, kind k, bool pdf, bool ucn)
1186 : m_loc (loc), m_kind (k), m_pdf (pdf), m_ucn (ucn)
1208 by a bidi character written as a UCN, and 0 when it was UTF-8. */
1241 /* Return true if the current context comes from a UCN origin, that is,
1242 the bidi char which started this bidi context was written as a UCN. */
1434 /* Parse a UCN where P points just past \u or \U and return its bidi code. */
1522 /* Parse a UCN where P points just past \u or \U and return its bidi code.
1666 control character was written as a UCN. LOC is the location of the
1685 opening character. Except warn when we have a UCN x UTF-8
1686 mismatch, if UCN checking is enabled. *
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp 307 // Check UCN constraints (C99 6.4.3p2) [C++11 lex.charset p2]
345 /// which this UCN will occupy.
379 /// StringLiteralParser. When we decide to implement UCN's for identifiers,
380 /// we will likely rework our support for UCN's.
400 assert((UcnLen== 4 || UcnLen== 8) && "only ucn length of 4 or 8 supported");
432 // Now that we've parsed/checked the UCN, we convert from UTF32->UTF8.
1734 // Otherwise, this is a non-UCN escape character. Process it.

Completed in 47 milliseconds