/openbsd-src/gnu/gcc/gcc/config/soft-fp/ |
H A D | double.h | 85 #define FP_DECL_D(X) _FP_DECL(2,X) argument 86 #define FP_UNPACK_RAW_D(X,val) _FP_UNPACK_RAW_2(D,X,val) argument 87 #define FP_UNPACK_RAW_DP(X,val) _FP_UNPACK_RAW_2_P(D,X,val) argument 88 #define FP_PACK_RAW_D(val,X) _FP_PACK_RAW_2(D,val,X) argument 89 #define FP_PACK_RAW_DP(val,X) \ argument 95 #define FP_UNPACK_D(X,val) \ argument 101 #define FP_UNPACK_DP(X,val) \ argument 107 #define FP_UNPACK_SEMIRAW_D(X,val) \ argument 113 #define FP_UNPACK_SEMIRAW_DP(X,val) \ argument 119 #define FP_PACK_D(val,X) \ argument [all …]
|
H A D | extended.h | 86 #define FP_DECL_E(X) _FP_DECL(4,X) argument 88 #define FP_UNPACK_RAW_E(X, val) \ argument 99 #define FP_UNPACK_RAW_EP(X, val) \ argument 111 #define FP_PACK_RAW_E(val, X) \ argument 125 #define FP_PACK_RAW_EP(val, X) \ argument 141 #define FP_UNPACK_E(X,val) \ argument 147 #define FP_UNPACK_EP(X,val) \ argument 153 #define FP_UNPACK_SEMIRAW_E(X,val) \ argument 159 #define FP_UNPACK_SEMIRAW_EP(X,val) \ argument 165 #define FP_PACK_E(val,X) \ argument [all …]
|
H A D | quad.h | 91 #define FP_DECL_Q(X) _FP_DECL(4,X) argument 92 #define FP_UNPACK_RAW_Q(X,val) _FP_UNPACK_RAW_4(Q,X,val) argument 93 #define FP_UNPACK_RAW_QP(X,val) _FP_UNPACK_RAW_4_P(Q,X,val) argument 94 #define FP_PACK_RAW_Q(val,X) _FP_PACK_RAW_4(Q,val,X) argument 95 #define FP_PACK_RAW_QP(val,X) \ argument 101 #define FP_UNPACK_Q(X,val) \ argument 107 #define FP_UNPACK_QP(X,val) \ argument 113 #define FP_UNPACK_SEMIRAW_Q(X,val) \ argument 119 #define FP_UNPACK_SEMIRAW_QP(X,val) \ argument 125 #define FP_PACK_Q(val,X) \ argument [all …]
|
H A D | op-1.h | 34 #define _FP_FRAC_DECL_1(X) _FP_W_TYPE X##_f argument 36 #define _FP_FRAC_SET_1(X,I) (X##_f = I) argument 37 #define _FP_FRAC_HIGH_1(X) (X##_f) argument 38 #define _FP_FRAC_LOW_1(X) (X##_f) argument 39 #define _FP_FRAC_WORD_1(X,w) (X##_f) argument 41 #define _FP_FRAC_ADDI_1(X,I) (X##_f += I) argument 42 #define _FP_FRAC_SLL_1(X,N) \ argument 49 #define _FP_FRAC_SRL_1(X,N) (X##_f >>= N) argument 52 #define _FP_FRAC_SRST_1(X,S,N,sz) __FP_FRAC_SRST_1(X##_f, S, N, sz) argument 53 #define _FP_FRAC_SRS_1(X,N,sz) __FP_FRAC_SRS_1(X##_f, N, sz) argument [all …]
|
H A D | single.h | 74 #define FP_DECL_S(X) _FP_DECL(1,X) argument 75 #define FP_UNPACK_RAW_S(X,val) _FP_UNPACK_RAW_1(S,X,val) argument 76 #define FP_UNPACK_RAW_SP(X,val) _FP_UNPACK_RAW_1_P(S,X,val) argument 77 #define FP_PACK_RAW_S(val,X) _FP_PACK_RAW_1(S,val,X) argument 78 #define FP_PACK_RAW_SP(val,X) \ argument 84 #define FP_UNPACK_S(X,val) \ argument 90 #define FP_UNPACK_SP(X,val) \ argument 96 #define FP_UNPACK_SEMIRAW_S(X,val) \ argument 102 #define FP_UNPACK_SEMIRAW_SP(X,val) \ argument 108 #define FP_PACK_S(val,X) \ argument [all …]
|
H A D | op-2.h | 34 #define _FP_FRAC_DECL_2(X) _FP_W_TYPE X##_f0, X##_f1 argument 36 #define _FP_FRAC_SET_2(X,I) __FP_FRAC_SET_2(X, I) argument 37 #define _FP_FRAC_HIGH_2(X) (X##_f1) argument 38 #define _FP_FRAC_LOW_2(X) (X##_f0) argument 39 #define _FP_FRAC_WORD_2(X,w) (X##_f##w) argument 41 #define _FP_FRAC_SLL_2(X,N) \ argument 62 #define _FP_FRAC_SRL_2(X,N) \ argument 74 #define _FP_FRAC_SRST_2(X,S, N,sz) \ argument 92 #define _FP_FRAC_SRS_2(X,N,sz) \ argument 110 #define _FP_FRAC_ADDI_2(X,I) \ argument [all …]
|
H A D | op-common.h | 33 #define _FP_DECL(wc, X) \ argument 42 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument 86 #define _FP_UNPACK_SEMIRAW(fs, wc, X) _FP_FRAC_SLL_##wc(X, _FP_WORKBITS) argument 90 #define _FP_OVERFLOW_SEMIRAW(fs, wc, X) \ argument 110 #define _FP_CHECK_SIGNAN_SEMIRAW(fs, wc, X) \ argument 120 #define _FP_CHOOSENAN_SEMIRAW(fs, wc, R, X, Y, OP) \ argument 130 #define _FP_EXP_NORMAL(fs, wc, X) (((X##_e + 1) & _FP_EXPMAX_##fs) > 1) argument 135 #define _FP_PACK_SEMIRAW(fs, wc, X) \ argument 171 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument 279 #define _FP_ISSIGNAN(fs, wc, X) \ argument [all …]
|
H A D | op-4.h | 34 #define _FP_FRAC_DECL_4(X) _FP_W_TYPE X##_f[4] argument 38 #define _FP_FRAC_SET_4(X,I) __FP_FRAC_SET_4(X, I) argument 39 #define _FP_FRAC_HIGH_4(X) (X##_f[3]) argument 40 #define _FP_FRAC_LOW_4(X) (X##_f[0]) argument 41 #define _FP_FRAC_WORD_4(X,w) (X##_f[w]) argument 43 #define _FP_FRAC_SLL_4(X,N) \ argument 64 #define _FP_FRAC_SRL_4(X,N) \ argument 90 #define _FP_FRAC_SRST_4(X,S,N,size) \ argument 115 #define _FP_FRAC_SRS_4(X,N,size) \ argument 122 #define _FP_FRAC_ADD_4(R,X,Y) \ argument [all …]
|
H A D | op-8.h | 35 #define _FP_FRAC_DECL_8(X) _FP_W_TYPE X##_f[8] argument 36 #define _FP_FRAC_HIGH_8(X) (X##_f[7]) argument 37 #define _FP_FRAC_LOW_8(X) (X##_f[0]) argument 38 #define _FP_FRAC_WORD_8(X,w) (X##_f[w]) argument 40 #define _FP_FRAC_SLL_8(X,N) \ argument 60 #define _FP_FRAC_SRL_8(X,N) \ argument 86 #define _FP_FRAC_SRS_8(X,N,size) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | bf-sign-2.c | 16 struct X { struct 27 struct X x; argument
|
/openbsd-src/gnu/gcc/gcc/config/sh/ |
H A D | lib1funcs.h | 30 #define LOCAL(X) .L_##X argument 31 #define FUNC(X) .type X,@function argument 32 #define HIDDEN_FUNC(X) FUNC(X); .hidden X argument 33 #define HIDDEN_ALIAS(X,Y) ALIAS (X,Y); .hidden GLOBAL(X) argument 34 #define ENDFUNC0(X) .Lfe_##X: .size X,.Lfe_##X-X argument 35 #define ENDFUNC(X) ENDFUNC0(X) argument 37 #define LOCAL(X) L_##X argument 38 #define FUNC(X) argument 39 #define HIDDEN_FUNC(X) argument 40 #define HIDDEN_ALIAS(X,Y) ALIAS (X,Y) argument [all …]
|
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/inc/ |
H A D | pp_endian.h | 27 #define PP_HOST_TO_SMC_UL(X) cpu_to_be32(X) argument 28 #define PP_SMC_TO_HOST_UL(X) be32_to_cpu(X) argument 30 #define PP_HOST_TO_SMC_US(X) cpu_to_be16(X) argument 31 #define PP_SMC_TO_HOST_US(X) be16_to_cpu(X) argument 33 #define CONVERT_FROM_HOST_TO_SMC_UL(X) ((X) = PP_HOST_TO_SMC_UL(X)) argument 34 #define CONVERT_FROM_SMC_TO_HOST_UL(X) ((X) = PP_SMC_TO_HOST_UL(X)) argument 36 #define CONVERT_FROM_HOST_TO_SMC_US(X) ((X) = PP_HOST_TO_SMC_US(X)) argument
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-ns32k.h | 76 #define TC_FRAG_INIT(X) \ argument 86 #define frag_opcode_frag(X) (X)->tc_frag_data.fr_opcode_fragP argument 87 #define frag_opcode_offset(X) (X)->tc_frag_data.fr_opcode_offset argument 88 #define frag_bsr(X) (X)->tc_frag_data.fr_bsr argument 100 #define fix_im_disp(X) (X)->fx_im_disp argument 101 #define fix_bit_fixP(X) (X)->fx_bit_fixP argument 102 #define fix_opcode_frag(X) (X)->tc_fix_data.opcode_fragP argument 103 #define fix_opcode_offset(X) (X)->tc_fix_data.opcode_offset argument 104 #define fix_bsr(X) (X)->tc_fix_data.bsr argument 106 #define TC_INIT_FIX_DATA(X) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ |
H A D | ns7.C | 3 struct X{ struct 5 X(){} in X() argument 7 void operator=(const X&); argument 8 virtual ~X(){} in ~X() argument 16 A::X::X(int j):i(j){} in X() function
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | proc-utils.h | 78 #define write(X,Y,Z) write_with_trace (X, Y, Z, __FILE__, __LINE__) argument 79 #define lseek(X,Y,Z) lseek_with_trace (X, Y, Z, __FILE__, __LINE__) argument 80 #define ioctl(X,Y,Z) ioctl_with_trace (X, Y, Z, __FILE__, __LINE__) argument 81 #define open(X,Y) open_with_trace (X, Y, __FILE__, __LINE__) argument 82 #define close(X) close_with_trace (X, __FILE__, __LINE__) argument 83 #define wait(X) wait_with_trace (X, __FILE__, __LINE__) argument 85 #define PROCFS_NOTE(X) procfs_note (X, __FILE__, __LINE__) argument 86 #define PROC_PRETTYFPRINT_STATUS(X,Y,Z,T) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | return.C | 7 struct X { struct 8 X(int i) { } in X() function 9 X(X const &XX) { c = 1; } in X() function 10 ~X() { } in ~X() argument
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-ns32k.h | 92 #define TC_FRAG_INIT(X) \ argument 102 #define frag_opcode_frag(X) (X)->tc_frag_data.fr_opcode_fragP argument 103 #define frag_opcode_offset(X) (X)->tc_frag_data.fr_opcode_offset argument 104 #define frag_bsr(X) (X)->tc_frag_data.fr_bsr argument 116 #define fix_im_disp(X) (X)->fx_im_disp argument 117 #define fix_bit_fixP(X) (X)->fx_bit_fixP argument 118 #define fix_opcode_frag(X) (X)->tc_fix_data.opcode_fragP argument 119 #define fix_opcode_offset(X) (X)->tc_fix_data.opcode_offset argument 120 #define fix_bsr(X) (X)->tc_fix_data.bsr argument 122 #define TC_INIT_FIX_DATA(X) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | typedef3.C | 3 struct X{ struct 5 X(){} in X() argument 6 virtual ~X(){} in ~X() argument 13 X<H> y; in f() argument
|
H A D | thunk1.C | 5 struct X struct 7 X() { ++ic; } in X() argument 8 X( const X & ) { ++ic; } in X() argument 9 ~X() { if (--ic < 0) abort(); } in ~X() argument
|
H A D | new7.C | 10 struct X { struct 11 X() in X() function 32 X* x = new X; // gcc 3.0 fails to call operator delete when X::X throws in main() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.h | 73 const char *X) { in CloneArgsWithoutX() 77 inline std::pair<std::string, std::string> SplitBefore(std::string X, in SplitBefore() 93 inline size_t Log(size_t X) { in Log() 99 uintptr_t X = reinterpret_cast<uintptr_t>(P); in RoundUpByPage() local 105 uintptr_t X = reinterpret_cast<uintptr_t>(P); in RoundDownByPage() local 112 template <typename T> T HostToLE(T X) { return X; } in HostToLE() 114 template <typename T> T HostToLE(T X) { return Bswap(X); } in HostToLE()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/ |
H A D | deque_ctor.cc | 62 typedef std::deque<T> X; in requiredTypesCheck() typedef 125 typedef std::deque<T> X; in defaultConstructorCheckPOD() typedef 145 typedef std::deque<T> X; in defaultConstructorCheck() typedef 183 typedef std::deque<T> X; in copyConstructorCheck() typedef 224 typedef std::deque<T> X; in fillConstructorCheck() typedef 251 typedef std::deque<T> X; in fillConstructorCheck2() typedef 277 typedef std::deque<T> X; in rangeConstructorCheckForwardIterator() typedef 307 typedef std::deque<T> X; in rangeConstructorCheckInputIterator() typedef 328 typedef std::deque<T> X; in copyAssignmentCheck() typedef 355 typedef std::deque<T> X; in fillAssignmentCheck() typedef [all …]
|
H A D | vector_ctor.cc | 115 typedef std::vector<T, tracker_alloc<T> > X; in test_default_ctor_exception_gurantee() typedef 148 typedef std::vector<T, tracker_alloc<T> > X; in test_copy_ctor_exception_gurantee() typedef 187 typedef std::vector<T, tracker_alloc<T> > X; in test_assignment_operator_1() typedef 215 typedef std::vector<T, tracker_alloc<T> > X; in test_assignment_operator_2() typedef 245 typedef std::vector<T, tracker_alloc<T> > X; in test_assignment_operator_3() typedef 275 typedef std::vector<T, tracker_alloc<T> > X; in test_assignment_operator_3_exception_guarantee() typedef 320 typedef std::vector<T, tracker_alloc<T> > X; in test_fill_assign_1() typedef 348 typedef std::vector<T, tracker_alloc<T> > X; in test_fill_assign_2() typedef 382 typedef std::vector<T, tracker_alloc<T> > X; in test_fill_assign_3() typedef 418 typedef std::vector<T, tracker_alloc<T> > X; in test_fill_assign_3_exception_guarantee() typedef [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Debug.h | 64 #define DEBUG_WITH_TYPE(TYPE, X) \ argument 69 #define isCurrentDebugType(X) (false) argument 70 #define setCurrentDebugType(X) do { (void)(X); } while (false) argument 71 #define setCurrentDebugTypes(X, N) do { (void)(X); (void)(N); } while (false) argument 72 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false) argument 101 #define LLVM_DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) argument
|
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/ |
H A D | a.19.1.f90 | 3 COMMON /DATA/ P, X local 4 INTEGER, TARGET :: X local 13 COMMON /DATA/ P, X local 14 INTEGER, TARGET :: X local 26 COMMON /DATA/ P, X local 27 INTEGER, TARGET :: X local 50 COMMON /DATA/ P, X local 51 INTEGER, TARGET :: X variable
|