/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ |
H A D | cleanup1.C | 5 struct A { struct 8 typedef C T; 10 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; [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | avx512erintrin.h | 17 #define _mm512_exp2a23_round_pd(A, R) \ argument 22 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) \ argument 27 #define _mm512_maskz_exp2a23_round_pd(M, A, R) \ argument 32 #define _mm512_exp2a23_pd(A) \ argument 35 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument 38 #define _mm512_maskz_exp2a23_pd(M, A) \ argument 41 #define _mm512_exp2a23_round_ps(A, R) \ argument 46 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) \ argument 51 #define _mm512_maskz_exp2a23_round_ps(M, A, R) \ argument 56 #define _mm512_exp2a23_ps(A) \ argument [all …]
|
H A D | avx512dqintrin.h | 123 #define _kshiftli_mask8(A, I) \ argument 126 #define _kshiftri_mask8(A, I) \ argument 344 #define _mm512_cvt_roundpd_epi64(A, R) \ argument 349 #define _mm512_mask_cvt_roundpd_epi64(W, U, A, R) \ argument 354 #define _mm512_maskz_cvt_roundpd_epi64(U, A, R) \ argument 383 #define _mm512_cvt_roundpd_epu64(A, R) \ argument 388 #define _mm512_mask_cvt_roundpd_epu64(W, U, A, R) \ argument 393 #define _mm512_maskz_cvt_roundpd_epu64(U, A, R) \ argument 422 #define _mm512_cvt_roundps_epi64(A, R) \ argument 427 #define _mm512_mask_cvt_roundps_epi64(W, U, A, R) \ argument [all …]
|
H A D | avx512fp16intrin.h | 273 #define _mm_comi_round_sh(A, B, P, R) \ argument 276 #define _mm_comi_sh(A, B, pred) \ argument 279 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() 309 static __inline__ int __DEFAULT_FN_ATTRS128 _mm_comineq_sh(__m128h A, in _mm_comineq_sh() 315 static __inline__ int __DEFAULT_FN_ATTRS128 _mm_ucomieq_sh(__m128h A, in _mm_ucomieq_sh() 321 static __inline__ int __DEFAULT_FN_ATTRS128 _mm_ucomilt_sh(__m128h A, in _mm_ucomilt_sh() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20000223-1.c | 24 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; 34 unsigned long long ull; [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 65 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC, in CheckPreprocessingOptions() local 80 if (const Arg *A = in CheckCodeGenerationOptions() local 141 const Arg &A, size_t &Position) { in getRefinementStep() 175 Arg *A = Args.getLastArg(options::OPT_mrecip, options::OPT_mrecip_EQ); in ParseMRecip() local 279 Arg *A = Args.getLastArg(options::OPT_mprefer_vector_width_EQ); in ParseMPreferVectorWidth() local 405 static codegenoptions::DebugInfoKind DebugLevelToInfoKind(const Arg &A) { in DebugLevelToInfoKind() 523 Arg *A = Args.getLastArg(options::OPT_fomit_frame_pointer, in getFramePointerKind() local 545 if (Arg *A = Args.getLastArg(options::OPT_ffile_compilation_dir_EQ, in addDebugCompDirArg() local 593 for (const Arg *A : Args.filtered(options::OPT_ffile_prefix_map_EQ, in addDebugPrefixMapArg() local 607 for (const Arg *A : Args.filtered(options::OPT_ffile_prefix_map_EQ, in addMacroPrefixMapArg() local [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | m9.C | 3 struct A { A() { a = 1; } int a; }; in A() struct 5 struct A { A() { a = 2; } int a; }; in A() argument 7 struct A { A() { a = 3; } int a; }; in A() argument
|
H A D | tt2.C | 4 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 D | m9a.C | 3 struct A { A() { a = 1; } int a; }; // ERROR - in A() argument 4 struct A { A() { a = 2; } int a; }; // ERROR - in A() argument
|
H A D | m2.C | 3 struct A { A() { a = 2; } int a; }; in A() argument 6 struct A { A() { a = 2; } int a; }; in f1() argument
|
H A D | t00.C | 4 struct A { A() { a = 2; } int a; } ; in f1() argument 9 struct A { A() { a = 2; } int a; } ; in f2() argument
|
H A D | m3.C | 3 struct A { A() { a = 2; } int a; }; in A() function 6 struct A { A() { a = 2; } int a; }; in A() struct
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | ptrmem7.C | 10 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 D | op2.C | 11 struct A struct 13 A() {} in A() function 15 A( A& arg) in A() argument 18 A( const A& arg) in A() function 33 void foo( A& ) in foo() argument 38 void foo( const A& ) in foo()
|
H A D | op3.C | 11 struct A struct 13 A() {} in A() argument 15 A( A& arg) in A() function 18 A( const A& arg) in A() function 34 void foo( A& ) in foo() argument 39 void foo( const A& ) in foo()
|
H A D | decl6.C | 8 struct A struct 22 explicit A (); // ok argument 25 explicit A::A () {} // ERROR - only ctor decls can be explicit in A() function
|
H A D | lookup17.C | 3 struct A { struct 8 struct A a; argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | internal_defs.h | 20 #define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0])) argument 36 #define FORMAT(F, A) __attribute__((format(printf, F, A))) argument 117 #define CHECK(A) CHECK_IMPL((A), !=, 0) argument 118 #define CHECK_EQ(A, B) CHECK_IMPL((A), ==, (B)) argument 119 #define CHECK_NE(A, B) CHECK_IMPL((A), !=, (B)) argument 120 #define CHECK_LT(A, B) CHECK_IMPL((A), <, (B)) argument 121 #define CHECK_LE(A, B) CHECK_IMPL((A), <=, (B)) argument 122 #define CHECK_GT(A, B) CHECK_IMPL((A), >, (B)) argument 123 #define CHECK_GE(A, B) CHECK_IMPL((A), >=, (B)) argument 126 #define DCHECK(A) CHECK(A) argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
H A D | cse2.C | 6 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-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | byval.C | 5 struct A { struct 7 A(int) { count++; } in A() function 8 A(const A&) { count++; } in A() argument 9 ~A() { count--; } in ~A() argument
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/ |
H A D | Sparc.cpp | 85 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-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | eh56.C | 3 struct A { struct 4 A() { } in A() argument 5 A(const char *) { } in A() argument 6 A(const A&) { } in A() function 7 ~A() { } in ~A() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/ |
H A D | rethrow4.C | 7 struct A struct 10 A () { i = ++c; printf ("A() %d\n", i); } in A() function 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 D | rethrow1.C | 7 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() function 12 ~A() { printf ("~A() %d\n", i); ++d; } in ~A() argument
|
H A D | rethrow2.C | 7 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
|