/openbsd/gnu/gcc/gcc/config/soft-fp/ |
H A D | double.h | 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 119 #define FP_PACK_D(val,X) \ argument 125 #define FP_PACK_DP(val,X) \ argument 132 #define FP_PACK_SEMIRAW_D(val,X) \ argument 186 #define FP_PACK_RAW_DP(val,X) \ argument 192 #define FP_UNPACK_D(X,val) \ argument 198 #define FP_UNPACK_DP(X,val) \ argument 216 #define FP_PACK_D(val,X) \ argument [all …]
|
H A D | extended.h | 86 #define FP_DECL_E(X) _FP_DECL(4,X) argument 111 #define FP_PACK_RAW_E(val, X) \ argument 141 #define FP_UNPACK_E(X,val) \ argument 147 #define FP_UNPACK_EP(X,val) \ argument 165 #define FP_PACK_E(val,X) \ argument 171 #define FP_PACK_EP(val,X) \ argument 177 #define FP_PACK_SEMIRAW_E(val,X) \ argument 332 #define FP_UNPACK_E(X,val) \ argument 338 #define FP_UNPACK_EP(X,val) \ argument 356 #define FP_PACK_E(val,X) \ argument [all …]
|
H A D | quad.h | 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 125 #define FP_PACK_Q(val,X) \ argument 131 #define FP_PACK_QP(val,X) \ argument 138 #define FP_PACK_SEMIRAW_Q(val,X) \ argument 196 #define FP_PACK_RAW_QP(val,X) \ argument 202 #define FP_UNPACK_Q(X,val) \ argument 208 #define FP_UNPACK_QP(X,val) \ argument 226 #define FP_PACK_Q(val,X) \ argument [all …]
|
H A D | op-1.h | 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 55 #define __FP_FRAC_SRST_1(X,S,N,sz) \ argument 62 #define __FP_FRAC_SRS_1(X,N,sz) \ argument 73 #define _FP_FRAC_ZEROP_1(X) (X##_f == 0) argument [all …]
|
H A D | op-2.h | 37 #define _FP_FRAC_HIGH_2(X) (X##_f1) argument 38 #define _FP_FRAC_LOW_2(X) (X##_f0) argument 41 #define _FP_FRAC_SLL_2(X,N) \ argument 62 #define _FP_FRAC_SRL_2(X,N) \ argument 110 #define _FP_FRAC_ADDI_2(X,I) \ argument 113 #define _FP_FRAC_ADD_2(R,X,Y) \ argument 116 #define _FP_FRAC_SUB_2(R,X,Y) \ argument 119 #define _FP_FRAC_DEC_2(X,Y) \ argument 122 #define _FP_FRAC_CLZ_2(R,X) \ argument 139 #define _FP_FRAC_GT_2(X, Y) \ argument [all …]
|
H A D | single.h | 74 #define FP_DECL_S(X) _FP_DECL(1,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 114 #define FP_PACK_SP(val,X) \ argument 121 #define FP_PACK_SEMIRAW_S(val,X) \ argument 127 #define FP_PACK_SEMIRAW_SP(val,X) \ argument [all …]
|
H A D | op-common.h | 33 #define _FP_DECL(wc, X) \ argument 42 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument 90 #define _FP_OVERFLOW_SEMIRAW(fs, wc, X) \ 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 718 #define _FP_SUB(fs, wc, R, X, Y) \ argument 730 #define _FP_NEG(fs, wc, R, X) \ argument 743 #define _FP_MUL(fs, wc, R, X, Y) \ argument 806 #define _FP_DIV(fs, wc, R, X, Y) \ argument [all …]
|
H A D | op-4.h | 39 #define _FP_FRAC_HIGH_4(X) (X##_f[3]) argument 40 #define _FP_FRAC_LOW_4(X) (X##_f[0]) argument 43 #define _FP_FRAC_SLL_4(X,N) \ argument 64 #define _FP_FRAC_SRL_4(X,N) \ argument 115 #define _FP_FRAC_SRS_4(X,N,size) \ argument 132 #define _FP_FRAC_DEC_4(X,Y) \ argument 136 #define _FP_FRAC_ADDI_4(X,I) \ argument 148 #define _FP_FRAC_EQ_4(X,Y) \ argument 152 #define _FP_FRAC_GT_4(X,Y) \ argument 161 #define _FP_FRAC_GE_4(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/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/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 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 41 #define ENDFUNC(X) argument [all …]
|
/openbsd/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/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/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/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/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() argument 10 ~X() { } in ~X() argument
|
/openbsd/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/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | typedef3.C | 3 struct X{ struct 5 X(){} in X() function 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() function 9 ~X() { if (--ic < 0) abort(); } in ~X() argument
|
/openbsd/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 355 typedef std::deque<T> X; in fillAssignmentCheck() typedef 403 typedef std::deque<T> X; in rangeAssignmentCheck() typedef 435 typedef std::deque<T> X; in rangeAssignmentCheckWithException() 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/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/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | lib1funcs.asm | 41 #define LOCAL(X) .L_##X argument 42 #define FUNC(X,Y) .type X,Y; .hidden X argument 43 #define ENDFUNC(X) .size X,.-X argument 45 #define LOCAL(X) L_##X argument 46 #define FUNC(X,Y) argument 47 #define ENDFUNC(X) argument 51 #define GLOBAL0(U,X) CONCAT(U,__##X) argument 52 #define GLOBAL(X) GLOBAL0(__USER_LABEL_PREFIX__,X) argument
|
/openbsd/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/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
|