Searched refs:Y2 (Results 1 - 25 of 38) sorted by relevance

12

/external/clang/test/CXX/temp/temp.param/
H A Dp10-0x.cpp5 template<typename, int> struct Y2;
11 template<template<class> class F = Y2, template<class> class G> using B2t = F<G<int>>;
13 template<int N, int M = 5> using B2n = Y2<int, N + M>;
14 template<int N = 5, int M> using B2n = Y2<int, N + M>;
H A Dp11.cpp3 template<typename, int> struct Y2;
H A Dp10.cpp4 template<typename, int> struct Y2;
10 template<template<class, int> class = Y2, template<class> class> class B2t;
H A Dp12.cpp3 template<typename, int> struct Y2;
H A Dp2.cpp21 template<class X1 *xptr> struct Y2 { }; struct
/external/clang/test/SemaCXX/
H A Ddefault-constructor-initializers.cpp29 struct Y2 : Y1 { struct in inherits:Y1
30 Y2(int);
31 Y2();
34 struct Y3 : public Y2 {
39 Y2 y2;
H A Daccessible-base.cpp13 struct Y2 : X1, A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n struct Y2 -> struct X1 -> struct A\n struct Y2 -> struct A}} struct in inherits:X1,A
H A Dexpressions.cpp134 #define Y2 2 macro
135 bool r2 = X || Y2; // expected-warning {{use of logical '||' with constant operand}} \
H A 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/CodeGenCXX/
H A Dmicrosoft-abi-rtti.cpp25 struct Y2 { virtual void f() {} }; struct
26 struct A2 : Z2, Y2 {};
32 // CHECK-DAG: @"\01??_R2B2@@8" = linkonce_odr constant [5 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@B2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@A2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@Z2@@8", %rtti.BaseClassDescriptor* @"\01??_R13A@3EA@Y2@@8", %rtti.BaseClassDescriptor* null], comdat
37 // CHECK-DAG: @"\01??_R2A2@@8" = linkonce_odr constant [4 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@A2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Z2@@8", %rtti.BaseClassDescriptor* @"\01??_R13?0A@EA@Y2@@8", %rtti.BaseClassDescriptor* null], comdat
43 // CHECK-DAG: @"\01??_R13?0A@EA@Y2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUY2@@@8" to i8*), i32 0, i32 4, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Y2@@8" }, comdat
46 // CHECK-DAG: @"\01??_R2Y2@@8" = linkonce_odr constant [2 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y2@@8", %rtti.BaseClassDescriptor* null], comdat
47 // CHECK-DAG: @"\01??_R1A@?0A@EA@Y2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUY2@@@8" to i8*), i32 0, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Y2@@8" }, comdat
49 // CHECK-DAG: @"\01??_R13A@3EA@Y2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUY2@@@8" to i8*), i32 0, i32 4, i32 0, i32 4, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Y2@@8" }, comdat
152 // X64-DAG: @"\01??_R2B2@@8" = linkonce_odr constant [5 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@B2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@A2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@Z2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R17A@3EA@Y2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 0], comdat
157 // X64-DAG: @"\01??_R2A2@@8" = linkonce_odr constant [4 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@A2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Z2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R17?0A@EA@Y2
[all...]
/external/clang/test/CXX/class.access/class.friend/
H A Dp3-cxx0x.cpp19 struct Y2 { struct
27 X1<Y2> x1a;
/external/libvncserver/x11vnc/
H A Dscan.h48 int Nx, int Ny, int nx, int ny, int X1, int Y1, int X2, int Y2, int mark);
49 extern void scale_and_mark_rect(int X1, int Y1, int X2, int Y2, int mark);
/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp61 struct Y2 { struct
72 Z1<Y2<X2>::value> x2;
73 int y2[Y2<X2>::value];
H A Dinstantiate-expr-1.cpp164 template<int> struct Y2 { struct in namespace:PR6424
171 template void Y2<3>::f();
H A Dinstantiate-local-class.cpp7 } Y2; typedef in typeref:struct:Y
9 Y2 y = Y();
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp86 template<int (&)(int)> struct Y2 { }; struct
93 Y2<f0> y2;
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
H A DMSOutlookKeyIdCalculator.java263 private static final int Y2 = 0x6ed9eba1; field in class:MSOutlookKeyIdCalculator.SHA1Digest
341 // E = rotateLeft(A, 5) + h(B, C, D) + E + X[idx++] + Y2
343 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2;
346 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2;
349 C += (D << 5 | D >>> 27) + h(E, A, B) + X[idx++] + Y2;
352 B += (C << 5 | C >>> 27) + h(D, E, A) + X[idx++] + Y2;
355 A += (B << 5 | B >>> 27) + h(C, D, E) + X[idx++] + Y2;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DSHA1Digest.java152 private static final int Y2 = 0x6ed9eba1; field in class:SHA1Digest
230 // E = rotateLeft(A, 5) + h(B, C, D) + E + X[idx++] + Y2
232 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2;
235 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2;
238 C += (D << 5 | D >>> 27) + h(E, A, B) + X[idx++] + Y2;
241 B += (C << 5 | C >>> 27) + h(D, E, A) + X[idx++] + Y2;
244 A += (B << 5 | B >>> 27) + h(C, D, E) + X[idx++] + Y2;
/external/llvm/unittests/IR/
H A DDominatorTreeTest.cpp38 Instruction *Y2 = BBI++; variable
114 EXPECT_TRUE(DT->dominates(Y1, Y2));
115 EXPECT_FALSE(DT->dominates(Y2, Y1));
116 EXPECT_FALSE(DT->dominates(Y2, Y2));
129 EXPECT_TRUE(DT->dominates(Y2, Y9));
/external/boringssl/src/crypto/bn/asm/
H A Drsaz-avx2.pl135 my $Y2="%ymm13";
298 $TEMP2=$Y2;
444 $TEMP4 = $Y2;
511 vmovd %eax, $Y2
512 vpbroadcastq $Y2, $Y2
551 vpmuludq 32*1-8-128($np), $Y2, $TEMP2 # see above
556 vpmuludq 32*2-8-128($np), $Y2, $TEMP0 # see above
564 vpmuludq $Y2, $TEMP1, $TEMP1
568 vpmuludq $Y2,
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP192K1Point.java87 SecP192K1FieldElement X2 = (SecP192K1FieldElement)b.getXCoord(), Y2 = (SecP192K1FieldElement)b.getYCoord();
103 S2 = Y2.x;
114 SecP192K1Field.multiply(S2, Y2.x, S2);
H A DSecP192R1Point.java86 SecP192R1FieldElement X2 = (SecP192R1FieldElement)b.getXCoord(), Y2 = (SecP192R1FieldElement)b.getYCoord();
102 S2 = Y2.x;
113 SecP192R1Field.multiply(S2, Y2.x, S2);
H A DSecP224K1Point.java87 SecP224K1FieldElement X2 = (SecP224K1FieldElement)b.getXCoord(), Y2 = (SecP224K1FieldElement)b.getYCoord();
103 S2 = Y2.x;
114 SecP224K1Field.multiply(S2, Y2.x, S2);
H A DSecP224R1Point.java85 SecP224R1FieldElement X2 = (SecP224R1FieldElement)b.getXCoord(), Y2 = (SecP224R1FieldElement)b.getYCoord();
101 S2 = Y2.x;
112 SecP224R1Field.multiply(S2, Y2.x, S2);
H A DSecP256K1Point.java87 SecP256K1FieldElement X2 = (SecP256K1FieldElement)b.getXCoord(), Y2 = (SecP256K1FieldElement)b.getYCoord();
103 S2 = Y2.x;
114 SecP256K1Field.multiply(S2, Y2.x, S2);

Completed in 443 milliseconds

12