modernc.org/libc@v1.24.1/wctype/wctype_windows_amd64.go (about) 1 // Code generated by 'ccgo wctype\gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o wctype\wctype_windows_amd64.go -pkgname wctype', DO NOT EDIT. 2 3 package wctype 4 5 import ( 6 "math" 7 "reflect" 8 "sync/atomic" 9 "unsafe" 10 ) 11 12 var _ = math.Pi 13 var _ reflect.Kind 14 var _ atomic.Value 15 var _ unsafe.Pointer 16 17 const ( 18 DUMMYSTRUCTNAME = 0 19 DUMMYSTRUCTNAME1 = 0 20 DUMMYSTRUCTNAME2 = 0 21 DUMMYSTRUCTNAME3 = 0 22 DUMMYSTRUCTNAME4 = 0 23 DUMMYSTRUCTNAME5 = 0 24 DUMMYUNIONNAME = 0 25 DUMMYUNIONNAME1 = 0 26 DUMMYUNIONNAME2 = 0 27 DUMMYUNIONNAME3 = 0 28 DUMMYUNIONNAME4 = 0 29 DUMMYUNIONNAME5 = 0 30 DUMMYUNIONNAME6 = 0 31 DUMMYUNIONNAME7 = 0 32 DUMMYUNIONNAME8 = 0 33 DUMMYUNIONNAME9 = 0 34 MINGW_DDK_H = 0 35 MINGW_DDRAW_VERSION = 7 36 MINGW_HAS_DDK_H = 1 37 MINGW_HAS_DDRAW_H = 1 38 MINGW_HAS_SECURE_API = 1 39 MINGW_SDK_INIT = 0 40 UNALIGNED = 0 41 USE___UUIDOF = 0 42 WIN32 = 1 43 WIN64 = 1 44 WINNT = 1 45 X_AGLOBAL = 0 46 X_ALPHA = 259 47 X_ANONYMOUS_STRUCT = 0 48 X_ANONYMOUS_UNION = 0 49 X_ARGMAX = 100 50 X_BLANK = 0x40 51 X_CONST_RETURN = 0 52 X_CONTROL = 0x20 53 X_CRTNOALIAS = 0 54 X_CRTRESTRICT = 0 55 X_CRT_ALTERNATIVE_IMPORTED = 0 56 X_CRT_CTYPEDATA_DEFINED = 0 57 X_CRT_MANAGED_HEAP_DEPRECATE = 0 58 X_CRT_PACKING = 8 59 X_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES = 0 60 X_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES_MEMORY = 0 61 X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES = 0 62 X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT = 0 63 X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_MEMORY = 0 64 X_CRT_WCTYPEDATA_DEFINED = 0 65 X_DIGIT = 0x4 66 X_DLL = 0 67 X_ERRCODE_DEFINED = 0 68 X_FILE_OFFSET_BITS = 64 69 X_HEX = 0x80 70 X_INC_CRTDEFS = 0 71 X_INC_CRTDEFS_MACRO = 0 72 X_INC_MINGW_SECAPI = 0 73 X_INC_VADEFS = 0 74 X_INC_WCTYPE = 0 75 X_INC__MINGW_H = 0 76 X_INT128_DEFINED = 0 77 X_INTEGRAL_MAX_BITS = 64 78 X_INTPTR_T_DEFINED = 0 79 X_LEADBYTE = 0x8000 80 X_LOWER = 0x2 81 X_MT = 0 82 X_M_AMD64 = 100 83 X_M_X64 = 100 84 X_PGLOBAL = 0 85 X_PTRDIFF_T_ = 0 86 X_PTRDIFF_T_DEFINED = 0 87 X_PUNCT = 0x10 88 X_REENTRANT = 1 89 X_RSIZE_T_DEFINED = 0 90 X_SECURECRT_FILL_BUFFER_PATTERN = 0xFD 91 X_SIZE_T_DEFINED = 0 92 X_SPACE = 0x8 93 X_SSIZE_T_DEFINED = 0 94 X_TAGLC_ID_DEFINED = 0 95 X_THREADLOCALEINFO = 0 96 X_TIME32_T_DEFINED = 0 97 X_TIME64_T_DEFINED = 0 98 X_TIME_T_DEFINED = 0 99 X_UINTPTR_T_DEFINED = 0 100 X_UPPER = 0x1 101 X_VA_LIST_DEFINED = 0 102 X_W64 = 0 103 X_WCHAR_T_DEFINED = 0 104 X_WCTYPE_DEFINED = 0 105 X_WCTYPE_INLINE_DEFINED = 0 106 X_WCTYPE_T_DEFINED = 0 107 X_WIN32 = 1 108 X_WIN32_WINNT = 0x502 109 X_WIN64 = 1 110 X_WINT_T = 0 111 ) 112 113 type Ptrdiff_t = int64 /* <builtin>:3:26 */ 114 115 type Size_t = uint64 /* <builtin>:9:23 */ 116 117 type Wchar_t = uint16 /* <builtin>:15:24 */ 118 119 type X__int128_t = struct { 120 Flo int64 121 Fhi int64 122 } /* <builtin>:21:43 */ // must match modernc.org/mathutil.Int128 123 type X__uint128_t = struct { 124 Flo uint64 125 Fhi uint64 126 } /* <builtin>:22:44 */ // must match modernc.org/mathutil.Int128 127 128 type X__builtin_va_list = uintptr /* <builtin>:46:14 */ 129 type X__float128 = float64 /* <builtin>:47:21 */ 130 131 type Va_list = X__builtin_va_list /* <builtin>:50:27 */ 132 133 // * 134 // This file has no copyright assigned and is placed in the Public Domain. 135 // This file is part of the mingw-w64 runtime package. 136 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 137 138 // * 139 // This file has no copyright assigned and is placed in the Public Domain. 140 // This file is part of the mingw-w64 runtime package. 141 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 142 143 // * 144 // This file has no copyright assigned and is placed in the Public Domain. 145 // This file is part of the mingw-w64 runtime package. 146 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 147 148 // * 149 // This file has no copyright assigned and is placed in the Public Domain. 150 // This file is part of the mingw-w64 runtime package. 151 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 152 153 // This macro holds an monotonic increasing value, which indicates 154 // a specific fix/patch is present on trunk. This value isn't related to 155 // minor/major version-macros. It is increased on demand, if a big 156 // fix was applied to trunk. This macro gets just increased on trunk. For 157 // other branches its value won't be modified. 158 159 // mingw.org's version macros: these make gcc to define 160 // MINGW32_SUPPORTS_MT_EH and to use the _CRT_MT global 161 // and the __mingwthr_key_dtor() function from the MinGW 162 // CRT in its private gthr-win32.h header. 163 164 // Set VC specific compiler target macros. 165 166 // MS does not prefix symbols by underscores for 64-bit. 167 // As we have to support older gcc version, which are using underscores 168 // as symbol prefix for x64, we have to check here for the user label 169 // prefix defined by gcc. 170 171 // Special case nameless struct/union. 172 173 // MinGW-w64 has some additional C99 printf/scanf feature support. 174 // So we add some helper macros to ease recognition of them. 175 176 // * 177 // This file has no copyright assigned and is placed in the Public Domain. 178 // This file is part of the mingw-w64 runtime package. 179 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 180 181 // http://msdn.microsoft.com/en-us/library/ms175759%28v=VS.100%29.aspx 182 // Templates won't work in C, will break if secure API is not enabled, disabled 183 184 // https://blogs.msdn.com/b/sdl/archive/2010/02/16/vc-2010-and-memcpy.aspx?Redirected=true 185 // fallback on default implementation if we can't know the size of the destination 186 187 // Include _cygwin.h if we're building a Cygwin application. 188 189 // Target specific macro replacement for type "long". In the Windows API, 190 // the type long is always 32 bit, even if the target is 64 bit (LLP64). 191 // On 64 bit Cygwin, the type long is 64 bit (LP64). So, to get the right 192 // sized definitions and declarations, all usage of type long in the Windows 193 // headers have to be replaced by the below defined macro __LONG32. 194 195 // C/C++ specific language defines. 196 197 // Note the extern. This is needed to work around GCC's 198 // limitations in handling dllimport attribute. 199 200 // Attribute `nonnull' was valid as of gcc 3.3. We don't use GCC's 201 // variadiac macro facility, because variadic macros cause syntax 202 // errors with --traditional-cpp. 203 204 // High byte is the major version, low byte is the minor. 205 206 // * 207 // This file has no copyright assigned and is placed in the Public Domain. 208 // This file is part of the mingw-w64 runtime package. 209 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 210 211 // * 212 // This file has no copyright assigned and is placed in the Public Domain. 213 // This file is part of the mingw-w64 runtime package. 214 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 215 216 type X__gnuc_va_list = X__builtin_va_list /* vadefs.h:24:29 */ 217 218 type Ssize_t = int64 /* crtdefs.h:45:35 */ 219 220 type Rsize_t = Size_t /* crtdefs.h:52:16 */ 221 222 type Intptr_t = int64 /* crtdefs.h:62:35 */ 223 224 type Uintptr_t = uint64 /* crtdefs.h:75:44 */ 225 226 type Wint_t = uint16 /* crtdefs.h:106:24 */ 227 type Wctype_t = uint16 /* crtdefs.h:107:24 */ 228 229 type Errno_t = int32 /* crtdefs.h:113:13 */ 230 231 type X__time32_t = int32 /* crtdefs.h:118:14 */ 232 233 type X__time64_t = int64 /* crtdefs.h:123:35 */ 234 235 type Time_t = X__time64_t /* crtdefs.h:138:20 */ 236 237 type Threadlocaleinfostruct = struct { 238 Frefcount int32 239 Flc_codepage uint32 240 Flc_collate_cp uint32 241 Flc_handle [6]uint32 242 Flc_id [6]LC_ID 243 Flc_category [6]struct { 244 Flocale uintptr 245 Fwlocale uintptr 246 Frefcount uintptr 247 Fwrefcount uintptr 248 } 249 Flc_clike int32 250 Fmb_cur_max int32 251 Flconv_intl_refcount uintptr 252 Flconv_num_refcount uintptr 253 Flconv_mon_refcount uintptr 254 Flconv uintptr 255 Fctype1_refcount uintptr 256 Fctype1 uintptr 257 Fpctype uintptr 258 Fpclmap uintptr 259 Fpcumap uintptr 260 Flc_time_curr uintptr 261 } /* crtdefs.h:422:1 */ 262 263 type Pthreadlocinfo = uintptr /* crtdefs.h:424:39 */ 264 type Pthreadmbcinfo = uintptr /* crtdefs.h:425:36 */ 265 266 type Localeinfo_struct = struct { 267 Flocinfo Pthreadlocinfo 268 Fmbcinfo Pthreadmbcinfo 269 } /* crtdefs.h:428:9 */ 270 271 type X_locale_tstruct = Localeinfo_struct /* crtdefs.h:431:3 */ 272 type X_locale_t = uintptr /* crtdefs.h:431:19 */ 273 274 type TagLC_ID = struct { 275 FwLanguage uint16 276 FwCountry uint16 277 FwCodePage uint16 278 } /* crtdefs.h:422:1 */ 279 280 type LC_ID = TagLC_ID /* crtdefs.h:439:3 */ 281 type LPLC_ID = uintptr /* crtdefs.h:439:9 */ 282 283 type Threadlocinfo = Threadlocaleinfostruct /* crtdefs.h:468:3 */ 284 285 type Wctrans_t = Wchar_t /* wctype.h:174:19 */ 286 287 var _ int8 /* gen.c:2:13: */