Searched defs:A2 (Results 1 - 25 of 72) sorted by relevance

123

/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DA_two.h1 unsigned int *A2; variable
/external/clang/test/CodeGenCXX/
H A Dms-novtable.cpp16 struct A2 { struct
21 struct __declspec(novtable) C : virtual A2 {} c;
H A Ddefault-arguments.cpp20 struct A2 { struct
21 A2();
22 ~A2();
26 B(const A1& = A1(), const A2& = A2());
H A Dmicrosoft-abi-rtti.cpp26 struct A2 : Z2, Y2 {}; struct in inherits:Z2,Y2
27 struct B2 : virtual A2 { B2() {} virtual void f() {} } b2;
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
34 // CHECK-DAG: @"\01??_R1A@A@3FA@A2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUA2@@@8" to i8*), i32 2, i32 0, i32 0, i32 4, i32 80, %rtti.ClassHierarchyDescriptor* @"\01??_R3A2@@8" }, 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
38 // CHECK-DAG: @"\01??_R1A@?0A@EA@A2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUA2@@@8" to i8*), i32 2, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3A2@@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
154 // X64-DAG: @"\01??_R1A@A@3FA@A2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.TypeDescriptor8* @"\01??_R0?AUA2@@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 2, i32 0, i32 0, i32 4, i32 80, i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.ClassHierarchyDescriptor* @"\01??_R3A2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32) }, 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
158 // X64-DAG: @"\01??_R1A@?0A@EA@A2
[all...]
H A Dvtt-layout.cpp27 class A2 { int i; virtual void f(); }; class in namespace:Test3
28 class V1 : public A1, public A2 { int i; };
43 // (making A2 a virtual base of V1)
46 class A2 { int i; virtual void f(); }; class in namespace:Test4
47 class V1 : public A1, public virtual A2 { int i; };
/external/clang/test/Sema/
H A Denum-increment.c3 enum A { A1, A2, A3 }; enumerator in enum:A
/external/clang/INPUTS/
H A Dmacro_pounder_fn.c8 #define A2(A, B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) macro
9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B)
H A Dmacro_pounder_obj.c8 #define A2 A1 A1 A1 A1 A1 A1 macro
9 #define A3 A2 A2 A2 A2 A2 A2
/external/clang/test/Index/
H A Dannotate-comments-preprocessor.c16 #define A2 1 /** Aaa. */ macro
22 int A[] = { A0, A1, A2, A3, A4, A5, A6 };
25 int f(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
29 int g(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
/external/clang/test/Parser/
H A Dcxx-extra-semi.cpp10 void A2() { }; function in class:A
/external/clang/test/SemaTemplate/
H A Dtemp_class_spec_neg.cpp26 template< int X, int (*array_ptr)[X] > class A2 {}; // expected-note{{here}} class
28 template< int X > class A2<X, &array> { }; // expected-error{{specializes}} class
H A Ddependent-base-member-init.cpp15 class A2 { A2(int x, int y); }; class
17 A2 x;
/external/v8/test/mjsunit/lithium/
H A DStoreKeyed.js41 var A2 = [1.2, 2.3]; variable
49 foo(A2, 1, 3.4);
/external/clang/test/Analysis/
H A DNewDeleteLeaks-PR19102.cpp14 class A2 { class
16 A2();
17 A2(S);
18 A2(int*);
19 A2(S*);
20 A2(S&, int);
21 A2(int, S**);
28 new A2; // expected-warning@+1 {{Potential memory leak}}
32 new A2(s); // expected-warning@+1 {{Potential memory leak}}
33 new A2(
[all...]
/external/clang/test/CXX/class/class.mem/
H A Dp2.cpp45 struct A2 { struct in namespace:test3
47 void f1() throw(A2);
48 void f2() throw(A2<T>);
52 void f1() throw(A2);
53 void f2() throw(A2<T>);
57 template struct A2<int>;
/external/clang/test/SemaCXX/
H A Dattr-optnone.cpp63 struct A2 { struct
H A Denum-increment.cpp3 enum A { A1, A2, A3 }; enumerator in enum:A
H A Dderived-to-base-ambig.cpp13 class A2 : public Object2 { }; class in inherits:Object2
14 class B2 : public virtual A2 { };
15 class C2 : virtual public A2 { };
17 class E2 : public D2, public C2, public virtual A2 { }; // expected-warning{{direct base 'C2' is inaccessible due to ambiguity:\n class E2 -> class D2 -> class C2\n class E2 -> class C2}}
18 class F2 : public E2, public A2 { }; // expected-warning{{direct base 'A2' is inaccessible due to ambiguity:\n class F2 -> class E2 -> class D2 -> class B2 -> class A2\n class F2 -> class A2}}
H A Dnamespace-alias.cpp35 namespace A2 { } namespace in namespace:H
43 namespace B = A2; // expected-error {{redefinition of 'B' as an alias for a different namespace}}
49 namespace A2 = A1;
53 return I::A2::i;
/external/wpa_supplicant_8/hs20/server/www/
H A Dspp.php71 $A2 = md5($_SERVER['REQUEST_METHOD'] . ':' . $data['uri']); variable
73 $data['cnonce'] . ':' . $data['qop'] . ':' . $A2);
/external/libcxxabi/test/
H A Ddynamic_cast5.pass.cpp24 struct A2 struct in namespace:t1
27 virtual ~A2() {}
29 A2* getA2() {return this;}
34 private A2
40 A2* getA2() {return A2::getA2();}
46 public A2
52 A2* getA2() {return A3::getA2();}
65 A2* getA2() {return A4::getA2();}
74 A2 a
168 struct A2 struct in namespace:t2
312 struct A2 struct in namespace:t3
455 struct A2 struct in namespace:t4
598 struct A2 struct in namespace:t5
741 struct A2 struct in namespace:t6
884 struct A2 struct in namespace:t7
1027 struct A2 struct in namespace:t8
1170 struct A2 struct in namespace:t9
[all...]
/external/compiler-rt/test/cfi/
H A Dsimple-pass.cpp18 struct A2 : A { struct in inherits:A
23 void A2::f() {}
24 void A2::g() {}
81 a = new A2;
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dconstruct.pass.cpp69 struct A2 struct
72 A2(char c, int i) function in struct:A2
80 int A2::count = 0;
101 A2::count = 0;
103 std::aligned_storage<sizeof(A2)>::type a2;
104 assert(A2::count == 0);
105 std::allocator_traits<A<int> >::construct(a, (A2*)&a2, 'd', 5);
106 assert(A2::count == 1);
132 A2::count = 0;
135 std::aligned_storage<sizeof(A2)>
[all...]
/external/llvm/unittests/Support/
H A DArrayRecyclerTest.cpp60 Object *A2 = DUT.allocate(Cap, Allocator); local
61 A2[0].Num = 121;
62 A2[7].Num = 117;
70 EXPECT_EQ(121, A2[0].Num);
71 EXPECT_EQ(117, A2[7].Num);
75 DUT.deallocate(Cap, A2);
85 EXPECT_EQ(A2, A2x);
98 EXPECT_EQ(A2, A2y);
103 EXPECT_NE(A2, A4);
/external/llvm/unittests/IR/
H A DValueHandleTest.cpp404 AssertingVH<Value> A1, A2; local
406 ClearingVH C(BitcastV.get(), A1, A2);
407 A2 = BitcastV.get();

Completed in 772 milliseconds

123