HomeSort by relevance Sort by last modified time
    Searched refs:Z2 (Results 1 - 10 of 10) sorted by null

  /external/clang/test/CodeGenCXX/
microsoft-abi-rtti.cpp 24 struct Z2 { 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]
39 // CHECK: @"\01??_R1A@?0A@EA@Z2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUZ2@@@8" to i8*), i32 0, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Z2@@8" }
42 // CHECK: @"\01??_R2Z2@@8" = linkonce_odr constant [2 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Z2@@8", %rtti.BaseClassDescriptor* null]
48 // CHECK: @"\01??_R1A@A@3EA@Z2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUZ2@@@8" to i8*), i32 0, i32 0, i32 0, i32 4, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Z2@@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]
159 // X64: @"\01??_R1A@?0A@EA@Z2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw nsw (i64 ptrtoint ( (…)
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
aesni-gcm-x86_64.pl 68 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8));
107 vpclmulqdq \$0x01,$Hkey,$Z3,$Z2
123 vpxor $Z1,$Z2,$Z2
151 vpxor $T1,$Z2,$Z2
154 vpxor $T2,$Z2,$Z2
169 vpxor $T2,$Z2,$Z2
    [all...]
  /external/clang/test/Index/
index-templates.cpp 20 struct Z2 { };
23 class vector<Z2> {
30 using U::operator Z2;
126 // CHECK-LOAD: index-templates.cpp:20:8: StructDecl=Z2:20:8 (Definition) Extent=[20:1 - 20:14]
128 // CHECK-LOAD: index-templates.cpp:23:14: TypeRef=struct Z2:20:8 Extent=[23:14 - 23:16]
134 // CHECK-LOAD: index-templates.cpp:30:12: UsingDeclaration=operator Z2:30:12 Extent=[30:3 - 30:23]
135 // CHECK-LOAD: index-templates.cpp:30:21: TypeRef=struct Z2:20:8 Extent=[30:21 - 30:23]
199 // CHECK-USRS: index-templates.cpp c:@S@Z2 Extent=[20:1 - 20:14]
200 // CHECK-USRS: index-templates.cpp c:@C@vector>#$@S@Z2#$@C@allocator>#S0_ Extent=[22:1 - 25:2]
201 // CHECK-USRS: index-templates.cpp c:@C@vector>#$@S@Z2#$@C@allocator>#S0_@F@clear# Extent=[24:3 - 24:15
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 570 ECFieldElement Z2 = b.zs[0];
573 boolean Z2IsOne = Z2.bitLength() == 1;
576 ECFieldElement u2 = Z2IsOne ? Y1 : Y1.multiply(Z2);
579 ECFieldElement v2 = Z2IsOne ? X1 : X1.multiply(Z2);
596 ECFieldElement w = Z1IsOne ? Z2 : Z2IsOne ? Z1 : Z1.multiply(Z2);
613 ECFieldElement Z2 = b.zs[0];
619 if (!Z1IsOne && Z1.equals(Z2))
665 boolean Z2IsOne = Z2.bitLength() == 1;
669 Z2Squared = Z2; U1 = X1; S1 = Y1
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/dh/
dh_test.c 428 unsigned char *Z1 = NULL, *Z2 = NULL;
452 Z2 = OPENSSL_malloc(DH_size(dhB));
458 if (!DH_compute_key(Z2, dhA->pub_key, dhB))
463 if (memcmp(Z2, td->Z, td->Z_len))
474 OPENSSL_free(Z2);
475 Z2 = NULL;
489 if (Z2 != NULL) {
490 OPENSSL_free(Z2);
  /external/clang/test/SemaCXX/
overload-call.cpp 283 struct Z2 : Z { };
289 void db_rebind_test(Z2 z2) {
290 float& f1 = db_rebind(z2);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 857 template<typename> class T2> struct Z2 :
862 Z2<int, X, Y> z2; // expected-note {{instantiation of}} member in namespace:dr372::example1
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 241 milliseconds