| /NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/ |
| HD | LangStandards.def | 65 // 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)
|
| HD | LangStandard.h | 24 C11 = (1 << 3), enumerator 68 bool isC11() const { return Flags & frontend::C11; } in isC11()
|
| /NextBSD/lib/msun/ld128/ |
| HD | k_cosl.c | 48 C11 = 0.1601061435794535138244346256065192782581e-23; variable 57 z*(C8+z*(C9+z*(C10+z*C11)))))))))); in __kernel_cosl()
|
| HD | s_expl.c | 150 C11 = 2.50521083854417203619031960151253944e-8L, variable 247 x * (C11 + x * (C12 + x * (C13 + in expm1l()
|
| /NextBSD/contrib/ntp/sntp/libopts/m4/ |
| HD | stdnoreturn.m4 | 1 # Check for stdnoreturn.h that conforms to C11. 19 C11 allows it, but it's rarely done that way
|
| /NextBSD/contrib/llvm/tools/clang/lib/Lex/ |
| HD | PPMacroExpansion.cpp | 1113 .Case("c_alignas", LangOpts.C11) in HasFeature() 1114 .Case("c_alignof", LangOpts.C11) in HasFeature() 1115 .Case("c_atomic", LangOpts.C11) in HasFeature() 1116 .Case("c_generic_selections", LangOpts.C11) in HasFeature() 1117 .Case("c_static_assert", LangOpts.C11) in HasFeature() 1119 LangOpts.C11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()
|
| HD | Lexer.cpp | 1357 if (LangOpts.CPlusPlus11 || LangOpts.C11) { in isAllowedIDChar() 1374 if (LangOpts.CPlusPlus11 || LangOpts.C11) { in isAllowedInitiallyIDChar() 3038 if (LangOpts.CPlusPlus11 || LangOpts.C11) { in LexTokenInternal() 3096 if (LangOpts.CPlusPlus11 || LangOpts.C11) { in LexTokenInternal()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DiagnosticParseKinds.td | 122 "generic selections are a C11-specific feature">, InGroup<C11>; 129 "%0 is a C11-specific feature">, InGroup<C11>; 132 "_Noreturn functions are a C11-specific feature">, InGroup<C11>; 391 "_Static_assert is a C11-specific feature">, InGroup<C11>;
|
| HD | LangOptions.def | 70 LANGOPT(C11 , 1, 0, "C11")
|
| HD | DiagnosticGroups.td | 694 // A warning group for warnings about using C11 features as extensions. 695 def C11 : DiagGroup<"c11-extensions">;
|
| HD | TokenKinds.def | 228 // KEYC11 - This is a keyword introduced to C in C11
|
| /NextBSD/contrib/libc++/include/ |
| D | cstdlib | 79 void *aligned_alloc(size_t alignment, size_t size); // C11
|
| /NextBSD/contrib/mdocml/ |
| HD | st.in | 53 LINE("-isoC-2011", "ISO/IEC 9899:2011 (\\(LqISO\\~C11\\(Rq)")
|
| HD | lib.in | 112 LINE("libstdthreads", "C11 Threads Library (libstdthreads, \\-lstdthreads)")
|
| /NextBSD/contrib/llvm/patches/ |
| HD | patch-05-clang-r244063-missing-atomic-libcall.diff | 21 provided, with values corresponding to the enumerators of C11's
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | IdentifierTable.cpp | 144 if (LangOpts.C11 && (Flags & KEYC11)) return KS_Enabled; in getKeywordStatus()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | Dwarf.def | 314 HANDLE_DW_LANG(0x001d, C11)
|
| /NextBSD/share/ctypedef/ |
| HD | zh_Hant_HK.Big5HKSCS.src | 641 <CJK_UNIFIED_IDEOGRAPH-5C11>;/ 1177 <CJK_UNIFIED_IDEOGRAPH-6C11>;/ 2957 <CJK_UNIFIED_IDEOGRAPH-5C11>;/ 3493 <CJK_UNIFIED_IDEOGRAPH-6C11>;/ 5233 <CJK_UNIFIED_IDEOGRAPH-5C11>;/ 5769 <CJK_UNIFIED_IDEOGRAPH-6C11>;/
|
| HD | ja_JP.eucJP.src | 785 <CJK_UNIFIED_IDEOGRAPH-5C11>;/ 1272 <CJK_UNIFIED_IDEOGRAPH-6C11>;/ 3295 <CJK_UNIFIED_IDEOGRAPH-5C11>;/ 3782 <CJK_UNIFIED_IDEOGRAPH-6C11>;/ 5765 <CJK_UNIFIED_IDEOGRAPH-5C11>;/ 6252 <CJK_UNIFIED_IDEOGRAPH-6C11>;/
|
| HD | zh_Hans_CN.eucCN.src | 722 <CJK_UNIFIED_IDEOGRAPH-5C11>;/ 1262 <CJK_UNIFIED_IDEOGRAPH-6C11>;/ 3068 <CJK_UNIFIED_IDEOGRAPH-5C11>;/ 3608 <CJK_UNIFIED_IDEOGRAPH-6C11>;/ 5374 <CJK_UNIFIED_IDEOGRAPH-5C11>;/ 5914 <CJK_UNIFIED_IDEOGRAPH-6C11>;/
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseExpr.cpp | 1054 if (!getLangOpts().C11) in ParseCastExpression() 2422 if (!getLangOpts().C11) in ParseGenericSelectionExpression()
|
| HD | ParseDecl.cpp | 3172 if (!getLangOpts().C11) in ParseDeclarationSpecifiers() 3179 if (!getLangOpts().C11) in ParseDeclarationSpecifiers()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | InitPreprocessor.cpp | 368 if (LangOpts.C11) in InitializeStandardPredefinedMacros()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | StmtPrinter.cpp | 1224 else if (Policy.LangOpts.C11) in VisitUnaryExprOrTypeTraitExpr()
|
| /NextBSD/crypto/openssl/crypto/modes/ |
| HD | gcm128.c | 1997 static const u8 C11[] = { variable
|