modernc.org/libc@v1.24.1/wctype/wctype_windows_arm64.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_arm64.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_HAS_DDK_H = 1 36 MINGW_HAS_SECURE_API = 1 37 MINGW_SDK_INIT = 0 38 UNALIGNED = 0 39 USE___UUIDOF = 0 40 WIN32 = 1 41 WIN64 = 1 42 WINNT = 1 43 X_AGLOBAL = 0 44 X_ALPHA = 259 45 X_ANONYMOUS_STRUCT = 0 46 X_ANONYMOUS_UNION = 0 47 X_ARGMAX = 100 48 X_ARM64_ = 1 49 X_BLANK = 0x40 50 X_CONST_RETURN = 0 51 X_CONTROL = 0x20 52 X_CRTNOALIAS = 0 53 X_CRTRESTRICT = 0 54 X_CRT_ALTERNATIVE_IMPORTED = 0 55 X_CRT_CTYPEDATA_DEFINED = 0 56 X_CRT_MANAGED_HEAP_DEPRECATE = 0 57 X_CRT_PACKING = 8 58 X_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES = 0 59 X_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES_MEMORY = 0 60 X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES = 0 61 X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT = 0 62 X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_MEMORY = 0 63 X_CRT_USE_WINAPI_FAMILY_DESKTOP_APP = 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_CORECRT = 0 71 X_INC_CRTDEFS = 0 72 X_INC_CRTDEFS_MACRO = 0 73 X_INC_MINGW_SECAPI = 0 74 X_INC_VADEFS = 0 75 X_INC_WCTYPE = 0 76 X_INC__MINGW_H = 0 77 X_INT128_DEFINED = 0 78 X_INTPTR_T_DEFINED = 0 79 X_LEADBYTE = 0x8000 80 X_LOWER = 0x2 81 X_MT = 0 82 X_M_ARM64 = 1 83 X_PGLOBAL = 0 84 X_PTRDIFF_T_ = 0 85 X_PTRDIFF_T_DEFINED = 0 86 X_PUNCT = 0x10 87 X_RSIZE_T_DEFINED = 0 88 X_SECURECRT_FILL_BUFFER_PATTERN = 0xFD 89 X_SIZE_T_DEFINED = 0 90 X_SPACE = 0x8 91 X_SSIZE_T_DEFINED = 0 92 X_TAGLC_ID_DEFINED = 0 93 X_THREADLOCALEINFO = 0 94 X_TIME32_T_DEFINED = 0 95 X_TIME64_T_DEFINED = 0 96 X_TIME_T_DEFINED = 0 97 X_UCRT = 0 98 X_UINTPTR_T_DEFINED = 0 99 X_UPPER = 0x1 100 X_VA_LIST_DEFINED = 0 101 X_W64 = 0 102 X_WCHAR_T_DEFINED = 0 103 X_WCTYPE_DEFINED = 0 104 X_WCTYPE_INLINE_DEFINED = 0 105 X_WCTYPE_T_DEFINED = 0 106 X_WIN32 = 1 107 X_WIN32_WINNT = 0x601 108 X_WIN64 = 1 109 X_WINT_T = 0 110 ) 111 112 type Ptrdiff_t = int64 /* <builtin>:3:26 */ 113 114 type Size_t = uint64 /* <builtin>:9:23 */ 115 116 type Wchar_t = uint16 /* <builtin>:15:24 */ 117 118 type X__int128_t = struct { 119 Flo int64 120 Fhi int64 121 } /* <builtin>:21:43 */ // must match modernc.org/mathutil.Int128 122 type X__uint128_t = struct { 123 Flo uint64 124 Fhi uint64 125 } /* <builtin>:22:44 */ // must match modernc.org/mathutil.Int128 126 127 type X__builtin_va_list = uintptr /* <builtin>:46:14 */ 128 type X__float128 = float64 /* <builtin>:47:21 */ 129 130 type Va_list = X__builtin_va_list /* <builtin>:50:27 */ 131 132 // * 133 // This file has no copyright assigned and is placed in the Public Domain. 134 // This file is part of the mingw-w64 runtime package. 135 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 136 137 // * 138 // This file has no copyright assigned and is placed in the Public Domain. 139 // This file is part of the mingw-w64 runtime package. 140 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 141 142 // * 143 // This file has no copyright assigned and is placed in the Public Domain. 144 // This file is part of the mingw-w64 runtime package. 145 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 146 147 // * 148 // This file has no copyright assigned and is placed in the Public Domain. 149 // This file is part of the mingw-w64 runtime package. 150 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 151 152 // * 153 // This file has no copyright assigned and is placed in the Public Domain. 154 // This file is part of the mingw-w64 runtime package. 155 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 156 157 // This macro holds an monotonic increasing value, which indicates 158 // a specific fix/patch is present on trunk. This value isn't related to 159 // minor/major version-macros. It is increased on demand, if a big 160 // fix was applied to trunk. This macro gets just increased on trunk. For 161 // other branches its value won't be modified. 162 163 // mingw.org's version macros: these make gcc to define 164 // MINGW32_SUPPORTS_MT_EH and to use the _CRT_MT global 165 // and the __mingwthr_key_dtor() function from the MinGW 166 // CRT in its private gthr-win32.h header. 167 168 // Set VC specific compiler target macros. 169 170 // MS does not prefix symbols by underscores for 64-bit. 171 // As we have to support older gcc version, which are using underscores 172 // as symbol prefix for x64, we have to check here for the user label 173 // prefix defined by gcc. 174 175 // Special case nameless struct/union. 176 177 // MinGW-w64 has some additional C99 printf/scanf feature support. 178 // So we add some helper macros to ease recognition of them. 179 180 // If _FORTIFY_SOURCE is enabled, some inline functions may use 181 // __builtin_va_arg_pack(). GCC may report an error if the address 182 // of such a function is used. Set _FORTIFY_VA_ARG=0 in this case. 183 184 // Enable workaround for ABI incompatibility on affected platforms 185 186 // * 187 // This file has no copyright assigned and is placed in the Public Domain. 188 // This file is part of the mingw-w64 runtime package. 189 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 190 191 // http://msdn.microsoft.com/en-us/library/ms175759%28v=VS.100%29.aspx 192 // Templates won't work in C, will break if secure API is not enabled, disabled 193 194 // https://blogs.msdn.com/b/sdl/archive/2010/02/16/vc-2010-and-memcpy.aspx?Redirected=true 195 // fallback on default implementation if we can't know the size of the destination 196 197 // Include _cygwin.h if we're building a Cygwin application. 198 199 // Target specific macro replacement for type "long". In the Windows API, 200 // the type long is always 32 bit, even if the target is 64 bit (LLP64). 201 // On 64 bit Cygwin, the type long is 64 bit (LP64). So, to get the right 202 // sized definitions and declarations, all usage of type long in the Windows 203 // headers have to be replaced by the below defined macro __LONG32. 204 205 // C/C++ specific language defines. 206 207 // Note the extern. This is needed to work around GCC's 208 // limitations in handling dllimport attribute. 209 210 // Attribute `nonnull' was valid as of gcc 3.3. We don't use GCC's 211 // variadiac macro facility, because variadic macros cause syntax 212 // errors with --traditional-cpp. 213 214 // High byte is the major version, low byte is the minor. 215 216 // Allow both 0x1400 and 0xE00 to identify UCRT 217 218 // ===-------- vadefs.h ---------------------------------------------------=== 219 // 220 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 221 // See https://llvm.org/LICENSE.txt for license information. 222 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 223 // 224 //===-----------------------------------------------------------------------=== 225 226 // Only include this if we are aiming for MSVC compatibility. 227 // * 228 // This file has no copyright assigned and is placed in the Public Domain. 229 // This file is part of the mingw-w64 runtime package. 230 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 231 232 // * 233 // This file has no copyright assigned and is placed in the Public Domain. 234 // This file is part of the mingw-w64 runtime package. 235 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 236 237 // for backward compatibility 238 239 type X__gnuc_va_list = X__builtin_va_list /* vadefs.h:24:29 */ 240 241 type Ssize_t = int64 /* corecrt.h:45:35 */ 242 243 type Rsize_t = Size_t /* corecrt.h:52:16 */ 244 245 type Intptr_t = int64 /* corecrt.h:62:35 */ 246 247 type Uintptr_t = uint64 /* corecrt.h:75:44 */ 248 249 type Wint_t = uint16 /* corecrt.h:106:24 */ 250 type Wctype_t = uint16 /* corecrt.h:107:24 */ 251 252 type Errno_t = int32 /* corecrt.h:113:13 */ 253 254 type X__time32_t = int32 /* corecrt.h:118:14 */ 255 256 type X__time64_t = int64 /* corecrt.h:123:35 */ 257 258 type Time_t = X__time64_t /* corecrt.h:138:20 */ 259 260 type Threadlocaleinfostruct = struct { 261 F_locale_pctype uintptr 262 F_locale_mb_cur_max int32 263 F_locale_lc_codepage uint32 264 } /* corecrt.h:430:1 */ 265 266 type Pthreadlocinfo = uintptr /* corecrt.h:432:39 */ 267 type Pthreadmbcinfo = uintptr /* corecrt.h:433:36 */ 268 269 type Localeinfo_struct = struct { 270 Flocinfo Pthreadlocinfo 271 Fmbcinfo Pthreadmbcinfo 272 } /* corecrt.h:436:9 */ 273 274 type X_locale_tstruct = Localeinfo_struct /* corecrt.h:439:3 */ 275 type X_locale_t = uintptr /* corecrt.h:439:19 */ 276 277 type TagLC_ID = struct { 278 FwLanguage uint16 279 FwCountry uint16 280 FwCodePage uint16 281 } /* corecrt.h:443:9 */ 282 283 type LC_ID = TagLC_ID /* corecrt.h:447:3 */ 284 type LPLC_ID = uintptr /* corecrt.h:447:9 */ 285 286 type Threadlocinfo = Threadlocaleinfostruct /* corecrt.h:482:3 */ 287 288 type Wctrans_t = Wchar_t /* wctype.h:176:19 */ 289 290 var _ int8 /* gen.c:2:13: */