Searched refs:Y0 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dtemplate-id-expr.cpp50 struct Y0 { struct
65 Y0::template f1<U>(0);
66 Y0::template f1(0);
69 Y0::template f2<U>(0);
70 Y0::template f2(0);
72 Y0::template f3(0); // expected-error {{'f3' following the 'template' keyword does not refer to a template}}
73 Y0::template f3(); // expected-error {{'f3' following the 'template' keyword does not refer to a template}}
76 x = Y0::f4(0);
77 x = Y0::f4<int>(0); // expected-error {{assigning to 'int' from incompatible type 'void'}}
78 x = Y0
[all...]
/external/clang/test/CXX/temp/temp.param/
H A Dp2.cpp11 template<typename T, typename T::type Value> struct Y0;
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp84 template<int(int)> struct Y0 { }; struct
89 Y0<f0> y0;
90 Y0<&f0> y0a;
/external/skia/src/core/
H A DSkLineClipper.cpp20 double Y0 = src[0].fY; local
23 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0);
42 double Y0 = src[0].fY; local
45 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0);
/external/dropbear/libtommath/
H A Dbn_mp_karatsuba_mul.c69 goto Y0;
157 Y0:mp_clear (&y0);
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c4163 goto Y0;
4251 Y0:mp_clear (&y0);
/external/sonivox/jet_tools/JetCreator/
H A Dimg_splash.py862 \xbb\xa3\xf8\xee\xad Y0\xed\'\x18\x1f\xe1\x864\xc9\xe4\x11K\x80\xdbP\xa4T\

Completed in 197 milliseconds