HomeSort by: relevance | last modified time | path
    Searched defs:C99 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangStandard.h 44 C99 = (1 << 1),
89 /// isC99 - Language is a superset of C99.
90 bool isC99() const { return Flags & C99; }
  /src/external/gpl3/gcc/dist/libcpp/
makeucnid.cc 30 C99 = 1,
37 all_languages = C99 | CXX | C11 | CXX23 | NXX23,
76 if (strcmp (line, "[C99]\n") == 0)
77 fl = C99;
79 fl = C99|N99;
335 last_flag & C99 ? "C99" : " 0",
charset.cc 4 Broken out of c-lex.cc Apr 2003, adding valid C99 UCN ranges.
31 The C99 standard discusses two character sets: source and execution.
52 The presence of universal character names in C99 (6.4.3 et seq.)
852 execution character set fails to be a single-byte value (C99
965 /* Valid in a C99 identifier? */
966 C99 = 1,
967 /* Valid in a C99 identifier, but not as the first character? */
1405 valid_flags = C99 | CXX | C11 | CXX23;
1412 else if (CPP_OPTION (pfile, c99))
1413 valid_flags = C99;
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
makeucnid.cc 30 C99 = 1,
37 all_languages = C99 | CXX | C11 | CXX23 | NXX23,
76 if (strcmp (line, "[C99]\n") == 0)
77 fl = C99;
79 fl = C99|N99;
335 last_flag & C99 ? "C99" : " 0",
charset.cc 4 Broken out of c-lex.cc Apr 2003, adding valid C99 UCN ranges.
31 The C99 standard discusses two character sets: source and execution.
52 The presence of universal character names in C99 (6.4.3 et seq.)
776 execution character set fails to be a single-byte value (C99
889 /* Valid in a C99 identifier? */
890 C99 = 1,
891 /* Valid in a C99 identifier, but not as the first character? */
957 valid_flags = C99 | CXX | C11 | CXX23;
964 else if (CPP_OPTION (pfile, c99))
965 valid_flags = C99;
    [all...]

Completed in 53 milliseconds