/llvm-project/libcxxabi/test/ |
H A D | dynamic_cast3.pass.cpp | 37 struct A2 struct 39 char _[34981]; 40 virtual ~A2() {} in ~A2() 42 A2* getA2() {return this;} in getA2() 90 struct A2 struct 92 char _[34981]; 93 virtual ~A2() {} in ~A2() 95 A2* getA2() {return this;} in getA2() 141 struct A2 struct 143 char _[34981]; [all …]
|
H A D | dynamic_cast5.pass.cpp | 31 struct A2 struct 33 char _[34981]; 34 virtual ~A2() {} in ~A2() 36 A2* getA2() {return this;} in getA2() 175 struct A2 struct 177 char _[34981]; 178 virtual ~A2() {} in ~A2() 180 A2* getA2() {return this;} in getA2() 319 struct A2 struct 321 char _[34981]; [all …]
|
/llvm-project/clang/test/CodeGen/ |
H A D | unaligned-field.c | 11 struct A2 struct 17 // CHECK: %struct.A2 = type { i32, i8, i32 } argument
|
/llvm-project/clang/test/CXX/class/class.compare/class.compare.secondary/ |
H A D | p2.cpp | 8 struct A2 { struct 11 …bool operator==(const A2&) const = default; // expected-warning {{explicitly defaulted equality co… argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | init-invariant.cpp | 19 struct A2 { struct 21 constexpr ~A2() {} in ~A2() argument 26 extern const A2 a2 = A2(); argument
|
H A D | cfi-multiple-inheritance.cpp | 11 class A2 { class
|
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/ |
H A D | type_conv_ctor2.pass.cpp | 28 struct A2 { struct 47 A2 a; in test() argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | temp_class_spec_neg.cpp | 28 template< int X, int (*array_ptr)[X] > class A2 {}; // expected-note{{here}} class 30 template< int X > class A2<X, &array> { }; // expected-error{{specializes}} class
|
/llvm-project/clang/test/AST/ |
H A D | property-atomic-bool.m | 51 @interface A2 { interface 57 @implementation A2 implementation
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-optnone.cpp | 63 struct A2 { struct 64 …[[clang::optnone]] int aField; // expected-warning{{'optnone' attribute only applies to functions}}
|
H A D | cxx1z-copy-omission.cpp | 187 struct A2 { struct 188 struct B2 { 191 A2() : A2(B2()) {} // expected-error {{call to deleted constructor of}} in A2() function
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
H A D | deduct_ptr.pass.cpp | 23 struct A2 { }; struct 28 R f2(A1, A2) { return {}; } in f2() argument 29 R f3(A1, A2, A3) { return {}; } in f3() argument
|
/llvm-project/clang/test/CXX/class/class.mem/ |
H A D | p2.cpp | 45 struct A2 { struct 46 struct B { 57 template struct A2<int>; variable
|
/llvm-project/clang/test/Modules/Inputs/wildcard-submodule-exports/ |
H A D | A_two.h | 1 unsigned int *A2; variable
|
/llvm-project/libcxx/test/libcxx/memory/ |
H A D | allocator_void.trivial.compile.pass.cpp | 20 struct A2 : std::allocator<void> { }; struct
|
H A D | allocator_volatile.verify.cpp | 14 std::allocator<volatile int> A2; // expected-error@*:* {{std::allocator does not support volatile t… variable
|
/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/ |
H A D | p2.cpp | 10 struct A2 { struct 14 bool operator==(const A2&) const; argument
|
/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/ |
H A D | acle_sve_reinterpret-bfloat.c |
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
H A D | p1.cpp | 58 struct A2 { struct
|
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
H A D | construct.pass.cpp | 72 struct A2 struct 74 TEST_CONSTEXPR_CXX20 A2(int* count, char c, int i) in A2() argument
|
/llvm-project/clang/test/CXX/temp/temp.param/ |
H A D | p8-cxx20.cpp | 24 struct A2 { int n; }; argument
|
/llvm-project/clang/test/PCH/ |
H A D | objc_exprs.m | 11 char A2 = (objc_encode){}; // expected-error {{not a compile-time constant}} \ function
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | small_memcpy_test.cpp | 23 char A1[64], A2[64]; in main() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | simplify-boolean-expr-demorgan.cpp | 18 void foo(bool A1, bool A2, bool A3, bool A4) { in foo()
|
/llvm-project/compiler-rt/test/cfi/ |
H A D | multiple-inheritance2.cpp | 21 class A2 { class
|