Searched refs:C11 (Results 1 – 25 of 59) sorted by relevance
123
/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 65 // 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)
|
D | LangStandard.h | 24 C11 = (1 << 3), enumerator 67 bool isC11() const { return Flags & frontend::C11; } in isC11()
|
/external/clang/include/clang/Basic/ |
D | DiagnosticParseKinds.td | 106 "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>;
|
D | LangOptions.def | 45 LANGOPT(C11 , 1, 0, "C11")
|
D | DiagnosticGroups.td | 476 // A warning group for warnings about using C11 features as extensions. 477 def C11 : DiagGroup<"c11-extensions">;
|
/external/bison/m4/ |
D | warn-on-use.m4 | 22 # in the intersection of C89 and C11 (such as printf) without
|
D | gnulib-common.m4 | 16 [/* The _Noreturn keyword of C11. */ 228 # - AC_PROG_CC_STDC is likely to change now that C11 is an ISO standard.
|
D | stdio_h.m4 | 75 dnl guaranteed by both C89 and C11.
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 847 .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()
|
D | Lexer.cpp | 1363 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/ |
D | ReleaseNotes.rst | 76 C11 Feature Support
|
D | LanguageExtensions.rst | 777 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/ |
D | IdentifierTable.cpp | 137 else if (LangOpts.C11 && (Flags & KEYC11)) AddResult = 2; in AddKeyword()
|
/external/icu4c/data/sprep/ |
D | rfc4505.txt | 140 0C11; ; UNASSIGNED
|
D | rfc3530cs.txt | 140 0C11; ; UNASSIGNED
|
D | rfc4011.txt | 140 0C11; ; UNASSIGNED
|
D | rfc4013.txt | 141 0C11; ; UNASSIGNED
|
D | rfc3530mixp.txt | 141 0C11; ; UNASSIGNED
|
D | rfc3920res.txt | 141 0C11; ; UNASSIGNED
|
D | rfc3722.txt | 13 …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 -…
|
D | rfc3920node.txt | 13 …--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 -…
|
D | rfc4518.txt | 140 0C11; ; UNASSIGNED
|
/external/icu4c/test/testdata/ |
D | nfs4_cs_prep_cs.txt | 132 0C11; ; UNASSIGNED
|
D | nfs4_mixed_prep_p.txt | 132 0C11; ; UNASSIGNED
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 298 if (LangOpts.C11) in InitializeStandardPredefinedMacros()
|
123