Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDLangStandards.def65 // 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)
HDLangStandard.h24 C11 = (1 << 3), enumerator
68 bool isC11() const { return Flags & frontend::C11; } in isC11()
/NextBSD/lib/msun/ld128/
HDk_cosl.c48 C11 = 0.1601061435794535138244346256065192782581e-23; variable
57 z*(C8+z*(C9+z*(C10+z*C11)))))))))); in __kernel_cosl()
HDs_expl.c150 C11 = 2.50521083854417203619031960151253944e-8L, variable
247 x * (C11 + x * (C12 + x * (C13 + in expm1l()
/NextBSD/contrib/ntp/sntp/libopts/m4/
HDstdnoreturn.m41 # 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/
HDPPMacroExpansion.cpp1113 .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()
HDLexer.cpp1357 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/
HDDiagnosticParseKinds.td122 "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>;
HDLangOptions.def70 LANGOPT(C11 , 1, 0, "C11")
HDDiagnosticGroups.td694 // A warning group for warnings about using C11 features as extensions.
695 def C11 : DiagGroup<"c11-extensions">;
HDTokenKinds.def228 // KEYC11 - This is a keyword introduced to C in C11
/NextBSD/contrib/libc++/include/
Dcstdlib79 void *aligned_alloc(size_t alignment, size_t size); // C11
/NextBSD/contrib/mdocml/
HDst.in53 LINE("-isoC-2011", "ISO/IEC 9899:2011 (\\(LqISO\\~C11\\(Rq)")
HDlib.in112 LINE("libstdthreads", "C11 Threads Library (libstdthreads, \\-lstdthreads)")
/NextBSD/contrib/llvm/patches/
HDpatch-05-clang-r244063-missing-atomic-libcall.diff21 provided, with values corresponding to the enumerators of C11's
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp144 if (LangOpts.C11 && (Flags & KEYC11)) return KS_Enabled; in getKeywordStatus()
/NextBSD/contrib/llvm/include/llvm/Support/
HDDwarf.def314 HANDLE_DW_LANG(0x001d, C11)
/NextBSD/share/ctypedef/
HDzh_Hant_HK.Big5HKSCS.src641 <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>;/
HDja_JP.eucJP.src785 <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>;/
HDzh_Hans_CN.eucCN.src722 <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/
HDParseExpr.cpp1054 if (!getLangOpts().C11) in ParseCastExpression()
2422 if (!getLangOpts().C11) in ParseGenericSelectionExpression()
HDParseDecl.cpp3172 if (!getLangOpts().C11) in ParseDeclarationSpecifiers()
3179 if (!getLangOpts().C11) in ParseDeclarationSpecifiers()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp368 if (LangOpts.C11) in InitializeStandardPredefinedMacros()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtPrinter.cpp1224 else if (Policy.LangOpts.C11) in VisitUnaryExprOrTypeTraitExpr()
/NextBSD/crypto/openssl/crypto/modes/
HDgcm128.c1997 static const u8 C11[] = { variable

123