Home
last modified time | relevance | path

Searched defs:A2 (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/llvm-project/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp37 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 Ddynamic_cast5.pass.cpp31 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 Dunaligned-field.c11 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 Dp2.cpp8 struct A2 { struct
11 …bool operator==(const A2&) const = default; // expected-warning {{explicitly defaulted equality co… argument
/llvm-project/clang/test/CodeGenCXX/
H A Dinit-invariant.cpp19 struct A2 { struct
21 constexpr ~A2() {} in ~A2() argument
26 extern const A2 a2 = A2(); argument
H A Dcfi-multiple-inheritance.cpp11 class A2 { class
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
H A Dtype_conv_ctor2.pass.cpp28 struct A2 { struct
47 A2 a; in test() argument
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_class_spec_neg.cpp28 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 Dproperty-atomic-bool.m51 @interface A2 { interface
57 @implementation A2 implementation
/llvm-project/clang/test/SemaCXX/
H A Dattr-optnone.cpp63 struct A2 { struct
64 …[[clang::optnone]] int aField; // expected-warning{{'optnone' attribute only applies to functions}}
H A Dcxx1z-copy-omission.cpp187 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 Ddeduct_ptr.pass.cpp23 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 Dp2.cpp45 struct A2 { struct
46 struct B {
57 template struct A2<int>; variable
/llvm-project/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DA_two.h1 unsigned int *A2; variable
/llvm-project/libcxx/test/libcxx/memory/
H A Dallocator_void.trivial.compile.pass.cpp20 struct A2 : std::allocator<void> { }; struct
H A Dallocator_volatile.verify.cpp14 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 Dp2.cpp10 struct A2 { struct
14 bool operator==(const A2&) const; argument
/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/
H A Dacle_sve_reinterpret-bfloat.c
/llvm-project/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
H A Dp1.cpp58 struct A2 { struct
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dconstruct.pass.cpp72 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 Dp8-cxx20.cpp24 struct A2 { int n; }; argument
/llvm-project/clang/test/PCH/
H A Dobjc_exprs.m11 char A2 = (objc_encode){}; // expected-error {{not a compile-time constant}} \ function
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dsmall_memcpy_test.cpp23 char A1[64], A2[64]; in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-boolean-expr-demorgan.cpp18 void foo(bool A1, bool A2, bool A3, bool A4) { in foo()
/llvm-project/compiler-rt/test/cfi/
H A Dmultiple-inheritance2.cpp21 class A2 { class

12345678910>>...26