Home
last modified time | relevance | path

Searched refs:Y2 (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/test/SemaCXX/
Ddefault-constructor-initializers.cpp29 struct Y2 : Y1 { struct
30 Y2(int);
31 Y2();
34 struct Y3 : public Y2 {
39 Y2 y2;
Dtypedef-redecl.cpp16 typedef int Y2; // expected-note{{declared here}} typedef
17 struct Y2; // expected-error{{definition of type 'Y2' conflicts with typedef of the same name}}
/external/clang/test/CXX/temp/temp.param/
Dp10-0x.cpp4 template<typename, int> struct Y2;
10 template<template<class> class F = Y2, template<class> class G> using B2t = F<G<int>>;
12 template<int N, int M = 5> using B2n = Y2<int, N + M>;
13 template<int N = 5, int M> using B2n = Y2<int, N + M>;
Dp10.cpp3 template<typename, int> struct Y2;
9 template<template<class, int> class = Y2, template<class> class> class B2t;
Dp11.cpp3 template<typename, int> struct Y2;
Dp2.cpp20 template<class X1 *xptr> struct Y2 { }; struct
Dp12.cpp3 template<typename, int> struct Y2;
/external/llvm/test/TableGen/
DDag.td23 def Y2 : yclass;
30 def VAL2 : C2<Y2>;
33 // CHECK-NEXT: dag d = (X2 Y2)
34 // CHECK-NEXT: dag e = (Y2 X2)
/external/clang/test/SemaTemplate/
Dinstantiate-static-var.cpp61 struct Y2 { struct
72 Z1<Y2<X2>::value> x2; in Test() argument
73 int y2[Y2<X2>::value]; in Test()
Dinstantiate-local-class.cpp7 } Y2; in f0() typedef
9 Y2 y = Y(); in f0()
Dinstantiate-expr-1.cpp164 template<int> struct Y2 { struct
171 template void Y2<3>::f();
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
DSHA1Digest.java128 private static final int Y2 = 0x6ed9eba1; field in SHA1Digest
208 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2; in processBlock()
211 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2; in processBlock()
214 C += (D << 5 | D >>> 27) + h(E, A, B) + X[idx++] + Y2; in processBlock()
217 B += (C << 5 | C >>> 27) + h(D, E, A) + X[idx++] + Y2; in processBlock()
220 A += (B << 5 | B >>> 27) + h(C, D, E) + X[idx++] + Y2; in processBlock()
/external/llvm/test/Transforms/InstCombine/
Dshift-sra.ll29 %Y2 = ashr i64 %Y, 63
32 %P = phi i64 [%X2, %T], [%Y2, %F]
47 %Y2 = ashr i64 %Y, 63
50 %P = phi i64 [%X2, %T], [%Y2, %F]
/external/clang/test/CXX/class.access/class.friend/
Dp3-cxx0x.cpp19 struct Y2 { struct
27 X1<Y2> x1a; argument
/external/clang/test/CXX/over/over.over/
Dp1.cpp86 template<int (&)(int)> struct Y2 { }; struct
93 Y2<f0> y2;
/external/llvm/test/Transforms/IndVarSimplify/
Dexit_value_tests.ll45 %Y = phi i32 [ 15, %0 ], [ %Y2, %Loop ] ; <i32> [#uses=1]
46 %Y2 = add i32 %Y, %X ; <i32> [#uses=2]
52 ret i32 %Y2
/external/opencv/cv/src/
Dcvoptflowbm.cpp433 int Y2 = Y1 + offY + ss[k].y; in icvCalcOpticalFlowBM_8u32fR() local
437 if( Y2 < 0 ) in icvCalcOpticalFlowBM_8u32fR()
442 if( Y2 + CurrentHeight >= imgSize.height ) in icvCalcOpticalFlowBM_8u32fR()
459 icvCopyBM_8u_C1R( imgB + Y2 * imgStep + X2, in icvCalcOpticalFlowBM_8u32fR()
/external/webkit/Source/WebCore/svg/
DSVGLinearGradientElement.h56 DECLARE_ANIMATED_LENGTH(Y2, y2)
DSVGLineElement.h62 DECLARE_ANIMATED_LENGTH(Y2, y2)
DSVGLineElement.cpp39 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::y2Attr, Y2, y2) in DEFINE_ANIMATED_LENGTH()
DSVGLinearGradientElement.cpp46 DEFINE_ANIMATED_LENGTH(SVGLinearGradientElement, SVGNames::y2Attr, Y2, y2) in DEFINE_ANIMATED_LENGTH()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kdt_lfz1.pkb36 ���(��0m`�!(d�زRE+ph��<�eU��Dr�K����q�BQ���SI\h%Z�P�2�BU&Y2���F�'& v]����^�g���0�…
/external/llvm/test/Transforms/GVN/
Drle.ll480 %Y2 = load i8* %X2
483 ; CHECK-NEXT: %Y2 = phi i8 [ %Y, %entry ], [ 0, %loop ]
493 %R = add i8 %Y, %Y2
511 %Y2 = load i8* %X2 ; Ensure this load is not being incorrectly replaced.
527 %R = add i8 %Y, %Y2
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_kpr.pkb103 ���c����������>����� ����������@������ ����������W2��Y2��[2������]2������C��a2��c2��e2��g2��…
Dde-DE_kdt_g2p.pkb71 ���@ �����@���84���P��0B���������8<ߜ�Y��� ۱�X���G#������ ?Y2$�>�^"��� ������ ��IB�7�…

12