/external/clang/test/CXX/temp/temp.param/ |
p2.cpp | 21 template<class X1 *xptr> struct Y2 { };
|
/external/clang/test/CXX/class.access/class.friend/ |
p3-cxx0x.cpp | 19 struct Y2 { 27 X1<Y2> x1a;
|
/external/clang/test/CXX/over/over.over/ |
p1.cpp | 86 template<int (&)(int)> struct Y2 { }; 93 Y2<f0> y2; variable
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-rtti.cpp | 25 struct Y2 { virtual void f() {} }; 26 struct A2 : Z2, Y2 {}; 32 // CHECK: @"\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] 37 // CHECK: @"\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] 43 // CHECK: @"\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" } 46 // CHECK: @"\01??_R2Y2@@8" = linkonce_odr constant [2 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y2@@8", %rtti.BaseClassDescriptor* null] 47 // CHECK: @"\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" } 49 // CHECK: @"\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" } 152 // X64: @"\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] 157 // X64: @"\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@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 0 [all...] |
/external/clang/test/SemaCXX/ |
default-constructor-initializers.cpp | 29 struct Y2 : Y1 { 30 Y2(int); 31 Y2(); 34 struct Y3 : public Y2 { 39 Y2 y2; member in struct:Y4
|
expressions.cpp | 134 #define Y2 2 135 bool r2 = X || Y2; // expected-warning {{use of logical '||' with constant operand}} \
|
typedef-redecl.cpp | 16 typedef int Y2; // expected-note{{declared here}} 17 struct Y2; // expected-error{{definition of type 'Y2' conflicts with typedef of the same name}}
|
constant-expression-cxx11.cpp | 65 struct Y2 : X {}; 66 struct Z : Y1, Y2 {}; 68 static_assert((X*)(Y1*)&z != (X*)(Y2*)&z, ""); [all...] |
/external/clang/test/SemaTemplate/ |
instantiate-static-var.cpp | 61 struct Y2 { 72 Z1<Y2<X2>::value> x2; 73 int y2[Y2<X2>::value]; local
|
instantiate-expr-1.cpp | 164 template<int> struct Y2 { 171 template void Y2<3>::f();
|
instantiate-local-class.cpp | 7 } Y2; 9 Y2 y = Y();
|
/external/llvm/unittests/IR/ |
DominatorTreeTest.cpp | 37 Instruction *Y2 = BBI++; 113 EXPECT_TRUE(DT->dominates(Y1, Y2)); 114 EXPECT_FALSE(DT->dominates(Y2, Y1)); 115 EXPECT_FALSE(DT->dominates(Y2, Y2)); 128 EXPECT_TRUE(DT->dominates(Y2, Y9)); 196 " %y2 = add i32 %x, 1\n" \
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
SHA1Digest.java | 134 private static final int Y2 = 0x6ed9eba1; 212 // E = rotateLeft(A, 5) + h(B, C, D) + E + X[idx++] + Y2 214 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2; 217 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2; 220 C += (D << 5 | D >>> 27) + h(E, A, B) + X[idx++] + Y2; 223 B += (C << 5 | C >>> 27) + h(D, E, A) + X[idx++] + Y2; 226 A += (B << 5 | B >>> 27) + h(C, D, E) + X[idx++] + Y2;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECPoint.java | 540 ECFieldElement X2 = b.x, Y2 = b.y; 546 ECFieldElement dx = X2.subtract(X1), dy = Y2.subtract(Y1); 575 ECFieldElement u1 = Z1IsOne ? Y2 : Y2.multiply(Z1); 623 ECFieldElement dx = X1.subtract(X2), dy = Y1.subtract(Y2); 655 Z1Squared = Z1; U2 = X2; S2 = Y2; 662 S2 = Z1Cubed.multiply(Y2); 904 ECFieldElement X2 = b.x, Y2 = b.y; 906 ECFieldElement dx = X2.subtract(X1), dy = Y2.subtract(Y1); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bitvect.c | [all...] |
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
htmlparser-1.3-with-transitions.jar | |
htmlparser-1.3.jar | |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |