Home
last modified time | relevance | path

Searched defs:A (Results 1 – 25 of 1480) sorted by relevance

12345678910>>...60

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dcleanup1.C10 T a0000; T a0001; T a0002; T a0003; T a0004; T a0005; T a0006; T a0007; T a0008; T a0009;
11 T a0010; T a0011; T a0012; T a0013; T a0014; T a0015; T a0016; T a0017; T a0018; T a0019;
12 T a0020; T a0021; T a0022; T a0023; T a0024; T a0025; T a0026; T a0027; T a0028; T a0029;
13 T a0030; T a0031; T a0032; T a0033; T a0034; T a0035; T a0036; T a0037; T a0038; T a0039;
14 T a0040; T a0041; T a0042; T a0043; T a0044; T a0045; T a0046; T a0047; T a0048; T a0049;
15 T a0050; T a0051; T a0052; T a0053; T a0054; T a0055; T a0056; T a0057; T a0058; T a0059;
16 T a0060; T a0061; T a0062; T a0063; T a0064; T a0065; T a0066; T a0067; T a0068; T a0069;
17 T a0070; T a0071; T a0072; T a0073; T a0074; T a0075; T a0076; T a0077; T a0078; T a0079;
18 T a0080; T a0081; T a0082; T a0083; T a0084; T a0085; T a0086; T a0087; T a0088; T a0089;
19 T a0090; T a0091; T a0092; T a0093; T a0094; T a0095; T a0096; T a0097; T a0098; T a0099;
[all …]
/openbsd/gnu/llvm/clang/lib/Headers/
H A Davx512erintrin.h17 #define _mm512_exp2a23_round_pd(A, R) \ argument
32 #define _mm512_exp2a23_pd(A) \ argument
56 #define _mm512_exp2a23_ps(A) \ argument
81 #define _mm512_rsqrt28_pd(A) \ argument
105 #define _mm512_rsqrt28_ps(A) \ argument
132 #define _mm_rsqrt28_ss(A, B) \ argument
159 #define _mm_rsqrt28_sd(A, B) \ argument
184 #define _mm512_rcp28_pd(A) \ argument
208 #define _mm512_rcp28_ps(A) \ argument
235 #define _mm_rcp28_ss(A, B) \ argument
[all …]
H A Davx512dqintrin.h123 #define _kshiftli_mask8(A, I) \ argument
126 #define _kshiftri_mask8(A, I) \ argument
344 #define _mm512_cvt_roundpd_epi64(A, R) \ argument
782 #define _mm512_range_pd(A, B, C) \ argument
820 #define _mm512_range_ps(A, B, C) \ argument
912 #define _mm512_reduce_pd(A, B) \ argument
930 #define _mm512_reduce_ps(A, B) \ argument
978 #define _mm_reduce_ss(A, B, C) \ argument
1015 #define _mm_reduce_sd(A, B, C) \ argument
1358 #define _mm_fpclass_sd_mask(A, imm) \ argument
[all …]
H A Davx512fp16intrin.h279 static __inline__ int __DEFAULT_FN_ATTRS128 _mm_comieq_sh(__m128h A, in _mm_comieq_sh()
285 static __inline__ int __DEFAULT_FN_ATTRS128 _mm_comilt_sh(__m128h A, in _mm_comilt_sh()
291 static __inline__ int __DEFAULT_FN_ATTRS128 _mm_comile_sh(__m128h A, in _mm_comile_sh()
297 static __inline__ int __DEFAULT_FN_ATTRS128 _mm_comigt_sh(__m128h A, in _mm_comigt_sh()
303 static __inline__ int __DEFAULT_FN_ATTRS128 _mm_comige_sh(__m128h A, in _mm_comige_sh()
3306 #define _mm512_mul_pch(A, B) _mm512_fmul_pch(A, B) argument
3315 #define _mm512_cmul_pch(A, B) _mm512_fcmul_pch(A, B) argument
3324 #define _mm_mul_sch(A, B) _mm_fmul_sch(A, B) argument
3326 #define _mm_maskz_mul_sch(U, A, B) _mm_maskz_fmul_sch(U, A, B) argument
3327 #define _mm_mul_round_sch(A, B, R) _mm_fmul_round_sch(A, B, R) argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000223-1.c24 struct A struct
26 char c;
27 signed short ss;
28 unsigned short us;
29 signed int si;
30 unsigned int ui;
31 signed long sl;
32 unsigned long ul;
33 signed long long sll;
35 float f;
[all …]
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp80 if (const Arg *A = in CheckCodeGenerationOptions() local
885 if (const auto *A = in addPGOAndCoverageFlags() local
1517 if (const Arg *A = in renderRemarksOptions() local
2466 for (const Arg *A : in CollectArgsForIntegratedAssembler() local
3432 if (Arg *A = in RenderTrivialAutoVarInitOptions() local
3988 if (const Arg *A = in RenderDiagnosticsOptions() local
3997 if (const Arg *A = in RenderDiagnosticsOptions() local
4159 if (const Arg *A = in renderDebugOptions() local
5790 for (const Arg *A : in ConstructJob() local
6104 if (const Arg *A = in ConstructJob() local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dm9.C3 struct A { A() { a = 1; } int a; }; in A() argument
5 struct A { A() { a = 2; } int a; }; in A() argument
7 struct A { A() { a = 3; } int a; }; in A() function
H A Dtt2.C4 struct A { in f1() struct
5 A() : b (2) { } in f1() function
6 int fred () { return b.hi_mom; } in f1()
7 struct B { in f1()
11 B b; in f1()
18 struct A { in f2() struct
19 ~A() { a = 3; } in f2()
20 int a; in f2()
21 int fred () { return a + 1; } in f2()
H A Dm9a.C3 struct A { A() { a = 1; } int a; }; // ERROR - in A() struct
4 struct A { A() { a = 2; } int a; }; // ERROR - in A() struct
H A Dm2.C3 struct A { A() { a = 2; } int a; }; in A() argument
6 struct A { A() { a = 2; } int a; }; in f1() argument
H A Dt00.C4 struct A { A() { a = 2; } int a; } ; in f1() struct
9 struct A { A() { a = 2; } int a; } ; in f2() struct
H A Dm3.C3 struct A { A() { a = 2; } int a; }; in A() struct
6 struct A { A() { a = 2; } int a; }; in A() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dptrmem7.C10 struct A struct
22 int (A::*ptr1) (int) = &A::ns; in foo() local
23 int (A::*ptr2) (int) = A::ns; // ERROR - not ptr mem in foo() local
24 int (A::*ptr3) (int) = &ns; // ERROR - not ptr mem in foo() local
25 int (A::*ptr4) (int) = ns; // ERROR - not ptr mem in foo() local
32 int (A::*ptr11) (int) = &A::single; in foo() local
33 int (A::*ptr12) (int) = A::single; // ERROR - not ptr mem in foo() local
34 int (A::*ptr13) (int) = &single; // ERROR - not ptr mem in foo() local
35 int (A::*ptr14) (int) = single; // ERROR - not ptr mem in foo() local
37 int (A::*ptr20) (int) = &(A::ns); // ERROR - not ptr mem in foo() local
[all …]
H A Dop2.C11 struct A struct
13 A() {} in A() argument
15 A( A& arg) in A() argument
18 A( const A& arg) in A() argument
33 void foo( A& ) in foo() argument
38 void foo( const A& ) in foo()
H A Dop3.C11 struct A struct
13 A() {} in A() function
15 A( A& arg) in A() function
18 A( const A& arg) in A() argument
34 void foo( A& ) in foo() argument
39 void foo( const A& ) in foo()
H A Ddecl6.C8 struct A struct
22 explicit A (); // ok argument
25 explicit A::A () {} // ERROR - only ctor decls can be explicit in A() function
H A Dlookup17.C3 struct A { struct
8 struct A a; argument
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h20 #define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0])) argument
117 #define CHECK(A) CHECK_IMPL((A), !=, 0) argument
120 #define CHECK_LT(A, B) CHECK_IMPL((A), <, (B)) argument
122 #define CHECK_GT(A, B) CHECK_IMPL((A), >, (B)) argument
126 #define DCHECK(A) CHECK(A) argument
127 #define DCHECK_EQ(A, B) CHECK_EQ(A, B) argument
128 #define DCHECK_NE(A, B) CHECK_NE(A, B) argument
129 #define DCHECK_LT(A, B) CHECK_LT(A, B) argument
130 #define DCHECK_LE(A, B) CHECK_LE(A, B) argument
131 #define DCHECK_GT(A, B) CHECK_GT(A, B) argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dcse2.C6 struct A struct
14 static inline const A foo (void) in foo() argument
19 inline A (float f) { a.f = f; } in A() argument
21 inline A (unsigned int w) { a.w = w; } in A() argument
24 A::A() in A() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dbyval.C5 struct A { struct
7 A(int) { count++; } in A() argument
8 A(const A&) { count++; } in A() function
9 ~A() { count--; } in ~A() argument
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DSparc.cpp85 if (Arg *A = Args.getLastArg(options::OPT_msoft_float, options::OPT_mno_fpu, in getSparcFloatABI() local
121 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) { in getSparcTargetCPU() local
127 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) { in getSparcTargetCPU() local
149 if (Arg *A = Args.getLastArg(options::OPT_mfsmuld, options::OPT_mno_fsmuld)) { in getSparcTargetFeatures() local
156 if (Arg *A = Args.getLastArg(options::OPT_mpopc, options::OPT_mno_popc)) { in getSparcTargetFeatures() local
163 if (Arg *A = Args.getLastArg(options::OPT_mvis, options::OPT_mno_vis)) { in getSparcTargetFeatures() local
170 if (Arg *A = Args.getLastArg(options::OPT_mvis2, options::OPT_mno_vis2)) { in getSparcTargetFeatures() local
177 if (Arg *A = Args.getLastArg(options::OPT_mvis3, options::OPT_mno_vis3)) { in getSparcTargetFeatures() local
184 if (Arg *A = Args.getLastArg(options::OPT_mhard_quad_float, in getSparcTargetFeatures() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh56.C3 struct A { struct
4 A() { } in A() function
5 A(const char *) { } in A() argument
6 A(const A&) { } in A() argument
7 ~A() { } in ~A() argument
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DAction.h242 static bool classof(const Action *A) { in classof()
259 static bool classof(const Action *A) { in classof()
406 static bool classof(const Action *A) { in classof()
418 static bool classof(const Action *A) { in classof()
432 static bool classof(const Action *A) { in classof()
443 static bool classof(const Action *A) { in classof()
456 static bool classof(const Action *A) { in classof()
467 static bool classof(const Action *A) { in classof()
478 static bool classof(const Action *A) { in classof()
489 static bool classof(const Action *A) { in classof()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Drethrow2.C7 struct A struct
10 A () { i = ++c; printf ("A() %d\n", i); } in A() argument
11 A (const A&) { i = ++c; printf ("A(const A&) %d\n", i); } in A() argument
12 ~A() { printf ("~A() %d\n", i); ++d; } in ~A() argument
H A Drethrow1.C7 struct A struct
10 A () { i = ++c; printf ("A() %d\n", i); } in A() argument
11 A (const A&) { i = ++c; printf ("A(const A&) %d\n", i); } in A() argument
12 ~A() { printf ("~A() %d\n", i); ++d; } in ~A() argument

12345678910>>...60