Home
last modified time | relevance | path

Searched refs:C11 (Results 1 – 25 of 59) sorted by relevance

123

/external/clang/include/clang/Frontend/
DLangStandards.def65 // C11 modes
68 LineComment | C99 | C11 | Digraphs | HexFloat)
71 LineComment | C99 | C11 | Digraphs | HexFloat)
74 LineComment | C99 | C11 | Digraphs | HexFloat)
77 LineComment | C99 | C11 | Digraphs | HexFloat)
81 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
84 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
DLangStandard.h24 C11 = (1 << 3), enumerator
67 bool isC11() const { return Flags & frontend::C11; } in isC11()
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td106 "generic selections are a C11-specific feature">, InGroup<C11>;
113 "%0 is a C11-specific feature">, InGroup<C11>;
116 "_Noreturn functions are a C11-specific feature">, InGroup<C11>;
349 "_Static_assert is a C11-specific feature">, InGroup<C11>;
DLangOptions.def45 LANGOPT(C11 , 1, 0, "C11")
DDiagnosticGroups.td476 // A warning group for warnings about using C11 features as extensions.
477 def C11 : DiagGroup<"c11-extensions">;
/external/bison/m4/
Dwarn-on-use.m422 # in the intersection of C89 and C11 (such as printf) without
Dgnulib-common.m416 [/* The _Noreturn keyword of C11. */
228 # - AC_PROG_CC_STDC is likely to change now that C11 is an ISO standard.
Dstdio_h.m475 dnl guaranteed by both C89 and C11.
/external/clang/lib/Lex/
DPPMacroExpansion.cpp847 .Case("c_alignas", LangOpts.C11) in HasFeature()
848 .Case("c_atomic", LangOpts.C11) in HasFeature()
849 .Case("c_generic_selections", LangOpts.C11) in HasFeature()
850 .Case("c_static_assert", LangOpts.C11) in HasFeature()
DLexer.cpp1363 if (LangOpts.CPlusPlus11 || LangOpts.C11) in isAllowedIDChar()
1373 if (LangOpts.CPlusPlus11 || LangOpts.C11) in isAllowedInitiallyIDChar()
2859 if (LangOpts.CPlusPlus11 || LangOpts.C11) { in LexTokenInternal()
2912 if (LangOpts.CPlusPlus11 || LangOpts.C11) { in LexTokenInternal()
/external/clang/docs/
DReleaseNotes.rst76 C11 Feature Support
DLanguageExtensions.rst777 C11 section in Checks for Standard Language Features
780 The features listed below are part of the C11 standard. As a result, all these
785 C11 alignment specifiers argument
791 C11 atomic operations argument
799 C11 generic selections argument
806 As an extension, the C11 generic selection expression is available in all
807 languages supported by Clang. The syntax is the same as that given in the C11
814 C11 ``_Static_assert()`` argument
1469 C11's ``<stdatomic.h>`` header. These builtins provide the semantics of the
1470 ``_explicit`` form of the corresponding C11 operation, and are named with a
/external/clang/lib/Basic/
DIdentifierTable.cpp137 else if (LangOpts.C11 && (Flags & KEYC11)) AddResult = 2; in AddKeyword()
/external/icu4c/data/sprep/
Drfc4505.txt140 0C11; ; UNASSIGNED
Drfc3530cs.txt140 0C11; ; UNASSIGNED
Drfc4011.txt140 0C11; ; UNASSIGNED
Drfc4013.txt141 0C11; ; UNASSIGNED
Drfc3530mixp.txt141 0C11; ; UNASSIGNED
Drfc3920res.txt141 0C11; ; UNASSIGNED
Drfc3722.txt13 …out --src-filename=rfc3454.txt --dest-filename=rfc3722.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 -…
141 0C11; ; UNASSIGNED
454 …out --src-filename=rfc3454.txt --dest-filename=rfc3722.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 -…
Drfc3920node.txt13 …--src-filename=rfc3454.txt --dest-filename=rfc3920node.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 -…
141 0C11; ; UNASSIGNED
454 …--src-filename=rfc3454.txt --dest-filename=rfc3920node.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 -…
Drfc4518.txt140 0C11; ; UNASSIGNED
/external/icu4c/test/testdata/
Dnfs4_cs_prep_cs.txt132 0C11; ; UNASSIGNED
Dnfs4_mixed_prep_p.txt132 0C11; ; UNASSIGNED
/external/clang/lib/Frontend/
DInitPreprocessor.cpp298 if (LangOpts.C11) in InitializeStandardPredefinedMacros()

123