Home
last modified time | relevance | path

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

123

/external/clang/include/clang/Frontend/
DLangStandards.def65 // C11 modes
68 BCPLComment | C99 | C11 | Digraphs | HexFloat)
71 BCPLComment | C99 | C11 | Digraphs | HexFloat)
74 BCPLComment | C99 | C11 | Digraphs | HexFloat)
77 BCPLComment | C99 | C11 | Digraphs | HexFloat)
81 BCPLComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
84 BCPLComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
DLangStandard.h24 C11 = (1 << 3), enumerator
66 bool isC11() const { return Flags & frontend::C11; } in isC11()
/external/libvpx/vp8/encoder/
Dssim.c85 static const double C11 = (0.01 * 0.01) * (255 * 255); in get_ssimg() local
88 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11); in get_ssimg()
147 static const double C11 = (0.01 * 0.01) * (255 * 255); in get_ssimfull_kernelg() local
150 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11); in get_ssimfull_kernelg()
/external/clang/include/clang/Basic/
DLangOptions.def45 LANGOPT(C11 , 1, 0, "C11")
DDiagnosticParseKinds.td104 "generic selections are a C11-specific feature">, InGroup<C11>;
111 "%0 is a C11-specific feature">, InGroup<C11>;
336 "_Static_assert is a C11-specific feature">, InGroup<C11>;
DDiagnosticGroups.td429 // A warning group for warnings about using C11 features as extensions.
430 def C11 : DiagGroup<"c11-extensions">;
DTokenKinds.def207 // KEYC11 - This is a keyword introduced to C in C11
DBuiltins.def605 // C11 _Atomic operations for <stdatomic.h>.
/external/clang/lib/Lex/
DPPMacroExpansion.cpp669 .Case("c_alignas", LangOpts.C11) in HasFeature()
670 .Case("c_atomic", LangOpts.C11) in HasFeature()
671 .Case("c_generic_selections", LangOpts.C11) in HasFeature()
672 .Case("c_static_assert", LangOpts.C11) in HasFeature()
/external/clang/lib/Basic/
DIdentifierTable.cpp137 else if (LangOpts.C11 && (Flags & KEYC11)) AddResult = 2; in AddKeyword()
/external/icu4c/data/sprep/
Drfc3530cs.txt140 0C11; ; UNASSIGNED
Drfc4505.txt140 0C11; ; UNASSIGNED
Drfc4011.txt140 0C11; ; UNASSIGNED
Drfc3530mixp.txt141 0C11; ; UNASSIGNED
Drfc4013.txt141 0C11; ; UNASSIGNED
Drfc3920res.txt141 0C11; ; UNASSIGNED
Drfc3722.txt13 …out --src-filename=rfc3454.txt --dest-filename=rfc3722.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 -…
141 0C11; ; UNASSIGNED
454 …out --src-filename=rfc3454.txt --dest-filename=rfc3722.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 -…
Drfc3920node.txt13 …--src-filename=rfc3454.txt --dest-filename=rfc3920node.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 -…
141 0C11; ; UNASSIGNED
454 …--src-filename=rfc3454.txt --dest-filename=rfc3920node.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 -…
Drfc4518.txt140 0C11; ; UNASSIGNED
/external/icu4c/test/testdata/
Dnfs4_cs_prep_cs.txt132 0C11; ; UNASSIGNED
Dnfs4_mixed_prep_p.txt132 0C11; ; UNASSIGNED
/external/clang/lib/Frontend/
DInitPreprocessor.cpp284 if (LangOpts.C11) in InitializeStandardPredefinedMacros()
/external/clang/lib/Parse/
DParseExpr.cpp975 if (!getLangOpts().C11) in ParseCastExpression()
2238 if (!getLangOpts().C11) in ParseGenericSelectionExpression()
/external/clang/lib/AST/
DStmtPrinter.cpp823 else if (Policy.LangOpts.C11) in VisitUnaryExprOrTypeTraitExpr()
/external/openssl/crypto/modes/
Dgcm128.c1581 C11[]= {0x0f,0x10,0xf5,0x99,0xae,0x14,0xa1,0x54,0xed,0x24,0xb3,0x6e,0x25,0x32,0x4d,0xb8, variable

123