Home
last modified time | relevance | path

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

1234

/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
68 bool isC11() const { return Flags & frontend::C11; } in isC11()
/external/clang/test/Sema/
Dthread-specifier.c33 #elif defined(C11)
43 #elif defined(C11) in f()
/external/chromium_org/native_client_sdk/src/doc/reference/
Dpnacl-c-cpp-language-support.rst14 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 …]
Dpnacl-bitcode-abi.rst503 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/
Dssim.cc86 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/
Ddct16x16_test.cc77 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/
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.cpp908 .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()
DLexer.cpp1363 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/
DDiagnosticParseKinds.td113 "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>;
DLangOptions.def45 LANGOPT(C11 , 1, 0, "C11")
/external/chromium_org/third_party/libvpx/source/libvpx/test/
Ddct16x16_test.cc74 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/
Dcstdlib79 void *aligned_alloc(size_t alignment, size_t size); // C11
/external/clang/docs/
DLanguageExtensions.rst798 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 …]
DReleaseNotes.rst114 C11 Feature Support
/external/clang/lib/Basic/
DIdentifierTable.cpp140 else if (LangOpts.C11 && (Flags & KEYC11)) AddResult = 2; in AddKeyword()
/external/icu/icu4c/source/data/sprep/
Drfc3530cs.txt140 0C11; ; UNASSIGNED
Drfc4011.txt140 0C11; ; UNASSIGNED
/external/chromium_org/third_party/icu/source/test/testdata/
Dnfs4_mixed_prep_p.txt132 0C11; ; UNASSIGNED
Dnfs4_cs_prep_cs.txt132 0C11; ; UNASSIGNED
/external/icu/icu4c/source/test/testdata/
Dnfs4_mixed_prep_p.txt132 0C11; ; UNASSIGNED
/external/chromium_org/third_party/icu/source/data/sprep/
Drfc3530cs.txt140 0C11; ; UNASSIGNED

1234