Advertisement
Guest User

gcc out

a guest
Apr 25th, 2022
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.06 KB | None | 0 0
  1. # 1 "/tmp/kornel.cpp"
  2. # 1 "/root//"
  3. # 1 "<built-in>"
  4. #define __STDC__ 1
  5. #define __cplusplus 199711L
  6. #define __STDC_HOSTED__ 1
  7. #define __GNUC__ 4
  8. #define __GNUC_MINOR__ 9
  9. #define __GNUC_PATCHLEVEL__ 2
  10. #define __VERSION__ "4.9.2"
  11. #define __ATOMIC_RELAXED 0
  12. #define __ATOMIC_SEQ_CST 5
  13. #define __ATOMIC_ACQUIRE 2
  14. #define __ATOMIC_RELEASE 3
  15. #define __ATOMIC_ACQ_REL 4
  16. #define __ATOMIC_CONSUME 1
  17. #define __FINITE_MATH_ONLY__ 0
  18. #define _LP64 1
  19. #define __LP64__ 1
  20. #define __SIZEOF_INT__ 4
  21. #define __SIZEOF_LONG__ 8
  22. #define __SIZEOF_LONG_LONG__ 8
  23. #define __SIZEOF_SHORT__ 2
  24. #define __SIZEOF_FLOAT__ 4
  25. #define __SIZEOF_DOUBLE__ 8
  26. #define __SIZEOF_LONG_DOUBLE__ 16
  27. #define __SIZEOF_SIZE_T__ 8
  28. #define __CHAR_BIT__ 8
  29. #define __BIGGEST_ALIGNMENT__ 16
  30. #define __ORDER_LITTLE_ENDIAN__ 1234
  31. #define __ORDER_BIG_ENDIAN__ 4321
  32. #define __ORDER_PDP_ENDIAN__ 3412
  33. #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
  34. #define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__
  35. #define __SIZEOF_POINTER__ 8
  36. #define __GNUG__ 4
  37. #define __SIZE_TYPE__ long unsigned int
  38. #define __PTRDIFF_TYPE__ long int
  39. #define __WCHAR_TYPE__ int
  40. #define __WINT_TYPE__ unsigned int
  41. #define __INTMAX_TYPE__ long int
  42. #define __UINTMAX_TYPE__ long unsigned int
  43. #define __CHAR16_TYPE__ short unsigned int
  44. #define __CHAR32_TYPE__ unsigned int
  45. #define __SIG_ATOMIC_TYPE__ int
  46. #define __INT8_TYPE__ signed char
  47. #define __INT16_TYPE__ short int
  48. #define __INT32_TYPE__ int
  49. #define __INT64_TYPE__ long int
  50. #define __UINT8_TYPE__ unsigned char
  51. #define __UINT16_TYPE__ short unsigned int
  52. #define __UINT32_TYPE__ unsigned int
  53. #define __UINT64_TYPE__ long unsigned int
  54. #define __INT_LEAST8_TYPE__ signed char
  55. #define __INT_LEAST16_TYPE__ short int
  56. #define __INT_LEAST32_TYPE__ int
  57. #define __INT_LEAST64_TYPE__ long int
  58. #define __UINT_LEAST8_TYPE__ unsigned char
  59. #define __UINT_LEAST16_TYPE__ short unsigned int
  60. #define __UINT_LEAST32_TYPE__ unsigned int
  61. #define __UINT_LEAST64_TYPE__ long unsigned int
  62. #define __INT_FAST8_TYPE__ signed char
  63. #define __INT_FAST16_TYPE__ long int
  64. #define __INT_FAST32_TYPE__ long int
  65. #define __INT_FAST64_TYPE__ long int
  66. #define __UINT_FAST8_TYPE__ unsigned char
  67. #define __UINT_FAST16_TYPE__ long unsigned int
  68. #define __UINT_FAST32_TYPE__ long unsigned int
  69. #define __UINT_FAST64_TYPE__ long unsigned int
  70. #define __INTPTR_TYPE__ long int
  71. #define __UINTPTR_TYPE__ long unsigned int
  72. #define __has_include(STR) __has_include__(STR)
  73. #define __has_include_next(STR) __has_include_next__(STR)
  74. #define __GXX_WEAK__ 1
  75. #define __DEPRECATED 1
  76. #define __GXX_RTTI 1
  77. #define __cpp_binary_literals 201304
  78. #define __EXCEPTIONS 1
  79. #define __GXX_ABI_VERSION 1002
  80. #define __SCHAR_MAX__ 127
  81. #define __SHRT_MAX__ 32767
  82. #define __INT_MAX__ 2147483647
  83. #define __LONG_MAX__ 9223372036854775807L
  84. #define __LONG_LONG_MAX__ 9223372036854775807LL
  85. #define __WCHAR_MAX__ 2147483647
  86. #define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1)
  87. #define __WINT_MAX__ 4294967295U
  88. #define __WINT_MIN__ 0U
  89. #define __PTRDIFF_MAX__ 9223372036854775807L
  90. #define __SIZE_MAX__ 18446744073709551615UL
  91. #define __INTMAX_MAX__ 9223372036854775807L
  92. #define __INTMAX_C(c) c ## L
  93. #define __UINTMAX_MAX__ 18446744073709551615UL
  94. #define __UINTMAX_C(c) c ## UL
  95. #define __SIG_ATOMIC_MAX__ 2147483647
  96. #define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1)
  97. #define __INT8_MAX__ 127
  98. #define __INT16_MAX__ 32767
  99. #define __INT32_MAX__ 2147483647
  100. #define __INT64_MAX__ 9223372036854775807L
  101. #define __UINT8_MAX__ 255
  102. #define __UINT16_MAX__ 65535
  103. #define __UINT32_MAX__ 4294967295U
  104. #define __UINT64_MAX__ 18446744073709551615UL
  105. #define __INT_LEAST8_MAX__ 127
  106. #define __INT8_C(c) c
  107. #define __INT_LEAST16_MAX__ 32767
  108. #define __INT16_C(c) c
  109. #define __INT_LEAST32_MAX__ 2147483647
  110. #define __INT32_C(c) c
  111. #define __INT_LEAST64_MAX__ 9223372036854775807L
  112. #define __INT64_C(c) c ## L
  113. #define __UINT_LEAST8_MAX__ 255
  114. #define __UINT8_C(c) c
  115. #define __UINT_LEAST16_MAX__ 65535
  116. #define __UINT16_C(c) c
  117. #define __UINT_LEAST32_MAX__ 4294967295U
  118. #define __UINT32_C(c) c ## U
  119. #define __UINT_LEAST64_MAX__ 18446744073709551615UL
  120. #define __UINT64_C(c) c ## UL
  121. #define __INT_FAST8_MAX__ 127
  122. #define __INT_FAST16_MAX__ 9223372036854775807L
  123. #define __INT_FAST32_MAX__ 9223372036854775807L
  124. #define __INT_FAST64_MAX__ 9223372036854775807L
  125. #define __UINT_FAST8_MAX__ 255
  126. #define __UINT_FAST16_MAX__ 18446744073709551615UL
  127. #define __UINT_FAST32_MAX__ 18446744073709551615UL
  128. #define __UINT_FAST64_MAX__ 18446744073709551615UL
  129. #define __INTPTR_MAX__ 9223372036854775807L
  130. #define __UINTPTR_MAX__ 18446744073709551615UL
  131. #define __GCC_IEC_559 2
  132. #define __GCC_IEC_559_COMPLEX 2
  133. #define __FLT_EVAL_METHOD__ 0
  134. #define __DEC_EVAL_METHOD__ 2
  135. #define __FLT_RADIX__ 2
  136. #define __FLT_MANT_DIG__ 24
  137. #define __FLT_DIG__ 6
  138. #define __FLT_MIN_EXP__ (-125)
  139. #define __FLT_MIN_10_EXP__ (-37)
  140. #define __FLT_MAX_EXP__ 128
  141. #define __FLT_MAX_10_EXP__ 38
  142. #define __FLT_DECIMAL_DIG__ 9
  143. #define __FLT_MAX__ 3.40282346638528859812e+38F
  144. #define __FLT_MIN__ 1.17549435082228750797e-38F
  145. #define __FLT_EPSILON__ 1.19209289550781250000e-7F
  146. #define __FLT_DENORM_MIN__ 1.40129846432481707092e-45F
  147. #define __FLT_HAS_DENORM__ 1
  148. #define __FLT_HAS_INFINITY__ 1
  149. #define __FLT_HAS_QUIET_NAN__ 1
  150. #define __DBL_MANT_DIG__ 53
  151. #define __DBL_DIG__ 15
  152. #define __DBL_MIN_EXP__ (-1021)
  153. #define __DBL_MIN_10_EXP__ (-307)
  154. #define __DBL_MAX_EXP__ 1024
  155. #define __DBL_MAX_10_EXP__ 308
  156. #define __DBL_DECIMAL_DIG__ 17
  157. #define __DBL_MAX__ double(1.79769313486231570815e+308L)
  158. #define __DBL_MIN__ double(2.22507385850720138309e-308L)
  159. #define __DBL_EPSILON__ double(2.22044604925031308085e-16L)
  160. #define __DBL_DENORM_MIN__ double(4.94065645841246544177e-324L)
  161. #define __DBL_HAS_DENORM__ 1
  162. #define __DBL_HAS_INFINITY__ 1
  163. #define __DBL_HAS_QUIET_NAN__ 1
  164. #define __LDBL_MANT_DIG__ 64
  165. #define __LDBL_DIG__ 18
  166. #define __LDBL_MIN_EXP__ (-16381)
  167. #define __LDBL_MIN_10_EXP__ (-4931)
  168. #define __LDBL_MAX_EXP__ 16384
  169. #define __LDBL_MAX_10_EXP__ 4932
  170. #define __DECIMAL_DIG__ 21
  171. #define __LDBL_MAX__ 1.18973149535723176502e+4932L
  172. #define __LDBL_MIN__ 3.36210314311209350626e-4932L
  173. #define __LDBL_EPSILON__ 1.08420217248550443401e-19L
  174. #define __LDBL_DENORM_MIN__ 3.64519953188247460253e-4951L
  175. #define __LDBL_HAS_DENORM__ 1
  176. #define __LDBL_HAS_INFINITY__ 1
  177. #define __LDBL_HAS_QUIET_NAN__ 1
  178. #define __DEC32_MANT_DIG__ 7
  179. #define __DEC32_MIN_EXP__ (-94)
  180. #define __DEC32_MAX_EXP__ 97
  181. #define __DEC32_MIN__ 1E-95DF
  182. #define __DEC32_MAX__ 9.999999E96DF
  183. #define __DEC32_EPSILON__ 1E-6DF
  184. #define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF
  185. #define __DEC64_MANT_DIG__ 16
  186. #define __DEC64_MIN_EXP__ (-382)
  187. #define __DEC64_MAX_EXP__ 385
  188. #define __DEC64_MIN__ 1E-383DD
  189. #define __DEC64_MAX__ 9.999999999999999E384DD
  190. #define __DEC64_EPSILON__ 1E-15DD
  191. #define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD
  192. #define __DEC128_MANT_DIG__ 34
  193. #define __DEC128_MIN_EXP__ (-6142)
  194. #define __DEC128_MAX_EXP__ 6145
  195. #define __DEC128_MIN__ 1E-6143DL
  196. #define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL
  197. #define __DEC128_EPSILON__ 1E-33DL
  198. #define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL
  199. #define __REGISTER_PREFIX__
  200. #define __USER_LABEL_PREFIX__
  201. #define __GNUC_GNU_INLINE__ 1
  202. #define __NO_INLINE__ 1
  203. #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1
  204. #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
  205. #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
  206. #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
  207. #define __GCC_ATOMIC_BOOL_LOCK_FREE 2
  208. #define __GCC_ATOMIC_CHAR_LOCK_FREE 2
  209. #define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
  210. #define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
  211. #define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
  212. #define __GCC_ATOMIC_SHORT_LOCK_FREE 2
  213. #define __GCC_ATOMIC_INT_LOCK_FREE 2
  214. #define __GCC_ATOMIC_LONG_LOCK_FREE 2
  215. #define __GCC_ATOMIC_LLONG_LOCK_FREE 2
  216. #define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
  217. #define __GCC_ATOMIC_POINTER_LOCK_FREE 2
  218. #define __GCC_HAVE_DWARF2_CFI_ASM 1
  219. #define __PRAGMA_REDEFINE_EXTNAME 1
  220. #define __SIZEOF_INT128__ 16
  221. #define __SIZEOF_WCHAR_T__ 4
  222. #define __SIZEOF_WINT_T__ 4
  223. #define __SIZEOF_PTRDIFF_T__ 8
  224. #define __amd64 1
  225. #define __amd64__ 1
  226. #define __x86_64 1
  227. #define __x86_64__ 1
  228. #define __ATOMIC_HLE_ACQUIRE 65536
  229. #define __ATOMIC_HLE_RELEASE 131072
  230. #define __k8 1
  231. #define __k8__ 1
  232. #define __code_model_small__ 1
  233. #define __MMX__ 1
  234. #define __SSE__ 1
  235. #define __SSE2__ 1
  236. #define __FXSR__ 1
  237. #define __SSE_MATH__ 1
  238. #define __SSE2_MATH__ 1
  239. #define __gnu_linux__ 1
  240. #define __linux 1
  241. #define __linux__ 1
  242. #define linux 1
  243. #define __unix 1
  244. #define __unix__ 1
  245. #define unix 1
  246. #define __ELF__ 1
  247. #define __DECIMAL_BID_FORMAT__ 1
  248. # 1 "<command-line>"
  249. #define _GNU_SOURCE 1
  250. # 1 "/usr/include/stdc-predef.h" 1 3 4
  251. # 19 "/usr/include/stdc-predef.h" 3 4
  252. #define _STDC_PREDEF_H 1
  253. # 38 "/usr/include/stdc-predef.h" 3 4
  254. #define __STDC_IEC_559__ 1
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262. #define __STDC_IEC_559_COMPLEX__ 1
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270. #define __STDC_ISO_10646__ 201103L
  271.  
  272.  
  273. #define __STDC_NO_THREADS__ 1
  274. # 1 "<command-line>" 2
  275. # 1 "/tmp/kornel.cpp"
  276. # 1 "/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h" 1 3 4
  277. # 9 "/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h" 3 4
  278. # 1 "/usr/include/stdint.h" 1 3 4
  279. # 23 "/usr/include/stdint.h" 3 4
  280. #define _STDINT_H 1
  281.  
  282. # 1 "/usr/include/features.h" 1 3 4
  283. # 19 "/usr/include/features.h" 3 4
  284. #define _FEATURES_H 1
  285. # 101 "/usr/include/features.h" 3 4
  286. #undef __USE_ISOC11
  287. #undef __USE_ISOC99
  288. #undef __USE_ISOC95
  289. #undef __USE_ISOCXX11
  290. #undef __USE_POSIX
  291. #undef __USE_POSIX2
  292. #undef __USE_POSIX199309
  293. #undef __USE_POSIX199506
  294. #undef __USE_XOPEN
  295. #undef __USE_XOPEN_EXTENDED
  296. #undef __USE_UNIX98
  297. #undef __USE_XOPEN2K
  298. #undef __USE_XOPEN2KXSI
  299. #undef __USE_XOPEN2K8
  300. #undef __USE_XOPEN2K8XSI
  301. #undef __USE_LARGEFILE
  302. #undef __USE_LARGEFILE64
  303. #undef __USE_FILE_OFFSET64
  304. #undef __USE_BSD
  305. #undef __USE_SVID
  306. #undef __USE_MISC
  307. #undef __USE_ATFILE
  308. #undef __USE_GNU
  309. #undef __USE_REENTRANT
  310. #undef __USE_FORTIFY_LEVEL
  311. #undef __KERNEL_STRICT_NAMES
  312.  
  313.  
  314.  
  315.  
  316. #define __KERNEL_STRICT_NAMES
  317. # 142 "/usr/include/features.h" 3 4
  318. #define __GNUC_PREREQ(maj,min) ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
  319. # 151 "/usr/include/features.h" 3 4
  320. #undef _ISOC95_SOURCE
  321. #define _ISOC95_SOURCE 1
  322. #undef _ISOC99_SOURCE
  323. #define _ISOC99_SOURCE 1
  324. #undef _ISOC11_SOURCE
  325. #define _ISOC11_SOURCE 1
  326. #undef _POSIX_SOURCE
  327. #define _POSIX_SOURCE 1
  328. #undef _POSIX_C_SOURCE
  329. #define _POSIX_C_SOURCE 200809L
  330. #undef _XOPEN_SOURCE
  331. #define _XOPEN_SOURCE 700
  332. #undef _XOPEN_SOURCE_EXTENDED
  333. #define _XOPEN_SOURCE_EXTENDED 1
  334. #undef _LARGEFILE64_SOURCE
  335. #define _LARGEFILE64_SOURCE 1
  336. #undef _DEFAULT_SOURCE
  337. #define _DEFAULT_SOURCE 1
  338. #undef _BSD_SOURCE
  339. #define _BSD_SOURCE 1
  340. #undef _SVID_SOURCE
  341. #define _SVID_SOURCE 1
  342. #undef _ATFILE_SOURCE
  343. #define _ATFILE_SOURCE 1
  344. # 185 "/usr/include/features.h" 3 4
  345. #undef _DEFAULT_SOURCE
  346. #define _DEFAULT_SOURCE 1
  347. #undef _BSD_SOURCE
  348. #define _BSD_SOURCE 1
  349. #undef _SVID_SOURCE
  350. #define _SVID_SOURCE 1
  351.  
  352.  
  353.  
  354.  
  355.  
  356. #define __USE_ISOC11 1
  357.  
  358.  
  359.  
  360.  
  361.  
  362. #define __USE_ISOC99 1
  363.  
  364.  
  365.  
  366.  
  367.  
  368. #define __USE_ISOC95 1
  369. # 227 "/usr/include/features.h" 3 4
  370. #undef _POSIX_SOURCE
  371. #define _POSIX_SOURCE 1
  372. #undef _POSIX_C_SOURCE
  373. #define _POSIX_C_SOURCE 200809L
  374. # 248 "/usr/include/features.h" 3 4
  375. #define __USE_POSIX 1
  376.  
  377.  
  378.  
  379. #define __USE_POSIX2 1
  380.  
  381.  
  382.  
  383. #define __USE_POSIX199309 1
  384.  
  385.  
  386.  
  387. #define __USE_POSIX199506 1
  388.  
  389.  
  390.  
  391. #define __USE_XOPEN2K 1
  392. #undef __USE_ISOC95
  393. #define __USE_ISOC95 1
  394. #undef __USE_ISOC99
  395. #define __USE_ISOC99 1
  396.  
  397.  
  398.  
  399. #define __USE_XOPEN2K8 1
  400. #undef _ATFILE_SOURCE
  401. #define _ATFILE_SOURCE 1
  402.  
  403.  
  404.  
  405. #define __USE_XOPEN 1
  406.  
  407. #define __USE_XOPEN_EXTENDED 1
  408. #define __USE_UNIX98 1
  409. #undef _LARGEFILE_SOURCE
  410. #define _LARGEFILE_SOURCE 1
  411.  
  412.  
  413. #define __USE_XOPEN2K8 1
  414. #define __USE_XOPEN2K8XSI 1
  415.  
  416. #define __USE_XOPEN2K 1
  417. #define __USE_XOPEN2KXSI 1
  418. #undef __USE_ISOC95
  419. #define __USE_ISOC95 1
  420. #undef __USE_ISOC99
  421. #define __USE_ISOC99 1
  422. # 304 "/usr/include/features.h" 3 4
  423. #define __USE_LARGEFILE 1
  424.  
  425.  
  426.  
  427. #define __USE_LARGEFILE64 1
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435. #define __USE_MISC 1
  436.  
  437.  
  438.  
  439. #define __USE_BSD 1
  440.  
  441.  
  442.  
  443. #define __USE_SVID 1
  444.  
  445.  
  446.  
  447. #define __USE_ATFILE 1
  448.  
  449.  
  450.  
  451. #define __USE_GNU 1
  452. # 347 "/usr/include/features.h" 3 4
  453. #define __USE_FORTIFY_LEVEL 0
  454. # 360 "/usr/include/features.h" 3 4
  455. #undef __GNU_LIBRARY__
  456. #define __GNU_LIBRARY__ 6
  457.  
  458.  
  459.  
  460. #define __GLIBC__ 2
  461. #define __GLIBC_MINOR__ 19
  462.  
  463. #define __GLIBC_PREREQ(maj,min) ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
  464.  
  465.  
  466.  
  467.  
  468.  
  469. # 1 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 1 3 4
  470. # 19 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  471. #define _SYS_CDEFS_H 1
  472. # 34 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  473. #undef __P
  474. #undef __PMT
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481. #define __LEAF , __leaf__
  482. #define __LEAF_ATTR __attribute__ ((__leaf__))
  483. # 60 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  484. #define __THROW throw ()
  485. #define __THROWNL throw ()
  486. #define __NTH(fct) __LEAF_ATTR fct throw ()
  487. # 82 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  488. #define __P(args) args
  489. #define __PMT(args) args
  490.  
  491.  
  492.  
  493.  
  494. #define __CONCAT(x,y) x ## y
  495. #define __STRING(x) #x
  496.  
  497.  
  498. #define __ptr_t void *
  499. #define __long_double_t long double
  500.  
  501.  
  502.  
  503.  
  504. #define __BEGIN_DECLS extern "C" {
  505. #define __END_DECLS }
  506. # 122 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  507. #define __BEGIN_NAMESPACE_STD
  508. #define __END_NAMESPACE_STD
  509. #define __USING_NAMESPACE_STD(name)
  510. #define __BEGIN_NAMESPACE_C99
  511. #define __END_NAMESPACE_C99
  512. #define __USING_NAMESPACE_C99(name)
  513.  
  514.  
  515.  
  516.  
  517. #define __bos(ptr) __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1)
  518. #define __bos0(ptr) __builtin_object_size (ptr, 0)
  519. #define __fortify_function __extern_always_inline __attribute_artificial__
  520.  
  521.  
  522. #define __warndecl(name,msg) extern void name (void) __attribute__((__warning__ (msg)))
  523.  
  524. #define __warnattr(msg) __attribute__((__warning__ (msg)))
  525. #define __errordecl(name,msg) extern void name (void) __attribute__((__error__ (msg)))
  526. # 151 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  527. #define __flexarr []
  528. # 178 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  529. #define __REDIRECT(name,proto,alias) name proto __asm__ (__ASMNAME (#alias))
  530.  
  531. #define __REDIRECT_NTH(name,proto,alias) name proto __THROW __asm__ (__ASMNAME (#alias))
  532.  
  533. #define __REDIRECT_NTHNL(name,proto,alias) name proto __THROWNL __asm__ (__ASMNAME (#alias))
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541. #define __ASMNAME(cname) __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  542. #define __ASMNAME2(prefix,cname) __STRING (prefix) cname
  543. # 212 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  544. #define __attribute_malloc__ __attribute__ ((__malloc__))
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552. #define __attribute_alloc_size__(params) __attribute__ ((__alloc_size__ params))
  553. # 230 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  554. #define __attribute_pure__ __attribute__ ((__pure__))
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561. #define __attribute_const__ __attribute__ ((__const__))
  562. # 246 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  563. #define __attribute_used__ __attribute__ ((__used__))
  564. #define __attribute_noinline__ __attribute__ ((__noinline__))
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572. #define __attribute_deprecated__ __attribute__ ((__deprecated__))
  573. # 267 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  574. #define __attribute_format_arg__(x) __attribute__ ((__format_arg__ (x)))
  575. # 277 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  576. #define __attribute_format_strfmon__(a,b) __attribute__ ((__format__ (__strfmon__, a, b)))
  577. # 286 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  578. #define __nonnull(params) __attribute__ ((__nonnull__ params))
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586. #define __attribute_warn_unused_result__ __attribute__ ((__warn_unused_result__))
  587. # 303 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  588. #define __wur
  589.  
  590.  
  591.  
  592.  
  593. #define __always_inline __inline __attribute__ ((__always_inline__))
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601. #define __attribute_artificial__ __attribute__ ((__artificial__))
  602. # 327 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  603. #define __extern_inline extern __inline __attribute__ ((__gnu_inline__))
  604. #define __extern_always_inline extern __always_inline __attribute__ ((__gnu_inline__))
  605. # 342 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  606. #define __va_arg_pack() __builtin_va_arg_pack ()
  607. #define __va_arg_pack_len() __builtin_va_arg_pack_len ()
  608. # 366 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  609. #define __restrict_arr
  610. # 378 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  611. #define __glibc_unlikely(cond) __builtin_expect ((cond), 0)
  612. #define __glibc_likely(cond) __builtin_expect ((cond), 1)
  613.  
  614.  
  615.  
  616.  
  617.  
  618. # 1 "/usr/include/x86_64-linux-gnu/bits/wordsize.h" 1 3 4
  619.  
  620.  
  621.  
  622. #define __WORDSIZE 64
  623.  
  624.  
  625.  
  626.  
  627.  
  628. #define __WORDSIZE_TIME64_COMPAT32 1
  629.  
  630. #define __SYSCALL_WORDSIZE 64
  631. # 386 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 2 3 4
  632. # 407 "/usr/include/x86_64-linux-gnu/sys/cdefs.h" 3 4
  633. #define __LDBL_REDIR1(name,proto,alias) name proto
  634. #define __LDBL_REDIR(name,proto) name proto
  635. #define __LDBL_REDIR1_NTH(name,proto,alias) name proto __THROW
  636. #define __LDBL_REDIR_NTH(name,proto) name proto __THROW
  637. #define __LDBL_REDIR_DECL(name)
  638.  
  639. #define __REDIRECT_LDBL(name,proto,alias) __REDIRECT (name, proto, alias)
  640. #define __REDIRECT_NTH_LDBL(name,proto,alias) __REDIRECT_NTH (name, proto, alias)
  641. # 375 "/usr/include/features.h" 2 3 4
  642. # 398 "/usr/include/features.h" 3 4
  643. # 1 "/usr/include/x86_64-linux-gnu/gnu/stubs.h" 1 3 4
  644. # 10 "/usr/include/x86_64-linux-gnu/gnu/stubs.h" 3 4
  645. # 1 "/usr/include/x86_64-linux-gnu/gnu/stubs-64.h" 1 3 4
  646. # 10 "/usr/include/x86_64-linux-gnu/gnu/stubs-64.h" 3 4
  647. #define __stub_bdflush
  648. #define __stub_chflags
  649. #define __stub_fattach
  650. #define __stub_fchflags
  651. #define __stub_fdetach
  652. #define __stub_getmsg
  653. #define __stub_gtty
  654. #define __stub_lchmod
  655. #define __stub_putmsg
  656. #define __stub_revoke
  657. #define __stub_setlogin
  658. #define __stub_sigreturn
  659. #define __stub_sstk
  660. #define __stub_stty
  661. # 11 "/usr/include/x86_64-linux-gnu/gnu/stubs.h" 2 3 4
  662. # 399 "/usr/include/features.h" 2 3 4
  663. # 26 "/usr/include/stdint.h" 2 3 4
  664. # 1 "/usr/include/x86_64-linux-gnu/bits/wchar.h" 1 3 4
  665. # 20 "/usr/include/x86_64-linux-gnu/bits/wchar.h" 3 4
  666. #define _BITS_WCHAR_H 1
  667. # 34 "/usr/include/x86_64-linux-gnu/bits/wchar.h" 3 4
  668. #define __WCHAR_MAX __WCHAR_MAX__
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676. #define __WCHAR_MIN __WCHAR_MIN__
  677. # 27 "/usr/include/stdint.h" 2 3 4
  678. # 1 "/usr/include/x86_64-linux-gnu/bits/wordsize.h" 1 3 4
  679.  
  680.  
  681.  
  682. #define __WORDSIZE 64
  683.  
  684.  
  685.  
  686.  
  687.  
  688. #define __WORDSIZE_TIME64_COMPAT32 1
  689.  
  690. #define __SYSCALL_WORDSIZE 64
  691. # 28 "/usr/include/stdint.h" 2 3 4
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699. #define __int8_t_defined
  700. typedef signed char int8_t;
  701. typedef short int int16_t;
  702. typedef int int32_t;
  703.  
  704. typedef long int int64_t;
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712. typedef unsigned char uint8_t;
  713. typedef unsigned short int uint16_t;
  714.  
  715. typedef unsigned int uint32_t;
  716. #define __uint32_t_defined
  717.  
  718.  
  719. typedef unsigned long int uint64_t;
  720. # 65 "/usr/include/stdint.h" 3 4
  721. typedef signed char int_least8_t;
  722. typedef short int int_least16_t;
  723. typedef int int_least32_t;
  724.  
  725. typedef long int int_least64_t;
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732. typedef unsigned char uint_least8_t;
  733. typedef unsigned short int uint_least16_t;
  734. typedef unsigned int uint_least32_t;
  735.  
  736. typedef unsigned long int uint_least64_t;
  737. # 90 "/usr/include/stdint.h" 3 4
  738. typedef signed char int_fast8_t;
  739.  
  740. typedef long int int_fast16_t;
  741. typedef long int int_fast32_t;
  742. typedef long int int_fast64_t;
  743. # 103 "/usr/include/stdint.h" 3 4
  744. typedef unsigned char uint_fast8_t;
  745.  
  746. typedef unsigned long int uint_fast16_t;
  747. typedef unsigned long int uint_fast32_t;
  748. typedef unsigned long int uint_fast64_t;
  749. # 119 "/usr/include/stdint.h" 3 4
  750. typedef long int intptr_t;
  751. #define __intptr_t_defined
  752.  
  753. typedef unsigned long int uintptr_t;
  754. # 134 "/usr/include/stdint.h" 3 4
  755. typedef long int intmax_t;
  756. typedef unsigned long int uintmax_t;
  757. # 145 "/usr/include/stdint.h" 3 4
  758. #define __INT64_C(c) c ## L
  759. #define __UINT64_C(c) c ## UL
  760. # 155 "/usr/include/stdint.h" 3 4
  761. #define INT8_MIN (-128)
  762. #define INT16_MIN (-32767-1)
  763. #define INT32_MIN (-2147483647-1)
  764. #define INT64_MIN (-__INT64_C(9223372036854775807)-1)
  765.  
  766. #define INT8_MAX (127)
  767. #define INT16_MAX (32767)
  768. #define INT32_MAX (2147483647)
  769. #define INT64_MAX (__INT64_C(9223372036854775807))
  770.  
  771.  
  772. #define UINT8_MAX (255)
  773. #define UINT16_MAX (65535)
  774. #define UINT32_MAX (4294967295U)
  775. #define UINT64_MAX (__UINT64_C(18446744073709551615))
  776.  
  777.  
  778.  
  779. #define INT_LEAST8_MIN (-128)
  780. #define INT_LEAST16_MIN (-32767-1)
  781. #define INT_LEAST32_MIN (-2147483647-1)
  782. #define INT_LEAST64_MIN (-__INT64_C(9223372036854775807)-1)
  783.  
  784. #define INT_LEAST8_MAX (127)
  785. #define INT_LEAST16_MAX (32767)
  786. #define INT_LEAST32_MAX (2147483647)
  787. #define INT_LEAST64_MAX (__INT64_C(9223372036854775807))
  788.  
  789.  
  790. #define UINT_LEAST8_MAX (255)
  791. #define UINT_LEAST16_MAX (65535)
  792. #define UINT_LEAST32_MAX (4294967295U)
  793. #define UINT_LEAST64_MAX (__UINT64_C(18446744073709551615))
  794.  
  795.  
  796.  
  797. #define INT_FAST8_MIN (-128)
  798.  
  799. #define INT_FAST16_MIN (-9223372036854775807L-1)
  800. #define INT_FAST32_MIN (-9223372036854775807L-1)
  801.  
  802.  
  803.  
  804.  
  805. #define INT_FAST64_MIN (-__INT64_C(9223372036854775807)-1)
  806.  
  807. #define INT_FAST8_MAX (127)
  808.  
  809. #define INT_FAST16_MAX (9223372036854775807L)
  810. #define INT_FAST32_MAX (9223372036854775807L)
  811.  
  812.  
  813.  
  814.  
  815. #define INT_FAST64_MAX (__INT64_C(9223372036854775807))
  816.  
  817.  
  818. #define UINT_FAST8_MAX (255)
  819.  
  820. #define UINT_FAST16_MAX (18446744073709551615UL)
  821. #define UINT_FAST32_MAX (18446744073709551615UL)
  822.  
  823.  
  824.  
  825.  
  826. #define UINT_FAST64_MAX (__UINT64_C(18446744073709551615))
  827.  
  828.  
  829.  
  830.  
  831. #define INTPTR_MIN (-9223372036854775807L-1)
  832. #define INTPTR_MAX (9223372036854775807L)
  833. #define UINTPTR_MAX (18446744073709551615UL)
  834. # 236 "/usr/include/stdint.h" 3 4
  835. #define INTMAX_MIN (-__INT64_C(9223372036854775807)-1)
  836.  
  837. #define INTMAX_MAX (__INT64_C(9223372036854775807))
  838.  
  839.  
  840. #define UINTMAX_MAX (__UINT64_C(18446744073709551615))
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847. #define PTRDIFF_MIN (-9223372036854775807L-1)
  848. #define PTRDIFF_MAX (9223372036854775807L)
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855. #define SIG_ATOMIC_MIN (-2147483647-1)
  856. #define SIG_ATOMIC_MAX (2147483647)
  857.  
  858.  
  859.  
  860. #define SIZE_MAX (18446744073709551615UL)
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868. #define WCHAR_MIN __WCHAR_MIN
  869. #define WCHAR_MAX __WCHAR_MAX
  870.  
  871.  
  872.  
  873. #define WINT_MIN (0u)
  874. #define WINT_MAX (4294967295u)
  875.  
  876.  
  877. #define INT8_C(c) c
  878. #define INT16_C(c) c
  879. #define INT32_C(c) c
  880.  
  881. #define INT64_C(c) c ## L
  882.  
  883.  
  884.  
  885.  
  886.  
  887. #define UINT8_C(c) c
  888. #define UINT16_C(c) c
  889. #define UINT32_C(c) c ## U
  890.  
  891. #define UINT64_C(c) c ## UL
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898. #define INTMAX_C(c) c ## L
  899. #define UINTMAX_C(c) c ## UL
  900. # 10 "/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h" 2 3 4
  901.  
  902.  
  903.  
  904. #define _GCC_WRAP_STDINT_H
  905. # 1 "/tmp/kornel.cpp" 2
  906.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement