Home
last modified time | relevance | path

Searched defs:A1 (Results 1 – 25 of 673) sorted by relevance

12345678910>>...27

/llvm-project/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp29 struct A1 struct
31 char _[43981];
32 virtual ~A1() {} in ~A1()
34 A1* getA1() {return this;} in getA1()
82 struct A1 struct
84 char _[43981];
85 virtual ~A1() {} in ~A1()
87 A1* getA1() {return this;} in getA1()
133 struct A1 struct
135 char _[43981];
[all …]
H A Ddynamic_cast5.pass.cpp23 struct A1 struct
25 char _[43981];
26 virtual ~A1() {} in ~A1()
28 A1* getA1() {return this;} in getA1()
167 struct A1 struct
169 char _[43981];
170 virtual ~A1() {} in ~A1()
172 A1* getA1() {return this;} in getA1()
311 struct A1 struct
313 char _[43981];
[all …]
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Ddeduct_ptr.pass.cpp22 struct A1 { }; struct
27 R f1(A1) { return {}; } in f1() argument
28 R f2(A1, A2) { return {}; } in f2() argument
29 R f3(A1, A2, A3) { return {}; } in f3() argument
30 R f4(A1 = {}) { return {}; } in f4() argument
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
H A Dtype_conv_ctor2.pass.cpp23 struct A1 { struct
38 A1 a; in test() argument
/llvm-project/clang/test/CodeGenObjC/
H A Dproperty-atomic-bool.m27 @interface A1 { interface
32 @implementation A1 implementation
/llvm-project/clang/test/CodeGen/aarch64-sme2-intrinsics/
H A Dacle_sme2_cvtl.c
/llvm-project/clang/test/Sema/aarch64-sve2-intrinsics/
H A Dacle_sve2_imm_rotation.cpp8 #define SVE_ACLE_FUNC(A1,A2_UNUSED,A3,A4_UNUSED) A1##A3 argument
10 #define SVE_ACLE_FUNC(A1,A2,A3,A4) A1##A2##A3##A4 argument
H A Dacle_sve2_imm_lane.cpp8 #define SVE_ACLE_FUNC(A1, A2_UNUSED) A1 argument
10 #define SVE_ACLE_FUNC(A1,A2) A1##A2 argument
/llvm-project/clang/test/CodeGen/aarch64-sve2p1-intrinsics/
H A Dacle_sve2p1_bfclamp.c
/llvm-project/clang/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_aesmc.c
H A Dacle_sve2_aesimc.c
H A Dacle_sve2_sm4e.c
H A Dacle_sve2_aese.c
H A Dacle_sve2_whilerw-bfloat.c
H A Dacle_sve2_whilewr-bfloat.c
H A Dacle_sve2_sm4ekey.c
H A Dacle_sve2_tbl2-bfloat.c
/llvm-project/clang/test/CXX/class.derived/class.derived.general/
H A Dp2.cpp98 struct A1 { struct
103 …C { }; // expected-note {{in instantiation of member class 'MemberOfCurrentInstantiation::A1<long>…
106 …template struct A1<long>; // expected-note {{in instantiation of member class 'MemberOfCurrentInst… variable
/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/
H A Dacle_sve_trn2-fp64-bfloat.c
H A Dacle_sve_uzp2-fp64-bfloat.c
H A Dacle_sve_uzp1-fp64-bfloat.c
H A Dacle_sve_zip1-fp64-bfloat.c
H A Dacle_sve_zip2-fp64-bfloat.c
H A Dacle_sve_trn1-fp64-bfloat.c
/llvm-project/clang/test/Sema/aarch64-sve-intrinsics/
H A Dacle_sve_imm_lane.cpp8 #define SVE_ACLE_FUNC(A1,A2_UNUSED,A3,A4_UNUSED) A1##A3 argument
10 #define SVE_ACLE_FUNC(A1,A2,A3,A4) A1##A2##A3##A4 argument

12345678910>>...27