Home
last modified time | relevance | path

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

123456

/external/libcxx/include/
Dcfloat23 FLT_HAS_SUBNORM // C11
24 DBL_HAS_SUBNORM // C11
25 LDBL_HAS_SUBNORM // C11
32 FLT_DECIMAL_DIG // C11
33 DBL_DECIMAL_DIG // C11
34 LDBL_DECIMAL_DIG // C11
68 FLT_TRUE_MIN // C11
69 DBL_TRUE_MIN // C11
70 LDBL_TRUE_MIN // C11
/external/clang/include/clang/Frontend/
DLangStandards.def73 // C11 modes
76 LineComment | C99 | C11 | Digraphs | HexFloat)
79 LineComment | C99 | C11 | Digraphs | HexFloat)
82 LineComment | C99 | C11 | Digraphs | HexFloat)
85 LineComment | C99 | C11 | Digraphs | HexFloat)
89 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
92 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
DLangStandard.h24 C11 = (1 << 3), enumerator
68 bool isC11() const { return Flags & frontend::C11; } in isC11()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DModiStream.rst45 meaning that this module has C13 line information (as opposed to C11 line
47 C13 line info, and that we do not understand the format of C11 line info.
54 - **C11LineInfo** - A block containing CodeView line information in C11
57 :doc:`DBI Stream <DbiStream>`. If this value is ``0``, then C11 line
59 C11 line info is not understood and we assume all line in modern PDBs
/external/llvm/test/CodeGen/X86/
Dcombine-multiplies.ll97 ; CHECK: movdqa .LCPI1_0, [[C11:%xmm[0-9]]]
98 ; CHECK-NEXT: paddd %xmm0, [[C11]]
111 ; CHECK-NEXT: [[C11]], x
135 ; CHECK: movdqa .LCPI2_0, [[C11:%xmm[0-9]]]
136 ; CHECK-NEXT: paddd %xmm0, [[C11]]
150 ; CHECK-NEXT: [[C11]], x
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Ddag-combine-ossfuzz-crash.ll18 %C11 = icmp sge i8 %B38, %B35
22 %B21 = urem i1 %C11, true
45 store i1 %C11, i1* undef
/external/clang/test/CodeGenCXX/
Dlto-visibility-inference.cpp62 struct C11 { struct
105 C11 *c11; in f()
/external/clang/test/Sema/
Dthread-specifier.c33 #elif defined(C11)
43 #elif defined(C11) in f()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dmodule-bytes.test51 SYMS-NEXT: 60C4: 02000600 06004C11 0E100000 |…
62 SYMS-NEXT: 70E4: 70757473 5C656D70 74792E70 64620000 12002C11 00000500 05000000 10000000 |…
83 FILTERED-SYMS-NEXT: 60C4: 02000600 06004C11 0E100000 …
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/windows/
Dwindows-keycodes.csv37 40,C11
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/osx/
Dosx-keycodes.csv39 39,C11
/external/libyuv/files/util/
Dssim.cc97 static const double C11 = (0.01 * 0.01) * (255 * 255); in FinalizeSSIM() local
100 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11); in FinalizeSSIM()
/external/clang/include/clang/AST/
DPrettyPrinter.h49 Alignof(LO.CPlusPlus11), UnderscoreAlignof(LO.C11), in PrintingPolicy()
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
DIsoLayoutPosition.java39 …"L"), C10('C', 10, ";"), C11('C', 11, "'"), C12('C', 12, "(key to right of ')"), // Additional key… enumConstant
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Datomic-c11-dwarf-4.ll4 ; Generated by clang -c -g -std=c11 -S -emit-llvm from the following C11 source
Datomic-c11-dwarf-5.ll4 ; Generated by clang -c -g -std=c11 -S -emit-llvm from the following C11 source
Dnoreturn_c11.ll4 ; Generated by clang -S -c -std=c++11 --emit-llvm -g from the following C11 source:
Dalign_c11.ll4 ; Generated by clang -c -g -std=c11 -S -emit-llvm from the following C11 source
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dand-or-icmps.ll238 %C11 = icmp ule i16 %B21, %L
242 %B19 = add i1 %C11, %B15
243 %C6 = icmp sge i1 %C11, %B19
/external/python/cpython3/PC/icons/
Dpythonw.svg1 …238V16h-.868c-1.885 0-3.394 1.042-3.845 2.924-.469 1.946-.469 3.022 0 4.967C11.76 25.859 13.005 27…
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1128 .Case("c_alignas", LangOpts.C11) in HasFeature()
1129 .Case("c_alignof", LangOpts.C11) in HasFeature()
1130 .Case("c_atomic", LangOpts.C11) in HasFeature()
1131 .Case("c_generic_selections", LangOpts.C11) in HasFeature()
1132 .Case("c_static_assert", LangOpts.C11) in HasFeature()
1134 LangOpts.C11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td110 "generic selections are a C11-specific feature">, InGroup<C11>;
117 "%0 is a C11-specific feature">, InGroup<C11>;
120 "_Noreturn functions are a C11-specific feature">, InGroup<C11>;
345 "_Static_assert is a C11-specific feature">, InGroup<C11>;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAtomics.rst18 <http://www.open-std.org/jtc1/sc22/wg21/>`_.) (`C11 draft available here
223 This corresponds to the C++11/C11 ``memory_order_relaxed``; see those
253 This corresponds to the C++11/C11 ``memory_order_acquire``. It should also be
254 used for C++11/C11 ``memory_order_consume``.
283 This corresponds to the C++11/C11 ``memory_order_release``.
309 This corresponds to the C++11/C11 ``memory_order_acq_rel``.
332 This corresponds to the C++11/C11 ``memory_order_seq_cst``, Java volatile, and
/external/llvm/docs/
DAtomics.rst18 <http://www.open-std.org/jtc1/sc22/wg21/>`_.) (`C11 draft available here
223 This corresponds to the C++11/C11 ``memory_order_relaxed``; see those
253 This corresponds to the C++11/C11 ``memory_order_acquire``. It should also be
254 used for C++11/C11 ``memory_order_consume``.
283 This corresponds to the C++11/C11 ``memory_order_release``.
309 This corresponds to the C++11/C11 ``memory_order_acq_rel``.
332 This corresponds to the C++11/C11 ``memory_order_seq_cst``, Java volatile, and
/external/clang/docs/
DLanguageExtensions.rst876 C11 section in Checks for Standard Language Features
879 The features listed below are part of the C11 standard. As a result, all these
884 C11 alignment specifiers argument
893 C11 atomic operations argument
900 ``__has_include(<stdatomic.h>)`` to determine if C11's ``<stdatomic.h>`` header
905 operations are provided as macros. In the cases where C11 also requires a real
910 C11 generic selections argument
917 As an extension, the C11 generic selection expression is available in all
918 languages supported by Clang. The syntax is the same as that given in the C11
925 C11 ``_Static_assert()`` argument
[all …]

123456