Searched defs:Z2 (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/SemaCXX/
H A Daccessible-base.cpp22 struct Z2 : X2, A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n struct Z2 -> struct X2 -> struct A\n struct Z2 -> struct A}} struct in inherits:X2,A
H A Doverload-call.cpp306 struct Z2 : Z { }; struct in inherits:Z
312 void db_rebind_test(Z2 z2) {
/external/libcxx/test/libcxx/utilities/optional/optional.object/optional.object.assign/
H A Dcopy.pass.cpp38 struct Z2 struct
40 Z2() = default;
41 Z2(Z2&&) = default;
42 Z2(const Z2&) = delete;
43 Z2& operator=(Z2&&) = default;
44 Z2& operator=(const Z2
[all...]
H A Dmove.pass.cpp37 struct Z2 struct
39 Z2() = default;
40 Z2(Z2&&) = delete;
41 Z2& operator=(Z2&&) = default;
70 static_assert(!(std::is_move_assignable<optional<Z2>>::value), "");
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-rtti.cpp24 struct Z2 { 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
39 // CHECK-DAG: @"\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" }, comdat
42 // CHECK-DAG: @"\01??_R2Z2@@8" = linkonce_odr constant [2 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Z2@@8", %rtti.BaseClassDescriptor* null], comdat
48 // CHECK-DAG: @"\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" }, 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@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 0], comdat
159 // X64-DAG: @"\01??_R1A@?0A@EA@Z2
[all...]
/external/clang/test/Index/
H A Dindex-templates.cpp20 struct Z2 { }; struct
23 class vector<Z2> {
30 using U::operator Z2;
139 // CHECK-LOAD: index-templates.cpp:20:8: StructDecl=Z2:20:8 (Definition) Extent=[20:1 - 20:14]
141 // CHECK-LOAD: index-templates.cpp:23:14: TypeRef=struct Z2:20:8 Extent=[23:14 - 23:16]
147 // CHECK-LOAD: index-templates.cpp:30:12: UsingDeclaration=operator Z2:30:12 Extent=[30:3 - 30:23]
148 // CHECK-LOAD: index-templates.cpp:30:21: TypeRef=struct Z2:20:8 Extent=[30:21 - 30:23]
216 // CHECK-USRS: index-templates.cpp c:@S@Z2 Extent=[20:1 - 20:14]
217 // CHECK-USRS: index-templates.cpp c:@S@vector>#$@S@Z2#$@S@allocator>#S0_ Extent=[22:1 - 25:2]
218 // CHECK-USRS: index-templates.cpp c:@S@vector>#$@S@Z2#
[all...]
/external/clang/test/CXX/drs/
H A Ddr3xx.cpp863 template<typename> class T2> struct Z2 : struct in namespace:dr372::example1
868 Z2<int, X, Y> z2; // expected-note {{instantiation of}}
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1377 Constant *Z1=nullptr, *Z2=nullptr; local
1381 Z2 = dyn_cast<Constant>(B2); B = B1;
1384 Z2 = dyn_cast<Constant>(A2); A = A1;
1387 if (Z1 && Z2 &&
1389 (Z1->isNegativeZeroValue() && Z2->isNegativeZeroValue()))) {

Completed in 327 milliseconds