Home
last modified time | relevance | path

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

12345678910

/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/llvm-project/libcxx/include/
Dcfloat22 FLT_HAS_SUBNORM // C11
23 DBL_HAS_SUBNORM // C11
24 LDBL_HAS_SUBNORM // C11
31 FLT_DECIMAL_DIG // C11
32 DBL_DECIMAL_DIG // C11
33 LDBL_DECIMAL_DIG // C11
67 FLT_TRUE_MIN // C11
68 DBL_TRUE_MIN // C11
69 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/llvm-project/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-project/clang/include/clang/Basic/
DLangStandards.def66 // C11 modes
69 LineComment | C99 | C11 | Digraphs | HexFloat)
76 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
82 LineComment | C99 | C11 | C17 | Digraphs | HexFloat)
88 LineComment | C99 | C11 | C17 | Digraphs | GNUMode | HexFloat)
94 LineComment | C99 | C11 | C17 | C2x | Digraphs | HexFloat)
97 LineComment | C99 | C11 | C17 | C2x | Digraphs | GNUMode | HexFloat)
DFeatures.def124 FEATURE(objc_c_static_assert, LangOpts.C11)
127 // C11 features
128 FEATURE(c_alignas, LangOpts.C11)
129 FEATURE(c_alignof, LangOpts.C11)
130 FEATURE(c_atomic, LangOpts.C11)
131 FEATURE(c_generic_selections, LangOpts.C11)
132 FEATURE(c_static_assert, LangOpts.C11)
133 FEATURE(c_thread_local, LangOpts.C11 &&PP.getTargetInfo().isTLSSupported())
228 // C11 features supported by other languages as extensions.
DLangStandard.h44 C11 = (1 << 2), enumerator
92 bool isC11() const { return Flags & C11; } in isC11()
/external/llvm-project/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/llvm-project/clang/test/CodeGenCXX/
Dlto-visibility-inference.cpp62 struct C11 { struct
105 C11 *c11; in f()
/external/clang/test/CodeGenCXX/
Dlto-visibility-inference.cpp62 struct C11 { struct
105 C11 *c11; in f()
/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/llvm-project/clang/test/Sema/
Dthread-specifier.c34 #elif defined(C11) || defined(C99)
45 #elif defined(C11) || defined(C99) in f()
Dfixed-enum.c15 #elif defined(C11)
/external/clang/test/Sema/
Dthread-specifier.c33 #elif defined(C11)
43 #elif defined(C11) in f()
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Darm64-callingconv-ios.ll36 ; CHECK: [[C11:%[0-9]+]]:_(s64) = G_CONSTANT i64 24
37 ; CHECK: [[PTR_ADD3:%[0-9]+]]:_(p0) = G_PTR_ADD [[COPY]], [[C11]](s64)
65 ; CHECK: [[C11:%[0-9]+]]:_(s8) = G_CONSTANT i8 100
89 ; CHECK: G_STORE [[C11]](s8), [[PTR_ADD3]](p0) :: (store 1 into stack + 5)
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/
Dexact-exit-count-more-precise.ll54 ; CHECK-NEXT: %B = or i1 %C5, %C11
72 %C11 = icmp ult i32 %2, %1
74 %B = or i1 %C5, %C11
/external/llvm-project/clang/test/ASTMerge/class2/Inputs/
Dclass3.cpp16 class C11 : public C1 { class
/external/llvm-project/clang/test/Modules/
Drequires.m28 // expected-error@DependsOnModule.framework/module.map:52 {{module 'DependsOnModule.C11' requires f…
29 @import DependsOnModule.C11; // expected-note {{module imported here}}
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DStaticAssertCheck.h29 return LangOpts.CPlusPlus11 || LangOpts.C11; in isLanguageVersionSupported()
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dmodule-bytes.test51 SYMS-NEXT: 60C0: 12000000 02000600 06004C11 0E100000 |…
62 SYMS-NEXT: 70E0: 425C496E 70757473 5C656D70 74792E70 64620000 12002C11 00000500 05000000 |…
84 FILTERED-SYMS-NEXT: 60C0: 12000000 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/llvm-project/clang/test/Coverage/
Dast-print-temp-class.cpp27 template<int N = 10> class C11 {}; class
/external/clang/include/clang/AST/
DPrettyPrinter.h49 Alignof(LO.CPlusPlus11), UnderscoreAlignof(LO.C11), in PrintingPolicy()

12345678910