Searched refs:C11 (Results 1 - 25 of 32) sorted by relevance

12

/external/clang/include/clang/Frontend/
H A DLangStandard.h24 C11 = (1 << 3), enumerator in enum:clang::frontend::LangFeatures
65 /// isC11 - Language is a superset of C11.
66 bool isC11() const { return Flags & frontend::C11; }
/external/libvpx/vp8/encoder/
H A Dssim.c85 static const double C11 = (0.01 * 0.01) * (255 * 255); local
88 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11);
147 static const double C11 = (0.01 * 0.01) * (255 * 255); local
150 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11);
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp668 // C11 features
669 .Case("c_alignas", LangOpts.C11)
670 .Case("c_atomic", LangOpts.C11)
671 .Case("c_generic_selections", LangOpts.C11)
672 .Case("c_static_assert", LangOpts.C11)
768 // C11 features supported by other languages as extensions.
/external/clang/lib/Basic/
H A DIdentifierTable.cpp137 else if (LangOpts.C11 && (Flags & KEYC11)) AddResult = 2;
/external/icu4c/tools/gensprep/
H A DfilterRFC3454.pl43 "--C11" => \$c11,
647 --C11 Generate data for table C.1.1
/external/icu4c/data/sprep/
H A Drfc3530cs.txt140 0C11; ; UNASSIGNED
H A Drfc3530mixp.txt141 0C11; ; UNASSIGNED
H A Drfc3920res.txt141 0C11; ; UNASSIGNED
H A Drfc4011.txt140 0C11; ; UNASSIGNED
H A Drfc4013.txt141 0C11; ; UNASSIGNED
H A Drfc4505.txt140 0C11; ; UNASSIGNED
H A Drfc4518.txt140 0C11; ; UNASSIGNED
H A Drfc3491.txt141 0C11; ; UNASSIGNED
H A Drfc3530csci.txt140 0C11; ; UNASSIGNED
H A Drfc3722.txt13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3722.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --iscsi --normalize --check-bidi
141 0C11; ; UNASSIGNED
454 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3722.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --iscsi --normalize --check-bidi
H A Drfc3920node.txt13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3920node.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 -xmpp-node --normalize --check-bidi
141 0C11; ; UNASSIGNED
454 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc3920node.txt --A1 --B1 --B2 -C11 --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 -xmpp-node --normalize --check-bidi
H A Drfc4518ci.txt140 0C11; ; UNASSIGNED
/external/icu4c/test/testdata/
H A Dnfs4_cs_prep_cs.txt132 0C11; ; UNASSIGNED
H A Dnfs4_mixed_prep_p.txt132 0C11; ; UNASSIGNED
H A Dnfs4_cis_prep.txt132 0C11; ; UNASSIGNED
H A Dnfs4_cs_prep_ci.txt132 0C11; ; UNASSIGNED
H A Dnfs4_mixed_prep_s.txt132 0C11; ; UNASSIGNED
/external/clang/lib/Parse/
H A DParseExpr.cpp510 /// [C11] '_Alignof' '(' type-name ')'
530 /// [C11] generic-selection
919 case tok::kw__Generic: // primary-expression: generic-selection [C11 6.5.1]
975 if (!getLangOpts().C11)
1570 /// [C11] '_Alignof' '(' type-name ')'
1648 /// [C11] '_Alignof' '(' type-name ')'
2221 /// ParseGenericSelectionExpression - Parse a C11 generic-selection
2222 /// [C11 6.5.1.1].
2238 if (!getLangOpts().C11)
2247 // C11 6.
[all...]
H A DParseDeclCXX.cpp597 /// ParseStaticAssertDeclaration - Parse C++0x or C11 static_assert-declaration.
602 /// [C11] static_assert-declaration:
609 if (Tok.is(tok::kw__Static_assert) && !getLangOpts().C11)
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp284 if (LangOpts.C11)
341 // Define macros for the C11 / C++11 memory orderings

Completed in 626 milliseconds

12