Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/libcxx/include/
H A 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
H A Dcstdlib78 void *aligned_alloc(size_t alignment, size_t size); // C11
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def65 // C11 modes
68 LineComment | C99 | C11 | Digraphs | HexFloat)
75 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
81 LineComment | C99 | C11 | C17 | Digraphs | HexFloat)
87 LineComment | C99 | C11 | C17 | Digraphs | GNUMode | HexFloat)
93 LineComment | C99 | C11 | C17 | C23 | Digraphs | HexFloat)
97 LineComment | C99 | C11 | C17 | C23 | Digraphs | GNUMode | HexFloat)
105 LineComment | C99 | C11 | C17 | C23 | C2y | Digraphs | HexFloat)
108 LineComment | C99 | C11 | C17 | C23 | C2y | Digraphs | GNUMode | HexFloat)
H A DFeatures.def152 FEATURE(objc_c_static_assert, LangOpts.C11)
155 // C11 features
156 FEATURE(c_alignas, LangOpts.C11)
157 FEATURE(c_alignof, LangOpts.C11)
158 FEATURE(c_atomic, LangOpts.C11)
159 FEATURE(c_generic_selections, LangOpts.C11)
160 FEATURE(c_static_assert, LangOpts.C11)
161 FEATURE(c_thread_local, LangOpts.C11 &&PP.getTargetInfo().isTLSSupported())
258 // C11 features supported by other languages as extensions.
H A DLangStandard.h52 C11 = (1 << 2), enumerator
102 bool isC11() const { return Flags & C11; } in isC11()
H A DTokenKinds.def190 // C11 6.4.7: Header Names
271 // KEYC11 - This is a keyword introduced to C in C11
436 // C11 Extension
H A DLangOptions.def87 LANGOPT(C11 , 1, 0, "C11")
/freebsd/lib/msun/ld128/
H A Dk_cosl.c41 C11= 1.61171797801314301767074036661901531e-24L, variable
51 z*(C8+z*(C9+z*(C10+z*(C11+z*C12))))))))))); in __kernel_cosl()
H A Ds_expl.c150 C11 = 2.50521083854417203619031960151253944e-8L, variable
245 x * (C11 + x * (C12 + x * (C13 + in expm1l()
/freebsd/contrib/ntp/sntp/libopts/m4/
H A Dstdnoreturn.m41 # Check for stdnoreturn.h that conforms to C11.
28 C11 allows it, but it's rarely done that way
/freebsd/lib/msun/src/
H A Dk_sincosl.h102 C11= 1.61171797801314301767074036661901531e-24L, variable
128 z * (C7 + z * (C8 + z * (C9 + z * (C10 + z * (C11+z*C12))))))))))); in __kernel_sincosl()
/freebsd/contrib/libcbor/doc/source/
H A Drfc_conformance.rst
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h70 Restrict(LO.C99), Alignof(LO.CPlusPlus11), UnderscoreAlignof(LO.C11), in PrintingPolicy()
/freebsd/contrib/byacc/
H A Dconfig_h.in90 /* Define if C11 _Noreturn keyword is supported */
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td239 def C11 : Ri<11, "c11">;
322 def C10_C11 : Rdi<10, "c10", [C10, C11]>;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp112 Opts.C11 = Std.isC11(); in setLangDefaults()
H A DModule.cpp114 .Case("c11", LangOpts.C11) in hasFeature()
/freebsd/crypto/openssl/test/
H A Dmodes_internal_test.c527 static const u8 C11[] = { variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp127 SystemZ::C8, SystemZ::C9, SystemZ::C10, SystemZ::C11,
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h421 if (Opts.C11) in getOSDefines()
656 if (Opts.C11) { in getOSDefines()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp125 SP::C8, SP::C9, SP::C10, SP::C11,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp748 g_options.C11 = true; in GetLangOptions()
/freebsd/contrib/mandoc/
H A Dlib.in121 LINE("libstdthreads", "C11 Threads Library (libstdthreads, \\-lstdthreads)")
/freebsd/contrib/bc/
H A DREADME.md213 I also recommend building this `bc` with C11 if you can because `bc` will detect
214 a C11 compiler and add `_Noreturn` to any relevant function(s).
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1576 } else if (LangOpts.C11) { in isAllowedIDChar()
1603 if (LangOpts.C11) { in isAllowedInitiallyIDChar()
3865 if (LangOpts.CPlusPlus11 || LangOpts.C11) { in LexTokenInternal()
3923 if (LangOpts.CPlusPlus11 || LangOpts.C11) { in LexTokenInternal()

1234