/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cfloat | 22 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 D | cstdlib | 78 void *aligned_alloc(size_t alignment, size_t size); // C11
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangStandards.def | 65 // 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 D | Features.def | 152 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 D | LangStandard.h | 52 C11 = (1 << 2), enumerator 102 bool isC11() const { return Flags & C11; } in isC11()
|
H A D | TokenKinds.def | 190 // C11 6.4.7: Header Names 271 // KEYC11 - This is a keyword introduced to C in C11 436 // C11 Extension
|
H A D | LangOptions.def | 87 LANGOPT(C11 , 1, 0, "C11")
|
/freebsd/lib/msun/ld128/ |
H A D | k_cosl.c | 41 C11= 1.61171797801314301767074036661901531e-24L, variable 51 z*(C8+z*(C9+z*(C10+z*(C11+z*C12))))))))))); in __kernel_cosl()
|
H A D | s_expl.c | 150 C11 = 2.50521083854417203619031960151253944e-8L, variable 245 x * (C11 + x * (C12 + x * (C13 + in expm1l()
|
/freebsd/contrib/ntp/sntp/libopts/m4/ |
H A D | stdnoreturn.m4 | 1 # 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 D | k_sincosl.h | 102 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 D | rfc_conformance.rst |
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PrettyPrinter.h | 70 Restrict(LO.C99), Alignof(LO.CPlusPlus11), UnderscoreAlignof(LO.C11), in PrintingPolicy()
|
/freebsd/contrib/byacc/ |
H A D | config_h.in | 90 /* Define if C11 _Noreturn keyword is supported */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcRegisterInfo.td | 239 def C11 : Ri<11, "c11">; 322 def C10_C11 : Rdi<10, "c10", [C10, C11]>;
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | LangOptions.cpp | 112 Opts.C11 = Std.isC11(); in setLangDefaults()
|
H A D | Module.cpp | 114 .Case("c11", LangOpts.C11) in hasFeature()
|
/freebsd/crypto/openssl/test/ |
H A D | modes_internal_test.c | 527 static const u8 C11[] = { variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCTargetDesc.cpp | 127 SystemZ::C8, SystemZ::C9, SystemZ::C10, SystemZ::C11,
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | OSTargets.h | 421 if (Opts.C11) in getOSDefines() 656 if (Opts.C11) { in getOSDefines()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/ |
H A D | SparcDisassembler.cpp | 125 SP::C8, SP::C9, SP::C10, SP::C11,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.cpp | 748 g_options.C11 = true; in GetLangOptions()
|
/freebsd/contrib/mandoc/ |
H A D | lib.in | 121 LINE("libstdthreads", "C11 Threads Library (libstdthreads, \\-lstdthreads)")
|
/freebsd/contrib/bc/ |
H A D | README.md | 213 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 D | Lexer.cpp | 1576 } 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()
|