/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 68 bool isC11() const { return Flags & frontend::C11; } in isC11()
|
/external/clang/test/Sema/ |
D | thread-specifier.c | 33 #elif defined(C11) 43 #elif defined(C11) in f()
|
/external/chromium_org/native_client_sdk/src/doc/reference/ |
D | pnacl-c-cpp-language-support.rst | 14 based on recent Clang, which fully supports C++11 and most of C11. A 52 as the C11/C++11 one: concurrent accesses must always occur through 57 locations to each other as the C11/C++11 standards do. 64 As in C11/C++11 some atomic accesses may be implemented with locks on 69 methods and functions are in the C11 header ``<stdatomic.h>`` and the 73 GCC-style ``__sync_*`` builtins, as well as through C11/C++11 atomic 86 intended by the C11/C++11 standards. This is critical in supporting 110 Atomics follow the same ordering constraints as in regular C11/C++11, 113 C11/C++11 memory orderings in the future. 115 Some additional restrictions, following the C11/C++11 standards: [all …]
|
D | pnacl-bitcode-abi.rst | 503 These intrinsics implement the semantics of C11 ``setjmp`` and ``longjmp``. The 533 of the C11/C++11 standards: 546 All atomic intrinsics also support C11/C++11 memory orderings, which 560 These intrinsics allow PNaCl to support C11/C++11 style atomic 573 are lock-free or not. This reflects the C11 ``atomic_is_lock_free``
|
/external/chromium_org/third_party/libyuv/util/ |
D | ssim.cc | 86 static const double C11 = (0.01 * 0.01) * (255 * 255); in FinalizeSSIM() local 89 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11); in FinalizeSSIM()
|
/external/libvpx/libvpx/test/ |
D | dct16x16_test.cc | 77 const double C11 = 0.471396736825998; variable 120 temp1 = step[ 9] * C11; in butterfly_16x16_dct_1d() 141 temp2 = step[14] * C11; in butterfly_16x16_dct_1d()
|
/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 | 908 .Case("c_alignas", LangOpts.C11) in HasFeature() 909 .Case("c_atomic", LangOpts.C11) in HasFeature() 910 .Case("c_generic_selections", LangOpts.C11) in HasFeature() 911 .Case("c_static_assert", LangOpts.C11) in HasFeature() 913 LangOpts.C11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()
|
D | Lexer.cpp | 1363 if (LangOpts.CPlusPlus11 || LangOpts.C11) { in isAllowedIDChar() 1380 if (LangOpts.CPlusPlus11 || LangOpts.C11) { in isAllowedInitiallyIDChar() 3041 if (LangOpts.CPlusPlus11 || LangOpts.C11) { in LexTokenInternal() 3094 if (LangOpts.CPlusPlus11 || LangOpts.C11) { in LexTokenInternal()
|
/external/clang/include/clang/Basic/ |
D | DiagnosticParseKinds.td | 113 "generic selections are a C11-specific feature">, InGroup<C11>; 120 "%0 is a C11-specific feature">, InGroup<C11>; 123 "_Noreturn functions are a C11-specific feature">, InGroup<C11>; 356 "_Static_assert is a C11-specific feature">, InGroup<C11>;
|
D | LangOptions.def | 45 LANGOPT(C11 , 1, 0, "C11")
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
D | dct16x16_test.cc | 74 const double C11 = 0.471396736825998; variable 117 temp1 = step[ 9] * C11; in butterfly_16x16_dct_1d() 138 temp2 = step[14] * C11; in butterfly_16x16_dct_1d()
|
/external/libcxx/include/ |
D | cstdlib | 79 void *aligned_alloc(size_t alignment, size_t size); // C11
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 798 C11 section in Checks for Standard Language Features 801 The features listed below are part of the C11 standard. As a result, all these 806 C11 alignment specifiers argument 812 C11 atomic operations argument 820 C11 generic selections argument 827 As an extension, the C11 generic selection expression is available in all 828 languages supported by Clang. The syntax is the same as that given in the C11 835 C11 ``_Static_assert()`` argument 842 C11 ``_Thread_local`` argument 1555 C11's ``<stdatomic.h>`` header. These builtins provide the semantics of the [all …]
|
D | ReleaseNotes.rst | 114 C11 Feature Support
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 140 else if (LangOpts.C11 && (Flags & KEYC11)) AddResult = 2; in AddKeyword()
|
/external/icu/icu4c/source/data/sprep/ |
D | rfc3530cs.txt | 140 0C11; ; UNASSIGNED
|
D | rfc4011.txt | 140 0C11; ; UNASSIGNED
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | nfs4_mixed_prep_p.txt | 132 0C11; ; UNASSIGNED
|
D | nfs4_cs_prep_cs.txt | 132 0C11; ; UNASSIGNED
|
/external/icu/icu4c/source/test/testdata/ |
D | nfs4_mixed_prep_p.txt | 132 0C11; ; UNASSIGNED
|
/external/chromium_org/third_party/icu/source/data/sprep/ |
D | rfc3530cs.txt | 140 0C11; ; UNASSIGNED
|