Searched refs:ce2 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp59 Agg<char> ce2 = { ConvertVar<double>() }; // expected-error {{type 'double' cannot be narrowed to 'char'}} expected-note {{silence}} local
105 Agg<double> ce2 = { ConvertVar<long double>() }; // expected-error {{non-constant-expression cannot be narrowed from type 'long double' to 'double'}} expected-note {{silence}} local
126 Agg<double> ce2 = { ConvertVar<long long>() }; // expected-error {{non-constant-expression cannot be narrowed from type 'long long' to 'double'}} expected-note {{silence}} local
170 Agg<char> ce2 = { ConvertVar<short>() }; // expected-error {{non-constant-expression cannot be narrowed from type 'short' to 'char'}} expected-note {{silence}} local
H A Dp7-cxx11-nowarn.cpp60 Agg<char> ce2 = { ConvertVar<double>() }; // expected-warning {{type 'double' cannot be narrowed to 'char'}} expected-note {{silence}} local
106 Agg<double> ce2 = { ConvertVar<long double>() }; // expected-warning {{non-constant-expression cannot be narrowed from type 'long double' to 'double'}} expected-note {{silence}} local
127 Agg<double> ce2 = { ConvertVar<long long>() }; // expected-warning {{non-constant-expression cannot be narrowed from type 'long long' to 'double'}} expected-note {{silence}} local
171 Agg<char> ce2 = { ConvertVar<short>() }; // expected-warning {{non-constant-expression cannot be narrowed from type 'short' to 'char'}} expected-note {{silence}} local
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DIntersections.cpp50 double ce2 = fT[fSwap ^ 1][iEnd2];
51 bool s2in = between(cs2, s2, ce2) || startPt.approximatelyEqual(fPt[i2])
53 bool e2in = between(cs2, e2, ce2) || endPt.approximatelyEqual(fPt[i2])
71 SkTSwap(cs2, ce2);
79 if (s2 > ce2) {
81 } else if (e2 > ce2) {
/external/skia/experimental/Intersection/
H A DIntersections.cpp50 double ce2 = fT[fSwap ^ 1][iEnd2];
51 bool s2in = between(cs2, s2, ce2) || startPt.approximatelyEqual(fPt[i2])
53 bool e2in = between(cs2, e2, ce2) || endPt.approximatelyEqual(fPt[i2])
71 SkTSwap(cs2, ce2);
79 if (s2 > ce2) {
81 } else if (e2 > ce2) {
/external/clang/test/CXX/special/class.copy/
H A Dp13-0x.cpp23 Constexpr2 ce2; member in struct:Constexpr3
24 // all special constructors are constexpr, move ctor calls ce2's copy ctor
/external/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp566 int64_t ce1, ce2; local
570 ce2 = ci.nextCE(errorCode);
574 ce2 = ci.nextCE(errorCode);
576 if(ce1 == Collation::NO_CE || ce2 != Collation::NO_CE) {
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp228 int64_t ce2 = ci.nextCE(errorCode); local
232 if(ce == Collation::NO_CE || ce2 != Collation::NO_CE) {
265 int64_t ce2 = ci2.nextCE(errorCode); local
269 if(ce1 != ce2) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c518 uint32_t ce2 = ucol_next(iter2, &status); local
523 if (ce2 != ce) {
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c520 uint32_t ce2 = ucol_next(iter2, &status); local
525 if (ce2 != ce) {
H A Dcmsccoll.c1525 uint32_t ce2 = (uint32_t)ucol_next(iter2, &status);
1526 if (ce == ce2) {
1529 log_err("CEs do not match: %08x vs. %08x\n", ce, ce2);
/external/valgrind/main/VEX/priv/
H A Dir_defs.c2168 IRCallee* ce2 = mkIRCallee(ce->regparms, ce->name, ce->addr); local
2169 ce2->mcx_mask = ce->mcx_mask;
2170 return ce2;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 654 milliseconds