Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlanhaskins/36eafa7f717fb2709ae5b962977d4b40 to your computer and use it in GitHub Desktop.
Save harlanhaskins/36eafa7f717fb2709ae5b962977d4b40 to your computer and use it in GitHub Desktop.
C imports in Trill
(var_assign_decl <none>:2:18 kind="global" modifiers="implicit" mutable=false name="__llvm__" type="Int"
(num_expr <none>:2:18 raw="1" type="Int" value=1))
(var_assign_decl <none>:3:19 kind="global" modifiers="implicit" mutable=false name="__clang__" type="Int"
(num_expr <none>:3:19 raw="1" type="Int" value=1))
(var_assign_decl <none>:4:25 kind="global" modifiers="implicit" mutable=false name="__clang_major__" type="Int"
(num_expr <none>:4:25 raw="3" type="Int" value=3))
(var_assign_decl <none>:5:25 kind="global" modifiers="implicit" mutable=false name="__clang_minor__" type="Int"
(num_expr <none>:5:25 raw="9" type="Int" value=9))
(var_assign_decl <none>:6:30 kind="global" modifiers="implicit" mutable=false name="__clang_patchlevel__" type="Int"
(num_expr <none>:6:30 raw="1" type="Int" value=1))
(var_assign_decl <none>:7:27 kind="global" modifiers="implicit" mutable=false name="__clang_version__" type="*Int8"
(string_expr <none>:7:27 type="*Int8" value="3.9.1 (tags/RELEASE_391/final)"))
(var_assign_decl <none>:8:24 kind="global" modifiers="implicit" mutable=false name="__GNUC_MINOR__" type="Int"
(num_expr <none>:8:24 raw="2" type="Int" value=2))
(var_assign_decl <none>:9:29 kind="global" modifiers="implicit" mutable=false name="__GNUC_PATCHLEVEL__" type="Int"
(num_expr <none>:9:29 raw="1" type="Int" value=1))
(var_assign_decl <none>:10:18 kind="global" modifiers="implicit" mutable=false name="__GNUC__" type="Int"
(num_expr <none>:10:18 raw="4" type="Int" value=4))
(var_assign_decl <none>:11:27 kind="global" modifiers="implicit" mutable=false name="__GXX_ABI_VERSION" type="Int"
(num_expr <none>:11:27 raw="1002" type="Int" value=1002))
(var_assign_decl <none>:12:26 kind="global" modifiers="implicit" mutable=false name="__ATOMIC_RELAXED" type="Int"
(num_expr <none>:12:26 raw="0" type="Int" value=0))
(var_assign_decl <none>:13:26 kind="global" modifiers="implicit" mutable=false name="__ATOMIC_CONSUME" type="Int"
(num_expr <none>:13:26 raw="1" type="Int" value=1))
(var_assign_decl <none>:14:26 kind="global" modifiers="implicit" mutable=false name="__ATOMIC_ACQUIRE" type="Int"
(num_expr <none>:14:26 raw="2" type="Int" value=2))
(var_assign_decl <none>:15:26 kind="global" modifiers="implicit" mutable=false name="__ATOMIC_RELEASE" type="Int"
(num_expr <none>:15:26 raw="3" type="Int" value=3))
(var_assign_decl <none>:16:26 kind="global" modifiers="implicit" mutable=false name="__ATOMIC_ACQ_REL" type="Int"
(num_expr <none>:16:26 raw="4" type="Int" value=4))
(var_assign_decl <none>:17:26 kind="global" modifiers="implicit" mutable=false name="__ATOMIC_SEQ_CST" type="Int"
(num_expr <none>:17:26 raw="5" type="Int" value=5))
(var_assign_decl <none>:18:35 kind="global" modifiers="implicit" mutable=false name="__PRAGMA_REDEFINE_EXTNAME" type="Int"
(num_expr <none>:18:35 raw="1" type="Int" value=1))
(var_assign_decl <none>:19:21 kind="global" modifiers="implicit" mutable=false name="__VERSION__" type="*Int8"
(string_expr <none>:19:21 type="*Int8" value="4.2.1 Compatible Clang 3.9.1 (tags/RELEASE_391/final)"))
(var_assign_decl <none>:20:32 kind="global" modifiers="implicit" mutable=false name="__CONSTANT_CFSTRINGS__" type="Int"
(num_expr <none>:20:32 raw="1" type="Int" value=1))
(var_assign_decl <none>:22:20 kind="global" modifiers="implicit" mutable=false name="__BLOCKS__" type="Int"
(num_expr <none>:22:20 raw="1" type="Int" value=1))
(var_assign_decl <none>:23:33 kind="global" modifiers="implicit" mutable=false name="__ORDER_LITTLE_ENDIAN__" type="Int"
(num_expr <none>:23:33 raw="1234" type="Int" value=1234))
(var_assign_decl <none>:24:30 kind="global" modifiers="implicit" mutable=false name="__ORDER_BIG_ENDIAN__" type="Int"
(num_expr <none>:24:30 raw="4321" type="Int" value=4321))
(var_assign_decl <none>:25:30 kind="global" modifiers="implicit" mutable=false name="__ORDER_PDP_ENDIAN__" type="Int"
(num_expr <none>:25:30 raw="3412" type="Int" value=3412))
(var_assign_decl <none>:26:9 kind="global" modifiers="implicit" mutable=false name="__BYTE_ORDER__" type="Int"
(var_expr <none>:26:24 name="__ORDER_LITTLE_ENDIAN__" type="Int"))
(var_assign_decl <none>:27:27 kind="global" modifiers="implicit" mutable=false name="__LITTLE_ENDIAN__" type="Int"
(num_expr <none>:27:27 raw="1" type="Int" value=1))
(var_assign_decl <none>:28:15 kind="global" modifiers="implicit" mutable=false name="_LP64" type="Int"
(num_expr <none>:28:15 raw="1" type="Int" value=1))
(var_assign_decl <none>:29:18 kind="global" modifiers="implicit" mutable=false name="__LP64__" type="Int"
(num_expr <none>:29:18 raw="1" type="Int" value=1))
(var_assign_decl <none>:30:22 kind="global" modifiers="implicit" mutable=false name="__CHAR_BIT__" type="Int"
(num_expr <none>:30:22 raw="8" type="Int" value=8))
(var_assign_decl <none>:31:23 kind="global" modifiers="implicit" mutable=false name="__SCHAR_MAX__" type="Int"
(num_expr <none>:31:23 raw="127" type="Int" value=127))
(var_assign_decl <none>:32:22 kind="global" modifiers="implicit" mutable=false name="__SHRT_MAX__" type="Int"
(num_expr <none>:32:22 raw="32767" type="Int" value=32767))
(var_assign_decl <none>:33:21 kind="global" modifiers="implicit" mutable=false name="__INT_MAX__" type="Int"
(num_expr <none>:33:21 raw="2147483647" type="Int" value=2147483647))
(var_assign_decl <none>:34:22 kind="global" modifiers="implicit" mutable=false name="__LONG_MAX__" type="Int")
(var_assign_decl <none>:35:27 kind="global" modifiers="implicit" mutable=false name="__LONG_LONG_MAX__" type="Int")
(var_assign_decl <none>:36:23 kind="global" modifiers="implicit" mutable=false name="__WCHAR_MAX__" type="Int"
(num_expr <none>:36:23 raw="2147483647" type="Int" value=2147483647))
(var_assign_decl <none>:37:24 kind="global" modifiers="implicit" mutable=false name="__INTMAX_MAX__" type="Int")
(var_assign_decl <none>:38:22 kind="global" modifiers="implicit" mutable=false name="__SIZE_MAX__" type="UInt")
(var_assign_decl <none>:39:25 kind="global" modifiers="implicit" mutable=false name="__UINTMAX_MAX__" type="UInt")
(var_assign_decl <none>:40:25 kind="global" modifiers="implicit" mutable=false name="__PTRDIFF_MAX__" type="Int")
(var_assign_decl <none>:41:24 kind="global" modifiers="implicit" mutable=false name="__INTPTR_MAX__" type="Int")
(var_assign_decl <none>:42:25 kind="global" modifiers="implicit" mutable=false name="__UINTPTR_MAX__" type="UInt")
(var_assign_decl <none>:43:27 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_DOUBLE__" type="Int"
(num_expr <none>:43:27 raw="8" type="Int" value=8))
(var_assign_decl <none>:44:26 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_FLOAT__" type="Int"
(num_expr <none>:44:26 raw="4" type="Int" value=4))
(var_assign_decl <none>:45:24 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_INT__" type="Int"
(num_expr <none>:45:24 raw="4" type="Int" value=4))
(var_assign_decl <none>:46:25 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_LONG__" type="Int"
(num_expr <none>:46:25 raw="8" type="Int" value=8))
(var_assign_decl <none>:47:32 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_LONG_DOUBLE__" type="Int"
(num_expr <none>:47:32 raw="16" type="Int" value=16))
(var_assign_decl <none>:48:30 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_LONG_LONG__" type="Int"
(num_expr <none>:48:30 raw="8" type="Int" value=8))
(var_assign_decl <none>:49:28 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_POINTER__" type="Int"
(num_expr <none>:49:28 raw="8" type="Int" value=8))
(var_assign_decl <none>:50:26 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_SHORT__" type="Int"
(num_expr <none>:50:26 raw="2" type="Int" value=2))
(var_assign_decl <none>:51:30 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_PTRDIFF_T__" type="Int"
(num_expr <none>:51:30 raw="8" type="Int" value=8))
(var_assign_decl <none>:52:27 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_SIZE_T__" type="Int"
(num_expr <none>:52:27 raw="8" type="Int" value=8))
(var_assign_decl <none>:53:28 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_WCHAR_T__" type="Int"
(num_expr <none>:53:28 raw="4" type="Int" value=4))
(var_assign_decl <none>:54:27 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_WINT_T__" type="Int"
(num_expr <none>:54:27 raw="4" type="Int" value=4))
(var_assign_decl <none>:55:27 kind="global" modifiers="implicit" mutable=false name="__SIZEOF_INT128__" type="Int"
(num_expr <none>:55:27 raw="16" type="Int" value=16))
(var_assign_decl <none>:57:25 kind="global" modifiers="implicit" mutable=false name="__INTMAX_FMTd__" type="*Int8"
(string_expr <none>:57:25 type="*Int8" value="ld"))
(var_assign_decl <none>:58:25 kind="global" modifiers="implicit" mutable=false name="__INTMAX_FMTi__" type="*Int8"
(string_expr <none>:58:25 type="*Int8" value="li"))
(var_assign_decl <none>:61:26 kind="global" modifiers="implicit" mutable=false name="__UINTMAX_FMTo__" type="*Int8"
(string_expr <none>:61:26 type="*Int8" value="lo"))
(var_assign_decl <none>:62:26 kind="global" modifiers="implicit" mutable=false name="__UINTMAX_FMTu__" type="*Int8"
(string_expr <none>:62:26 type="*Int8" value="lu"))
(var_assign_decl <none>:63:26 kind="global" modifiers="implicit" mutable=false name="__UINTMAX_FMTx__" type="*Int8"
(string_expr <none>:63:26 type="*Int8" value="lx"))
(var_assign_decl <none>:64:26 kind="global" modifiers="implicit" mutable=false name="__UINTMAX_FMTX__" type="*Int8"
(string_expr <none>:64:26 type="*Int8" value="lX"))
(var_assign_decl <none>:66:26 kind="global" modifiers="implicit" mutable=false name="__INTMAX_WIDTH__" type="Int"
(num_expr <none>:66:26 raw="64" type="Int" value=64))
(var_assign_decl <none>:68:26 kind="global" modifiers="implicit" mutable=false name="__PTRDIFF_FMTd__" type="*Int8"
(string_expr <none>:68:26 type="*Int8" value="ld"))
(var_assign_decl <none>:69:26 kind="global" modifiers="implicit" mutable=false name="__PTRDIFF_FMTi__" type="*Int8"
(string_expr <none>:69:26 type="*Int8" value="li"))
(var_assign_decl <none>:70:27 kind="global" modifiers="implicit" mutable=false name="__PTRDIFF_WIDTH__" type="Int"
(num_expr <none>:70:27 raw="64" type="Int" value=64))
(var_assign_decl <none>:72:25 kind="global" modifiers="implicit" mutable=false name="__INTPTR_FMTd__" type="*Int8"
(string_expr <none>:72:25 type="*Int8" value="ld"))
(var_assign_decl <none>:73:25 kind="global" modifiers="implicit" mutable=false name="__INTPTR_FMTi__" type="*Int8"
(string_expr <none>:73:25 type="*Int8" value="li"))
(var_assign_decl <none>:74:26 kind="global" modifiers="implicit" mutable=false name="__INTPTR_WIDTH__" type="Int"
(num_expr <none>:74:26 raw="64" type="Int" value=64))
(var_assign_decl <none>:76:23 kind="global" modifiers="implicit" mutable=false name="__SIZE_FMTo__" type="*Int8"
(string_expr <none>:76:23 type="*Int8" value="lo"))
(var_assign_decl <none>:77:23 kind="global" modifiers="implicit" mutable=false name="__SIZE_FMTu__" type="*Int8"
(string_expr <none>:77:23 type="*Int8" value="lu"))
(var_assign_decl <none>:78:23 kind="global" modifiers="implicit" mutable=false name="__SIZE_FMTx__" type="*Int8"
(string_expr <none>:78:23 type="*Int8" value="lx"))
(var_assign_decl <none>:79:23 kind="global" modifiers="implicit" mutable=false name="__SIZE_FMTX__" type="*Int8"
(string_expr <none>:79:23 type="*Int8" value="lX"))
(var_assign_decl <none>:80:24 kind="global" modifiers="implicit" mutable=false name="__SIZE_WIDTH__" type="Int"
(num_expr <none>:80:24 raw="64" type="Int" value=64))
(var_assign_decl <none>:82:25 kind="global" modifiers="implicit" mutable=false name="__WCHAR_WIDTH__" type="Int"
(num_expr <none>:82:25 raw="32" type="Int" value=32))
(var_assign_decl <none>:84:24 kind="global" modifiers="implicit" mutable=false name="__WINT_WIDTH__" type="Int"
(num_expr <none>:84:24 raw="32" type="Int" value=32))
(var_assign_decl <none>:85:30 kind="global" modifiers="implicit" mutable=false name="__SIG_ATOMIC_WIDTH__" type="Int"
(num_expr <none>:85:30 raw="32" type="Int" value=32))
(var_assign_decl <none>:86:28 kind="global" modifiers="implicit" mutable=false name="__SIG_ATOMIC_MAX__" type="Int"
(num_expr <none>:86:28 raw="2147483647" type="Int" value=2147483647))
(var_assign_decl <none>:89:27 kind="global" modifiers="implicit" mutable=false name="__UINTMAX_WIDTH__" type="Int"
(num_expr <none>:89:27 raw="64" type="Int" value=64))
(var_assign_decl <none>:91:26 kind="global" modifiers="implicit" mutable=false name="__UINTPTR_FMTo__" type="*Int8"
(string_expr <none>:91:26 type="*Int8" value="lo"))
(var_assign_decl <none>:92:26 kind="global" modifiers="implicit" mutable=false name="__UINTPTR_FMTu__" type="*Int8"
(string_expr <none>:92:26 type="*Int8" value="lu"))
(var_assign_decl <none>:93:26 kind="global" modifiers="implicit" mutable=false name="__UINTPTR_FMTx__" type="*Int8"
(string_expr <none>:93:26 type="*Int8" value="lx"))
(var_assign_decl <none>:94:26 kind="global" modifiers="implicit" mutable=false name="__UINTPTR_FMTX__" type="*Int8"
(string_expr <none>:94:26 type="*Int8" value="lX"))
(var_assign_decl <none>:95:27 kind="global" modifiers="implicit" mutable=false name="__UINTPTR_WIDTH__" type="Int"
(num_expr <none>:95:27 raw="64" type="Int" value=64))
(var_assign_decl <none>:97:28 kind="global" modifiers="implicit" mutable=false name="__FLT_HAS_DENORM__" type="Int"
(num_expr <none>:97:28 raw="1" type="Int" value=1))
(var_assign_decl <none>:98:21 kind="global" modifiers="implicit" mutable=false name="__FLT_DIG__" type="Int"
(num_expr <none>:98:21 raw="6" type="Int" value=6))
(var_assign_decl <none>:99:29 kind="global" modifiers="implicit" mutable=false name="__FLT_DECIMAL_DIG__" type="Int"
(num_expr <none>:99:29 raw="9" type="Int" value=9))
(var_assign_decl <none>:101:30 kind="global" modifiers="implicit" mutable=false name="__FLT_HAS_INFINITY__" type="Int"
(num_expr <none>:101:30 raw="1" type="Int" value=1))
(var_assign_decl <none>:102:31 kind="global" modifiers="implicit" mutable=false name="__FLT_HAS_QUIET_NAN__" type="Int"
(num_expr <none>:102:31 raw="1" type="Int" value=1))
(var_assign_decl <none>:103:26 kind="global" modifiers="implicit" mutable=false name="__FLT_MANT_DIG__" type="Int"
(num_expr <none>:103:26 raw="24" type="Int" value=24))
(var_assign_decl <none>:104:28 kind="global" modifiers="implicit" mutable=false name="__FLT_MAX_10_EXP__" type="Int"
(num_expr <none>:104:28 raw="38" type="Int" value=38))
(var_assign_decl <none>:105:25 kind="global" modifiers="implicit" mutable=false name="__FLT_MAX_EXP__" type="Int"
(num_expr <none>:105:25 raw="128" type="Int" value=128))
(var_assign_decl <none>:111:28 kind="global" modifiers="implicit" mutable=false name="__DBL_HAS_DENORM__" type="Int"
(num_expr <none>:111:28 raw="1" type="Int" value=1))
(var_assign_decl <none>:112:21 kind="global" modifiers="implicit" mutable=false name="__DBL_DIG__" type="Int"
(num_expr <none>:112:21 raw="15" type="Int" value=15))
(var_assign_decl <none>:113:29 kind="global" modifiers="implicit" mutable=false name="__DBL_DECIMAL_DIG__" type="Int"
(num_expr <none>:113:29 raw="17" type="Int" value=17))
(var_assign_decl <none>:115:30 kind="global" modifiers="implicit" mutable=false name="__DBL_HAS_INFINITY__" type="Int"
(num_expr <none>:115:30 raw="1" type="Int" value=1))
(var_assign_decl <none>:116:31 kind="global" modifiers="implicit" mutable=false name="__DBL_HAS_QUIET_NAN__" type="Int"
(num_expr <none>:116:31 raw="1" type="Int" value=1))
(var_assign_decl <none>:117:26 kind="global" modifiers="implicit" mutable=false name="__DBL_MANT_DIG__" type="Int"
(num_expr <none>:117:26 raw="53" type="Int" value=53))
(var_assign_decl <none>:118:28 kind="global" modifiers="implicit" mutable=false name="__DBL_MAX_10_EXP__" type="Int"
(num_expr <none>:118:28 raw="308" type="Int" value=308))
(var_assign_decl <none>:119:25 kind="global" modifiers="implicit" mutable=false name="__DBL_MAX_EXP__" type="Int"
(num_expr <none>:119:25 raw="1024" type="Int" value=1024))
(var_assign_decl <none>:125:29 kind="global" modifiers="implicit" mutable=false name="__LDBL_HAS_DENORM__" type="Int"
(num_expr <none>:125:29 raw="1" type="Int" value=1))
(var_assign_decl <none>:126:22 kind="global" modifiers="implicit" mutable=false name="__LDBL_DIG__" type="Int"
(num_expr <none>:126:22 raw="18" type="Int" value=18))
(var_assign_decl <none>:127:30 kind="global" modifiers="implicit" mutable=false name="__LDBL_DECIMAL_DIG__" type="Int"
(num_expr <none>:127:30 raw="21" type="Int" value=21))
(var_assign_decl <none>:129:31 kind="global" modifiers="implicit" mutable=false name="__LDBL_HAS_INFINITY__" type="Int"
(num_expr <none>:129:31 raw="1" type="Int" value=1))
(var_assign_decl <none>:130:32 kind="global" modifiers="implicit" mutable=false name="__LDBL_HAS_QUIET_NAN__" type="Int"
(num_expr <none>:130:32 raw="1" type="Int" value=1))
(var_assign_decl <none>:131:27 kind="global" modifiers="implicit" mutable=false name="__LDBL_MANT_DIG__" type="Int"
(num_expr <none>:131:27 raw="64" type="Int" value=64))
(var_assign_decl <none>:132:29 kind="global" modifiers="implicit" mutable=false name="__LDBL_MAX_10_EXP__" type="Int"
(num_expr <none>:132:29 raw="4932" type="Int" value=4932))
(var_assign_decl <none>:133:26 kind="global" modifiers="implicit" mutable=false name="__LDBL_MAX_EXP__" type="Int"
(num_expr <none>:133:26 raw="16384" type="Int" value=16384))
(var_assign_decl <none>:138:27 kind="global" modifiers="implicit" mutable=false name="__POINTER_WIDTH__" type="Int"
(num_expr <none>:138:27 raw="64" type="Int" value=64))
(var_assign_decl <none>:139:31 kind="global" modifiers="implicit" mutable=false name="__BIGGEST_ALIGNMENT__" type="Int"
(num_expr <none>:139:31 raw="16" type="Int" value=16))
(var_assign_decl <none>:141:23 kind="global" modifiers="implicit" mutable=false name="__INT8_FMTd__" type="*Int8"
(string_expr <none>:141:23 type="*Int8" value="hhd"))
(var_assign_decl <none>:142:23 kind="global" modifiers="implicit" mutable=false name="__INT8_FMTi__" type="*Int8"
(string_expr <none>:142:23 type="*Int8" value="hhi"))
(var_assign_decl <none>:145:24 kind="global" modifiers="implicit" mutable=false name="__INT16_FMTd__" type="*Int8"
(string_expr <none>:145:24 type="*Int8" value="hd"))
(var_assign_decl <none>:146:24 kind="global" modifiers="implicit" mutable=false name="__INT16_FMTi__" type="*Int8"
(string_expr <none>:146:24 type="*Int8" value="hi"))
(var_assign_decl <none>:149:24 kind="global" modifiers="implicit" mutable=false name="__INT32_FMTd__" type="*Int8"
(string_expr <none>:149:24 type="*Int8" value="d"))
(var_assign_decl <none>:150:24 kind="global" modifiers="implicit" mutable=false name="__INT32_FMTi__" type="*Int8"
(string_expr <none>:150:24 type="*Int8" value="i"))
(var_assign_decl <none>:153:24 kind="global" modifiers="implicit" mutable=false name="__INT64_FMTd__" type="*Int8"
(string_expr <none>:153:24 type="*Int8" value="lld"))
(var_assign_decl <none>:154:24 kind="global" modifiers="implicit" mutable=false name="__INT64_FMTi__" type="*Int8"
(string_expr <none>:154:24 type="*Int8" value="lli"))
(var_assign_decl <none>:157:24 kind="global" modifiers="implicit" mutable=false name="__UINT8_FMTo__" type="*Int8"
(string_expr <none>:157:24 type="*Int8" value="hho"))
(var_assign_decl <none>:158:24 kind="global" modifiers="implicit" mutable=false name="__UINT8_FMTu__" type="*Int8"
(string_expr <none>:158:24 type="*Int8" value="hhu"))
(var_assign_decl <none>:159:24 kind="global" modifiers="implicit" mutable=false name="__UINT8_FMTx__" type="*Int8"
(string_expr <none>:159:24 type="*Int8" value="hhx"))
(var_assign_decl <none>:160:24 kind="global" modifiers="implicit" mutable=false name="__UINT8_FMTX__" type="*Int8"
(string_expr <none>:160:24 type="*Int8" value="hhX"))
(var_assign_decl <none>:162:23 kind="global" modifiers="implicit" mutable=false name="__UINT8_MAX__" type="Int"
(num_expr <none>:162:23 raw="255" type="Int" value=255))
(var_assign_decl <none>:163:22 kind="global" modifiers="implicit" mutable=false name="__INT8_MAX__" type="Int"
(num_expr <none>:163:22 raw="127" type="Int" value=127))
(var_assign_decl <none>:165:25 kind="global" modifiers="implicit" mutable=false name="__UINT16_FMTo__" type="*Int8"
(string_expr <none>:165:25 type="*Int8" value="ho"))
(var_assign_decl <none>:166:25 kind="global" modifiers="implicit" mutable=false name="__UINT16_FMTu__" type="*Int8"
(string_expr <none>:166:25 type="*Int8" value="hu"))
(var_assign_decl <none>:167:25 kind="global" modifiers="implicit" mutable=false name="__UINT16_FMTx__" type="*Int8"
(string_expr <none>:167:25 type="*Int8" value="hx"))
(var_assign_decl <none>:168:25 kind="global" modifiers="implicit" mutable=false name="__UINT16_FMTX__" type="*Int8"
(string_expr <none>:168:25 type="*Int8" value="hX"))
(var_assign_decl <none>:170:24 kind="global" modifiers="implicit" mutable=false name="__UINT16_MAX__" type="Int"
(num_expr <none>:170:24 raw="65535" type="Int" value=65535))
(var_assign_decl <none>:171:23 kind="global" modifiers="implicit" mutable=false name="__INT16_MAX__" type="Int"
(num_expr <none>:171:23 raw="32767" type="Int" value=32767))
(var_assign_decl <none>:173:25 kind="global" modifiers="implicit" mutable=false name="__UINT32_FMTo__" type="*Int8"
(string_expr <none>:173:25 type="*Int8" value="o"))
(var_assign_decl <none>:174:25 kind="global" modifiers="implicit" mutable=false name="__UINT32_FMTu__" type="*Int8"
(string_expr <none>:174:25 type="*Int8" value="u"))
(var_assign_decl <none>:175:25 kind="global" modifiers="implicit" mutable=false name="__UINT32_FMTx__" type="*Int8"
(string_expr <none>:175:25 type="*Int8" value="x"))
(var_assign_decl <none>:176:25 kind="global" modifiers="implicit" mutable=false name="__UINT32_FMTX__" type="*Int8"
(string_expr <none>:176:25 type="*Int8" value="X"))
(var_assign_decl <none>:178:24 kind="global" modifiers="implicit" mutable=false name="__UINT32_MAX__" type="UInt32")
(var_assign_decl <none>:179:23 kind="global" modifiers="implicit" mutable=false name="__INT32_MAX__" type="Int"
(num_expr <none>:179:23 raw="2147483647" type="Int" value=2147483647))
(var_assign_decl <none>:181:25 kind="global" modifiers="implicit" mutable=false name="__UINT64_FMTo__" type="*Int8"
(string_expr <none>:181:25 type="*Int8" value="llo"))
(var_assign_decl <none>:182:25 kind="global" modifiers="implicit" mutable=false name="__UINT64_FMTu__" type="*Int8"
(string_expr <none>:182:25 type="*Int8" value="llu"))
(var_assign_decl <none>:183:25 kind="global" modifiers="implicit" mutable=false name="__UINT64_FMTx__" type="*Int8"
(string_expr <none>:183:25 type="*Int8" value="llx"))
(var_assign_decl <none>:184:25 kind="global" modifiers="implicit" mutable=false name="__UINT64_FMTX__" type="*Int8"
(string_expr <none>:184:25 type="*Int8" value="llX"))
(var_assign_decl <none>:186:24 kind="global" modifiers="implicit" mutable=false name="__UINT64_MAX__" type="UInt")
(var_assign_decl <none>:187:23 kind="global" modifiers="implicit" mutable=false name="__INT64_MAX__" type="Int")
(var_assign_decl <none>:189:28 kind="global" modifiers="implicit" mutable=false name="__INT_LEAST8_MAX__" type="Int"
(num_expr <none>:189:28 raw="127" type="Int" value=127))
(var_assign_decl <none>:190:29 kind="global" modifiers="implicit" mutable=false name="__INT_LEAST8_FMTd__" type="*Int8"
(string_expr <none>:190:29 type="*Int8" value="hhd"))
(var_assign_decl <none>:191:29 kind="global" modifiers="implicit" mutable=false name="__INT_LEAST8_FMTi__" type="*Int8"
(string_expr <none>:191:29 type="*Int8" value="hhi"))
(var_assign_decl <none>:193:29 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST8_MAX__" type="Int"
(num_expr <none>:193:29 raw="255" type="Int" value=255))
(var_assign_decl <none>:194:30 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST8_FMTo__" type="*Int8"
(string_expr <none>:194:30 type="*Int8" value="hho"))
(var_assign_decl <none>:195:30 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST8_FMTu__" type="*Int8"
(string_expr <none>:195:30 type="*Int8" value="hhu"))
(var_assign_decl <none>:196:30 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST8_FMTx__" type="*Int8"
(string_expr <none>:196:30 type="*Int8" value="hhx"))
(var_assign_decl <none>:197:30 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST8_FMTX__" type="*Int8"
(string_expr <none>:197:30 type="*Int8" value="hhX"))
(var_assign_decl <none>:199:29 kind="global" modifiers="implicit" mutable=false name="__INT_LEAST16_MAX__" type="Int"
(num_expr <none>:199:29 raw="32767" type="Int" value=32767))
(var_assign_decl <none>:200:30 kind="global" modifiers="implicit" mutable=false name="__INT_LEAST16_FMTd__" type="*Int8"
(string_expr <none>:200:30 type="*Int8" value="hd"))
(var_assign_decl <none>:201:30 kind="global" modifiers="implicit" mutable=false name="__INT_LEAST16_FMTi__" type="*Int8"
(string_expr <none>:201:30 type="*Int8" value="hi"))
(var_assign_decl <none>:203:30 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST16_MAX__" type="Int"
(num_expr <none>:203:30 raw="65535" type="Int" value=65535))
(var_assign_decl <none>:204:31 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST16_FMTo__" type="*Int8"
(string_expr <none>:204:31 type="*Int8" value="ho"))
(var_assign_decl <none>:205:31 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST16_FMTu__" type="*Int8"
(string_expr <none>:205:31 type="*Int8" value="hu"))
(var_assign_decl <none>:206:31 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST16_FMTx__" type="*Int8"
(string_expr <none>:206:31 type="*Int8" value="hx"))
(var_assign_decl <none>:207:31 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST16_FMTX__" type="*Int8"
(string_expr <none>:207:31 type="*Int8" value="hX"))
(var_assign_decl <none>:209:29 kind="global" modifiers="implicit" mutable=false name="__INT_LEAST32_MAX__" type="Int"
(num_expr <none>:209:29 raw="2147483647" type="Int" value=2147483647))
(var_assign_decl <none>:210:30 kind="global" modifiers="implicit" mutable=false name="__INT_LEAST32_FMTd__" type="*Int8"
(string_expr <none>:210:30 type="*Int8" value="d"))
(var_assign_decl <none>:211:30 kind="global" modifiers="implicit" mutable=false name="__INT_LEAST32_FMTi__" type="*Int8"
(string_expr <none>:211:30 type="*Int8" value="i"))
(var_assign_decl <none>:213:30 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST32_MAX__" type="UInt32")
(var_assign_decl <none>:214:31 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST32_FMTo__" type="*Int8"
(string_expr <none>:214:31 type="*Int8" value="o"))
(var_assign_decl <none>:215:31 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST32_FMTu__" type="*Int8"
(string_expr <none>:215:31 type="*Int8" value="u"))
(var_assign_decl <none>:216:31 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST32_FMTx__" type="*Int8"
(string_expr <none>:216:31 type="*Int8" value="x"))
(var_assign_decl <none>:217:31 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST32_FMTX__" type="*Int8"
(string_expr <none>:217:31 type="*Int8" value="X"))
(var_assign_decl <none>:219:29 kind="global" modifiers="implicit" mutable=false name="__INT_LEAST64_MAX__" type="Int")
(var_assign_decl <none>:220:30 kind="global" modifiers="implicit" mutable=false name="__INT_LEAST64_FMTd__" type="*Int8"
(string_expr <none>:220:30 type="*Int8" value="ld"))
(var_assign_decl <none>:221:30 kind="global" modifiers="implicit" mutable=false name="__INT_LEAST64_FMTi__" type="*Int8"
(string_expr <none>:221:30 type="*Int8" value="li"))
(var_assign_decl <none>:223:30 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST64_MAX__" type="UInt")
(var_assign_decl <none>:224:31 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST64_FMTo__" type="*Int8"
(string_expr <none>:224:31 type="*Int8" value="lo"))
(var_assign_decl <none>:225:31 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST64_FMTu__" type="*Int8"
(string_expr <none>:225:31 type="*Int8" value="lu"))
(var_assign_decl <none>:226:31 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST64_FMTx__" type="*Int8"
(string_expr <none>:226:31 type="*Int8" value="lx"))
(var_assign_decl <none>:227:31 kind="global" modifiers="implicit" mutable=false name="__UINT_LEAST64_FMTX__" type="*Int8"
(string_expr <none>:227:31 type="*Int8" value="lX"))
(var_assign_decl <none>:229:27 kind="global" modifiers="implicit" mutable=false name="__INT_FAST8_MAX__" type="Int"
(num_expr <none>:229:27 raw="127" type="Int" value=127))
(var_assign_decl <none>:230:28 kind="global" modifiers="implicit" mutable=false name="__INT_FAST8_FMTd__" type="*Int8"
(string_expr <none>:230:28 type="*Int8" value="hhd"))
(var_assign_decl <none>:231:28 kind="global" modifiers="implicit" mutable=false name="__INT_FAST8_FMTi__" type="*Int8"
(string_expr <none>:231:28 type="*Int8" value="hhi"))
(var_assign_decl <none>:233:28 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST8_MAX__" type="Int"
(num_expr <none>:233:28 raw="255" type="Int" value=255))
(var_assign_decl <none>:234:29 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST8_FMTo__" type="*Int8"
(string_expr <none>:234:29 type="*Int8" value="hho"))
(var_assign_decl <none>:235:29 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST8_FMTu__" type="*Int8"
(string_expr <none>:235:29 type="*Int8" value="hhu"))
(var_assign_decl <none>:236:29 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST8_FMTx__" type="*Int8"
(string_expr <none>:236:29 type="*Int8" value="hhx"))
(var_assign_decl <none>:237:29 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST8_FMTX__" type="*Int8"
(string_expr <none>:237:29 type="*Int8" value="hhX"))
(var_assign_decl <none>:239:28 kind="global" modifiers="implicit" mutable=false name="__INT_FAST16_MAX__" type="Int"
(num_expr <none>:239:28 raw="32767" type="Int" value=32767))
(var_assign_decl <none>:240:29 kind="global" modifiers="implicit" mutable=false name="__INT_FAST16_FMTd__" type="*Int8"
(string_expr <none>:240:29 type="*Int8" value="hd"))
(var_assign_decl <none>:241:29 kind="global" modifiers="implicit" mutable=false name="__INT_FAST16_FMTi__" type="*Int8"
(string_expr <none>:241:29 type="*Int8" value="hi"))
(var_assign_decl <none>:243:29 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST16_MAX__" type="Int"
(num_expr <none>:243:29 raw="65535" type="Int" value=65535))
(var_assign_decl <none>:244:30 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST16_FMTo__" type="*Int8"
(string_expr <none>:244:30 type="*Int8" value="ho"))
(var_assign_decl <none>:245:30 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST16_FMTu__" type="*Int8"
(string_expr <none>:245:30 type="*Int8" value="hu"))
(var_assign_decl <none>:246:30 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST16_FMTx__" type="*Int8"
(string_expr <none>:246:30 type="*Int8" value="hx"))
(var_assign_decl <none>:247:30 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST16_FMTX__" type="*Int8"
(string_expr <none>:247:30 type="*Int8" value="hX"))
(var_assign_decl <none>:249:28 kind="global" modifiers="implicit" mutable=false name="__INT_FAST32_MAX__" type="Int"
(num_expr <none>:249:28 raw="2147483647" type="Int" value=2147483647))
(var_assign_decl <none>:250:29 kind="global" modifiers="implicit" mutable=false name="__INT_FAST32_FMTd__" type="*Int8"
(string_expr <none>:250:29 type="*Int8" value="d"))
(var_assign_decl <none>:251:29 kind="global" modifiers="implicit" mutable=false name="__INT_FAST32_FMTi__" type="*Int8"
(string_expr <none>:251:29 type="*Int8" value="i"))
(var_assign_decl <none>:253:29 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST32_MAX__" type="UInt32")
(var_assign_decl <none>:254:30 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST32_FMTo__" type="*Int8"
(string_expr <none>:254:30 type="*Int8" value="o"))
(var_assign_decl <none>:255:30 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST32_FMTu__" type="*Int8"
(string_expr <none>:255:30 type="*Int8" value="u"))
(var_assign_decl <none>:256:30 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST32_FMTx__" type="*Int8"
(string_expr <none>:256:30 type="*Int8" value="x"))
(var_assign_decl <none>:257:30 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST32_FMTX__" type="*Int8"
(string_expr <none>:257:30 type="*Int8" value="X"))
(var_assign_decl <none>:259:28 kind="global" modifiers="implicit" mutable=false name="__INT_FAST64_MAX__" type="Int")
(var_assign_decl <none>:260:29 kind="global" modifiers="implicit" mutable=false name="__INT_FAST64_FMTd__" type="*Int8"
(string_expr <none>:260:29 type="*Int8" value="ld"))
(var_assign_decl <none>:261:29 kind="global" modifiers="implicit" mutable=false name="__INT_FAST64_FMTi__" type="*Int8"
(string_expr <none>:261:29 type="*Int8" value="li"))
(var_assign_decl <none>:263:29 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST64_MAX__" type="UInt")
(var_assign_decl <none>:264:30 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST64_FMTo__" type="*Int8"
(string_expr <none>:264:30 type="*Int8" value="lo"))
(var_assign_decl <none>:265:30 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST64_FMTu__" type="*Int8"
(string_expr <none>:265:30 type="*Int8" value="lu"))
(var_assign_decl <none>:266:30 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST64_FMTx__" type="*Int8"
(string_expr <none>:266:30 type="*Int8" value="lx"))
(var_assign_decl <none>:267:30 kind="global" modifiers="implicit" mutable=false name="__UINT_FAST64_FMTX__" type="*Int8"
(string_expr <none>:267:30 type="*Int8" value="lX"))
(var_assign_decl <none>:269:30 kind="global" modifiers="implicit" mutable=false name="__FINITE_MATH_ONLY__" type="Int"
(num_expr <none>:269:30 raw="0" type="Int" value=0))
(var_assign_decl <none>:270:30 kind="global" modifiers="implicit" mutable=false name="__GNUC_STDC_INLINE__" type="Int"
(num_expr <none>:270:30 raw="1" type="Int" value=1))
(var_assign_decl <none>:271:43 kind="global" modifiers="implicit" mutable=false name="__GCC_ATOMIC_TEST_AND_SET_TRUEVAL" type="Int"
(num_expr <none>:271:43 raw="1" type="Int" value=1))
(var_assign_decl <none>:272:37 kind="global" modifiers="implicit" mutable=false name="__GCC_ATOMIC_BOOL_LOCK_FREE" type="Int"
(num_expr <none>:272:37 raw="2" type="Int" value=2))
(var_assign_decl <none>:273:37 kind="global" modifiers="implicit" mutable=false name="__GCC_ATOMIC_CHAR_LOCK_FREE" type="Int"
(num_expr <none>:273:37 raw="2" type="Int" value=2))
(var_assign_decl <none>:274:41 kind="global" modifiers="implicit" mutable=false name="__GCC_ATOMIC_CHAR16_T_LOCK_FREE" type="Int"
(num_expr <none>:274:41 raw="2" type="Int" value=2))
(var_assign_decl <none>:275:41 kind="global" modifiers="implicit" mutable=false name="__GCC_ATOMIC_CHAR32_T_LOCK_FREE" type="Int"
(num_expr <none>:275:41 raw="2" type="Int" value=2))
(var_assign_decl <none>:276:40 kind="global" modifiers="implicit" mutable=false name="__GCC_ATOMIC_WCHAR_T_LOCK_FREE" type="Int"
(num_expr <none>:276:40 raw="2" type="Int" value=2))
(var_assign_decl <none>:277:38 kind="global" modifiers="implicit" mutable=false name="__GCC_ATOMIC_SHORT_LOCK_FREE" type="Int"
(num_expr <none>:277:38 raw="2" type="Int" value=2))
(var_assign_decl <none>:278:36 kind="global" modifiers="implicit" mutable=false name="__GCC_ATOMIC_INT_LOCK_FREE" type="Int"
(num_expr <none>:278:36 raw="2" type="Int" value=2))
(var_assign_decl <none>:279:37 kind="global" modifiers="implicit" mutable=false name="__GCC_ATOMIC_LONG_LOCK_FREE" type="Int"
(num_expr <none>:279:37 raw="2" type="Int" value=2))
(var_assign_decl <none>:280:38 kind="global" modifiers="implicit" mutable=false name="__GCC_ATOMIC_LLONG_LOCK_FREE" type="Int"
(num_expr <none>:280:38 raw="2" type="Int" value=2))
(var_assign_decl <none>:281:40 kind="global" modifiers="implicit" mutable=false name="__GCC_ATOMIC_POINTER_LOCK_FREE" type="Int"
(num_expr <none>:281:40 raw="2" type="Int" value=2))
(var_assign_decl <none>:282:23 kind="global" modifiers="implicit" mutable=false name="__NO_INLINE__" type="Int"
(num_expr <none>:282:23 raw="1" type="Int" value=1))
(var_assign_decl <none>:283:17 kind="global" modifiers="implicit" mutable=false name="__PIC__" type="Int"
(num_expr <none>:283:17 raw="2" type="Int" value=2))
(var_assign_decl <none>:284:17 kind="global" modifiers="implicit" mutable=false name="__pic__" type="Int"
(num_expr <none>:284:17 raw="2" type="Int" value=2))
(var_assign_decl <none>:285:29 kind="global" modifiers="implicit" mutable=false name="__FLT_EVAL_METHOD__" type="Int"
(num_expr <none>:285:29 raw="0" type="Int" value=0))
(var_assign_decl <none>:286:23 kind="global" modifiers="implicit" mutable=false name="__FLT_RADIX__" type="Int"
(num_expr <none>:286:23 raw="2" type="Int" value=2))
(var_assign_decl <none>:287:9 kind="global" modifiers="implicit" mutable=false name="__DECIMAL_DIG__" type="Int"
(var_expr <none>:287:25 name="__LDBL_DECIMAL_DIG__" type="Int"))
(var_assign_decl <none>:288:17 kind="global" modifiers="implicit" mutable=false name="__SSP__" type="Int"
(num_expr <none>:288:17 raw="1" type="Int" value=1))
(var_assign_decl <none>:292:19 kind="global" modifiers="implicit" mutable=false name="__amd64__" type="Int"
(num_expr <none>:292:19 raw="1" type="Int" value=1))
(var_assign_decl <none>:293:17 kind="global" modifiers="implicit" mutable=false name="__amd64" type="Int"
(num_expr <none>:293:17 raw="1" type="Int" value=1))
(var_assign_decl <none>:294:18 kind="global" modifiers="implicit" mutable=false name="__x86_64" type="Int"
(num_expr <none>:294:18 raw="1" type="Int" value=1))
(var_assign_decl <none>:295:20 kind="global" modifiers="implicit" mutable=false name="__x86_64__" type="Int"
(num_expr <none>:295:20 raw="1" type="Int" value=1))
(var_assign_decl <none>:296:17 kind="global" modifiers="implicit" mutable=false name="__core2" type="Int"
(num_expr <none>:296:17 raw="1" type="Int" value=1))
(var_assign_decl <none>:297:19 kind="global" modifiers="implicit" mutable=false name="__core2__" type="Int"
(num_expr <none>:297:19 raw="1" type="Int" value=1))
(var_assign_decl <none>:298:24 kind="global" modifiers="implicit" mutable=false name="__tune_core2__" type="Int"
(num_expr <none>:298:24 raw="1" type="Int" value=1))
(var_assign_decl <none>:300:27 kind="global" modifiers="implicit" mutable=false name="__NO_MATH_INLINES" type="Int"
(num_expr <none>:300:27 raw="1" type="Int" value=1))
(var_assign_decl <none>:301:18 kind="global" modifiers="implicit" mutable=false name="__FXSR__" type="Int"
(num_expr <none>:301:18 raw="1" type="Int" value=1))
(var_assign_decl <none>:302:45 kind="global" modifiers="implicit" mutable=false name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16" type="Int"
(num_expr <none>:302:45 raw="1" type="Int" value=1))
(var_assign_decl <none>:303:19 kind="global" modifiers="implicit" mutable=false name="__SSSE3__" type="Int"
(num_expr <none>:303:19 raw="1" type="Int" value=1))
(var_assign_decl <none>:304:18 kind="global" modifiers="implicit" mutable=false name="__SSE3__" type="Int"
(num_expr <none>:304:18 raw="1" type="Int" value=1))
(var_assign_decl <none>:305:18 kind="global" modifiers="implicit" mutable=false name="__SSE2__" type="Int"
(num_expr <none>:305:18 raw="1" type="Int" value=1))
(var_assign_decl <none>:306:23 kind="global" modifiers="implicit" mutable=false name="__SSE2_MATH__" type="Int"
(num_expr <none>:306:23 raw="1" type="Int" value=1))
(var_assign_decl <none>:307:17 kind="global" modifiers="implicit" mutable=false name="__SSE__" type="Int"
(num_expr <none>:307:17 raw="1" type="Int" value=1))
(var_assign_decl <none>:308:22 kind="global" modifiers="implicit" mutable=false name="__SSE_MATH__" type="Int"
(num_expr <none>:308:22 raw="1" type="Int" value=1))
(var_assign_decl <none>:309:17 kind="global" modifiers="implicit" mutable=false name="__MMX__" type="Int"
(num_expr <none>:309:17 raw="1" type="Int" value=1))
(var_assign_decl <none>:310:44 kind="global" modifiers="implicit" mutable=false name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1" type="Int"
(num_expr <none>:310:44 raw="1" type="Int" value=1))
(var_assign_decl <none>:311:44 kind="global" modifiers="implicit" mutable=false name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2" type="Int"
(num_expr <none>:311:44 raw="1" type="Int" value=1))
(var_assign_decl <none>:312:44 kind="global" modifiers="implicit" mutable=false name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4" type="Int"
(num_expr <none>:312:44 raw="1" type="Int" value=1))
(var_assign_decl <none>:313:44 kind="global" modifiers="implicit" mutable=false name="__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8" type="Int"
(num_expr <none>:313:44 raw="1" type="Int" value=1))
(var_assign_decl <none>:314:22 kind="global" modifiers="implicit" mutable=false name="__APPLE_CC__" type="Int"
(num_expr <none>:314:22 raw="6000" type="Int" value=6000))
(var_assign_decl <none>:315:19 kind="global" modifiers="implicit" mutable=false name="__APPLE__" type="Int"
(num_expr <none>:315:19 raw="1" type="Int" value=1))
(var_assign_decl <none>:316:29 kind="global" modifiers="implicit" mutable=false name="OBJC_NEW_PROPERTIES" type="Int"
(num_expr <none>:316:29 raw="1" type="Int" value=1))
(var_assign_decl <none>:320:21 kind="global" modifiers="implicit" mutable=false name="__DYNAMIC__" type="Int"
(num_expr <none>:320:21 raw="1" type="Int" value=1))
(var_assign_decl <none>:321:55 kind="global" modifiers="implicit" mutable=false name="__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__" type="Int"
(num_expr <none>:321:55 raw="101200" type="Int" value=101200))
(var_assign_decl <none>:322:18 kind="global" modifiers="implicit" mutable=false name="__MACH__" type="Int"
(num_expr <none>:322:18 raw="1" type="Int" value=1))
(var_assign_decl <none>:323:18 kind="global" modifiers="implicit" mutable=false name="__STDC__" type="Int"
(num_expr <none>:323:18 raw="1" type="Int" value=1))
(var_assign_decl <none>:324:25 kind="global" modifiers="implicit" mutable=false name="__STDC_HOSTED__" type="Int"
(num_expr <none>:324:25 raw="1" type="Int" value=1))
(var_assign_decl <none>:325:26 kind="global" modifiers="implicit" mutable=false name="__STDC_VERSION__" type="Int")
(var_assign_decl <none>:326:25 kind="global" modifiers="implicit" mutable=false name="__STDC_UTF_16__" type="Int"
(num_expr <none>:326:25 raw="1" type="Int" value=1))
(var_assign_decl <none>:327:25 kind="global" modifiers="implicit" mutable=false name="__STDC_UTF_32__" type="Int"
(num_expr <none>:327:25 raw="1" type="Int" value=1))
(var_assign_decl cdefs.h:431:36 kind="global" modifiers="implicit" mutable=false name="__DARWIN_ONLY_64_BIT_INO_T" type="Int"
(num_expr cdefs.h:431:36 raw="0" type="Int" value=0))
(var_assign_decl cdefs.h:433:34 kind="global" modifiers="implicit" mutable=false name="__DARWIN_ONLY_VERS_1050" type="Int"
(num_expr cdefs.h:433:34 raw="0" type="Int" value=0))
(var_assign_decl cdefs.h:455:44 kind="global" modifiers="implicit" mutable=false name="__DARWIN_ONLY_UNIX_CONFORMANCE" type="Int"
(num_expr cdefs.h:455:44 raw="1" type="Int" value=1))
(var_assign_decl cdefs.h:466:29 kind="global" modifiers="implicit" mutable=false name="__DARWIN_UNIX03" type="Int"
(num_expr cdefs.h:466:29 raw="1" type="Int" value=1))
(var_assign_decl cdefs.h:502:37 kind="global" modifiers="implicit" mutable=false name="__DARWIN_64_BIT_INO_T" type="Int"
(num_expr cdefs.h:502:37 raw="1" type="Int" value=1))
(var_assign_decl cdefs.h:513:32 kind="global" modifiers="implicit" mutable=false name="__DARWIN_VERS_1050" type="Int"
(num_expr cdefs.h:513:32 raw="1" type="Int" value=1))
(var_assign_decl cdefs.h:518:37 kind="global" modifiers="implicit" mutable=false name="__DARWIN_NON_CANCELABLE" type="Int"
(num_expr cdefs.h:518:37 raw="0" type="Int" value=0))
(var_assign_decl cdefs.h:535:41 kind="global" modifiers="implicit" mutable=false name="__DARWIN_SUF_64_BIT_INO_T" type="*Int8"
(string_expr cdefs.h:535:41 type="*Int8" value="$INODE64"))
(var_assign_decl cdefs.h:545:34 kind="global" modifiers="implicit" mutable=false name="__DARWIN_SUF_1050" type="*Int8"
(string_expr cdefs.h:545:34 type="*Int8" value="$1050"))
(var_assign_decl cdefs.h:564:29 kind="global" modifiers="implicit" mutable=false name="__DARWIN_SUF_EXTSN" type="*Int8"
(string_expr cdefs.h:564:29 type="*Int8" value="$DARWIN_EXTSN"))
(var_assign_decl cdefs.h:663:33 kind="global" modifiers="implicit" mutable=false name="__DARWIN_C_ANSI" type="Int")
(var_assign_decl cdefs.h:664:33 kind="global" modifiers="implicit" mutable=false name="__DARWIN_C_FULL" type="Int")
(var_assign_decl cdefs.h:671:9 kind="global" modifiers="implicit" mutable=false name="__DARWIN_C_LEVEL" type="Int"
(var_expr cdefs.h:671:33 name="__DARWIN_C_FULL" type="Int"))
(var_assign_decl cdefs.h:679:32 kind="global" modifiers="implicit" mutable=false name="__STDC_WANT_LIB_EXT1__" type="Int"
(num_expr cdefs.h:679:32 raw="1" type="Int" value=1))
(var_assign_decl cdefs.h:700:39 kind="global" modifiers="implicit" mutable=false name="_DARWIN_FEATURE_64_BIT_INODE" type="Int"
(num_expr cdefs.h:700:39 raw="1" type="Int" value=1))
(var_assign_decl cdefs.h:726:47 kind="global" modifiers="implicit" mutable=false name="_DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE" type="Int"
(num_expr cdefs.h:726:47 raw="1" type="Int" value=1))
(var_assign_decl cdefs.h:734:42 kind="global" modifiers="implicit" mutable=false name="_DARWIN_FEATURE_UNIX_CONFORMANCE" type="Int"
(num_expr cdefs.h:734:42 raw="3" type="Int" value=3))
(var_assign_decl Availability.h:119:31 kind="global" modifiers="implicit" mutable=false name="__MAC_10_0" type="Int"
(num_expr Availability.h:119:31 raw="1000" type="Int" value=1000))
(var_assign_decl Availability.h:120:31 kind="global" modifiers="implicit" mutable=false name="__MAC_10_1" type="Int"
(num_expr Availability.h:120:31 raw="1010" type="Int" value=1010))
(var_assign_decl Availability.h:121:31 kind="global" modifiers="implicit" mutable=false name="__MAC_10_2" type="Int"
(num_expr Availability.h:121:31 raw="1020" type="Int" value=1020))
(var_assign_decl Availability.h:122:31 kind="global" modifiers="implicit" mutable=false name="__MAC_10_3" type="Int"
(num_expr Availability.h:122:31 raw="1030" type="Int" value=1030))
(var_assign_decl Availability.h:123:31 kind="global" modifiers="implicit" mutable=false name="__MAC_10_4" type="Int"
(num_expr Availability.h:123:31 raw="1040" type="Int" value=1040))
(var_assign_decl Availability.h:124:31 kind="global" modifiers="implicit" mutable=false name="__MAC_10_5" type="Int"
(num_expr Availability.h:124:31 raw="1050" type="Int" value=1050))
(var_assign_decl Availability.h:125:31 kind="global" modifiers="implicit" mutable=false name="__MAC_10_6" type="Int"
(num_expr Availability.h:125:31 raw="1060" type="Int" value=1060))
(var_assign_decl Availability.h:126:31 kind="global" modifiers="implicit" mutable=false name="__MAC_10_7" type="Int"
(num_expr Availability.h:126:31 raw="1070" type="Int" value=1070))
(var_assign_decl Availability.h:127:31 kind="global" modifiers="implicit" mutable=false name="__MAC_10_8" type="Int"
(num_expr Availability.h:127:31 raw="1080" type="Int" value=1080))
(var_assign_decl Availability.h:128:31 kind="global" modifiers="implicit" mutable=false name="__MAC_10_9" type="Int"
(num_expr Availability.h:128:31 raw="1090" type="Int" value=1090))
(var_assign_decl Availability.h:129:29 kind="global" modifiers="implicit" mutable=false name="__MAC_10_10" type="Int"
(num_expr Availability.h:129:29 raw="101000" type="Int" value=101000))
(var_assign_decl Availability.h:130:29 kind="global" modifiers="implicit" mutable=false name="__MAC_10_10_2" type="Int"
(num_expr Availability.h:130:29 raw="101002" type="Int" value=101002))
(var_assign_decl Availability.h:131:29 kind="global" modifiers="implicit" mutable=false name="__MAC_10_10_3" type="Int"
(num_expr Availability.h:131:29 raw="101003" type="Int" value=101003))
(var_assign_decl Availability.h:132:29 kind="global" modifiers="implicit" mutable=false name="__MAC_10_11" type="Int"
(num_expr Availability.h:132:29 raw="101100" type="Int" value=101100))
(var_assign_decl Availability.h:133:29 kind="global" modifiers="implicit" mutable=false name="__MAC_10_11_2" type="Int"
(num_expr Availability.h:133:29 raw="101102" type="Int" value=101102))
(var_assign_decl Availability.h:134:29 kind="global" modifiers="implicit" mutable=false name="__MAC_10_11_3" type="Int"
(num_expr Availability.h:134:29 raw="101103" type="Int" value=101103))
(var_assign_decl Availability.h:135:29 kind="global" modifiers="implicit" mutable=false name="__MAC_10_11_4" type="Int"
(num_expr Availability.h:135:29 raw="101104" type="Int" value=101104))
(var_assign_decl Availability.h:136:29 kind="global" modifiers="implicit" mutable=false name="__MAC_10_12" type="Int"
(num_expr Availability.h:136:29 raw="101200" type="Int" value=101200))
(var_assign_decl Availability.h:137:29 kind="global" modifiers="implicit" mutable=false name="__MAC_10_12_1" type="Int"
(num_expr Availability.h:137:29 raw="101201" type="Int" value=101201))
(var_assign_decl Availability.h:138:29 kind="global" modifiers="implicit" mutable=false name="__MAC_10_12_2" type="Int"
(num_expr Availability.h:138:29 raw="101202" type="Int" value=101202))
(var_assign_decl Availability.h:141:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_2_0" type="Int"
(num_expr Availability.h:141:27 raw="20000" type="Int" value=20000))
(var_assign_decl Availability.h:142:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_2_1" type="Int"
(num_expr Availability.h:142:27 raw="20100" type="Int" value=20100))
(var_assign_decl Availability.h:143:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_2_2" type="Int"
(num_expr Availability.h:143:27 raw="20200" type="Int" value=20200))
(var_assign_decl Availability.h:144:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_3_0" type="Int"
(num_expr Availability.h:144:27 raw="30000" type="Int" value=30000))
(var_assign_decl Availability.h:145:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_3_1" type="Int"
(num_expr Availability.h:145:27 raw="30100" type="Int" value=30100))
(var_assign_decl Availability.h:146:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_3_2" type="Int"
(num_expr Availability.h:146:27 raw="30200" type="Int" value=30200))
(var_assign_decl Availability.h:147:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_4_0" type="Int"
(num_expr Availability.h:147:27 raw="40000" type="Int" value=40000))
(var_assign_decl Availability.h:148:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_4_1" type="Int"
(num_expr Availability.h:148:27 raw="40100" type="Int" value=40100))
(var_assign_decl Availability.h:149:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_4_2" type="Int"
(num_expr Availability.h:149:27 raw="40200" type="Int" value=40200))
(var_assign_decl Availability.h:150:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_4_3" type="Int"
(num_expr Availability.h:150:27 raw="40300" type="Int" value=40300))
(var_assign_decl Availability.h:151:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_5_0" type="Int"
(num_expr Availability.h:151:27 raw="50000" type="Int" value=50000))
(var_assign_decl Availability.h:152:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_5_1" type="Int"
(num_expr Availability.h:152:27 raw="50100" type="Int" value=50100))
(var_assign_decl Availability.h:153:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_6_0" type="Int"
(num_expr Availability.h:153:27 raw="60000" type="Int" value=60000))
(var_assign_decl Availability.h:154:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_6_1" type="Int"
(num_expr Availability.h:154:27 raw="60100" type="Int" value=60100))
(var_assign_decl Availability.h:155:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_7_0" type="Int"
(num_expr Availability.h:155:27 raw="70000" type="Int" value=70000))
(var_assign_decl Availability.h:156:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_7_1" type="Int"
(num_expr Availability.h:156:27 raw="70100" type="Int" value=70100))
(var_assign_decl Availability.h:157:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_8_0" type="Int"
(num_expr Availability.h:157:27 raw="80000" type="Int" value=80000))
(var_assign_decl Availability.h:158:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_8_1" type="Int"
(num_expr Availability.h:158:27 raw="80100" type="Int" value=80100))
(var_assign_decl Availability.h:159:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_8_2" type="Int"
(num_expr Availability.h:159:27 raw="80200" type="Int" value=80200))
(var_assign_decl Availability.h:160:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_8_3" type="Int"
(num_expr Availability.h:160:27 raw="80300" type="Int" value=80300))
(var_assign_decl Availability.h:161:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_8_4" type="Int"
(num_expr Availability.h:161:27 raw="80400" type="Int" value=80400))
(var_assign_decl Availability.h:162:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_9_0" type="Int"
(num_expr Availability.h:162:27 raw="90000" type="Int" value=90000))
(var_assign_decl Availability.h:163:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_9_1" type="Int"
(num_expr Availability.h:163:27 raw="90100" type="Int" value=90100))
(var_assign_decl Availability.h:164:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_9_2" type="Int"
(num_expr Availability.h:164:27 raw="90200" type="Int" value=90200))
(var_assign_decl Availability.h:165:27 kind="global" modifiers="implicit" mutable=false name="__IPHONE_9_3" type="Int"
(num_expr Availability.h:165:27 raw="90300" type="Int" value=90300))
(var_assign_decl Availability.h:166:26 kind="global" modifiers="implicit" mutable=false name="__IPHONE_10_0" type="Int"
(num_expr Availability.h:166:26 raw="100000" type="Int" value=100000))
(var_assign_decl Availability.h:167:26 kind="global" modifiers="implicit" mutable=false name="__IPHONE_10_1" type="Int"
(num_expr Availability.h:167:26 raw="100100" type="Int" value=100100))
(var_assign_decl Availability.h:168:26 kind="global" modifiers="implicit" mutable=false name="__IPHONE_10_2" type="Int"
(num_expr Availability.h:168:26 raw="100200" type="Int" value=100200))
(var_assign_decl Availability.h:171:27 kind="global" modifiers="implicit" mutable=false name="__TVOS_9_0" type="Int"
(num_expr Availability.h:171:27 raw="90000" type="Int" value=90000))
(var_assign_decl Availability.h:172:27 kind="global" modifiers="implicit" mutable=false name="__TVOS_9_1" type="Int"
(num_expr Availability.h:172:27 raw="90100" type="Int" value=90100))
(var_assign_decl Availability.h:173:27 kind="global" modifiers="implicit" mutable=false name="__TVOS_9_2" type="Int"
(num_expr Availability.h:173:27 raw="90200" type="Int" value=90200))
(var_assign_decl Availability.h:174:26 kind="global" modifiers="implicit" mutable=false name="__TVOS_10_0" type="Int"
(num_expr Availability.h:174:26 raw="100000" type="Int" value=100000))
(var_assign_decl Availability.h:175:26 kind="global" modifiers="implicit" mutable=false name="__TVOS_10_0_1" type="Int"
(num_expr Availability.h:175:26 raw="100001" type="Int" value=100001))
(var_assign_decl Availability.h:176:26 kind="global" modifiers="implicit" mutable=false name="__TVOS_10_1" type="Int"
(num_expr Availability.h:176:26 raw="100100" type="Int" value=100100))
(var_assign_decl Availability.h:178:27 kind="global" modifiers="implicit" mutable=false name="__WATCHOS_1_0" type="Int"
(num_expr Availability.h:178:27 raw="10000" type="Int" value=10000))
(var_assign_decl Availability.h:179:27 kind="global" modifiers="implicit" mutable=false name="__WATCHOS_2_0" type="Int"
(num_expr Availability.h:179:27 raw="20000" type="Int" value=20000))
(var_assign_decl Availability.h:180:27 kind="global" modifiers="implicit" mutable=false name="__WATCHOS_3_0" type="Int"
(num_expr Availability.h:180:27 raw="30000" type="Int" value=30000))
(var_assign_decl Availability.h:181:27 kind="global" modifiers="implicit" mutable=false name="__WATCHOS_3_1" type="Int"
(num_expr Availability.h:181:27 raw="30100" type="Int" value=30100))
(var_assign_decl Availability.h:182:27 kind="global" modifiers="implicit" mutable=false name="__WATCHOS_3_1_1" type="Int"
(num_expr Availability.h:182:27 raw="30101" type="Int" value=30101))
(var_assign_decl AvailabilityInternal.h:18769:13 kind="global" modifiers="implicit" mutable=false name="__MAC_OS_X_VERSION_MIN_REQUIRED" type="Int"
(var_expr AvailabilityInternal.h:18769:45 name="__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__" type="Int"))
(var_assign_decl AvailabilityInternal.h:18772:17 kind="global" modifiers="implicit" mutable=false name="__MAC_OS_X_VERSION_MAX_ALLOWED" type="Int"
(var_expr AvailabilityInternal.h:18772:48 name="__MAC_10_12_2" type="Int"))
(var_assign_decl _pthread_types.h:36:27 kind="global" modifiers="implicit" mutable=false name="__PTHREAD_SIZE__" type="Int"
(num_expr _pthread_types.h:36:27 raw="8176" type="Int" value=8176))
(var_assign_decl _pthread_types.h:37:32 kind="global" modifiers="implicit" mutable=false name="__PTHREAD_ATTR_SIZE__" type="Int"
(num_expr _pthread_types.h:37:32 raw="56" type="Int" value=56))
(var_assign_decl _pthread_types.h:38:36 kind="global" modifiers="implicit" mutable=false name="__PTHREAD_MUTEXATTR_SIZE__" type="Int"
(num_expr _pthread_types.h:38:36 raw="8" type="Int" value=8))
(var_assign_decl _pthread_types.h:39:33 kind="global" modifiers="implicit" mutable=false name="__PTHREAD_MUTEX_SIZE__" type="Int"
(num_expr _pthread_types.h:39:33 raw="56" type="Int" value=56))
(var_assign_decl _pthread_types.h:40:35 kind="global" modifiers="implicit" mutable=false name="__PTHREAD_CONDATTR_SIZE__" type="Int"
(num_expr _pthread_types.h:40:35 raw="8" type="Int" value=8))
(var_assign_decl _pthread_types.h:41:32 kind="global" modifiers="implicit" mutable=false name="__PTHREAD_COND_SIZE__" type="Int"
(num_expr _pthread_types.h:41:32 raw="40" type="Int" value=40))
(var_assign_decl _pthread_types.h:42:32 kind="global" modifiers="implicit" mutable=false name="__PTHREAD_ONCE_SIZE__" type="Int"
(num_expr _pthread_types.h:42:32 raw="8" type="Int" value=8))
(var_assign_decl _pthread_types.h:43:34 kind="global" modifiers="implicit" mutable=false name="__PTHREAD_RWLOCK_SIZE__" type="Int"
(num_expr _pthread_types.h:43:34 raw="192" type="Int" value=192))
(var_assign_decl _pthread_types.h:44:37 kind="global" modifiers="implicit" mutable=false name="__PTHREAD_RWLOCKATTR_SIZE__" type="Int"
(num_expr _pthread_types.h:44:37 raw="16" type="Int" value=16))
(var_assign_decl _types.h:48:9 kind="global" modifiers="implicit" mutable=false name="__DARWIN_WCHAR_MAX" type="Int"
(var_expr _types.h:48:28 name="__WCHAR_MAX__" type="Int"))
(var_assign_decl _types.h:64:29 kind="global" modifiers="implicit" mutable=false name="_FORTIFY_SOURCE" type="Int"
(num_expr _types.h:64:29 raw="2" type="Int" value=2))
(var_assign_decl stdio.h:43:25 kind="global" modifiers="implicit" mutable=false name="RENAME_SECLUDE" type="Int"
(num_expr stdio.h:43:25 raw="0x00000001" type="Int" value=1))
(var_assign_decl stdio.h:44:23 kind="global" modifiers="implicit" mutable=false name="RENAME_SWAP" type="Int"
(num_expr stdio.h:44:23 raw="0x00000002" type="Int" value=2))
(var_assign_decl stdio.h:45:23 kind="global" modifiers="implicit" mutable=false name="RENAME_EXCL" type="Int"
(num_expr stdio.h:45:23 raw="0x00000004" type="Int" value=4))
(var_assign_decl stdio.h:161:16 kind="global" modifiers="implicit" mutable=false name="__SLBF" type="Int"
(num_expr stdio.h:161:16 raw="0x0001" type="Int" value=1))
(var_assign_decl stdio.h:162:16 kind="global" modifiers="implicit" mutable=false name="__SNBF" type="Int"
(num_expr stdio.h:162:16 raw="0x0002" type="Int" value=2))
(var_assign_decl stdio.h:163:15 kind="global" modifiers="implicit" mutable=false name="__SRD" type="Int"
(num_expr stdio.h:163:15 raw="0x0004" type="Int" value=4))
(var_assign_decl stdio.h:164:15 kind="global" modifiers="implicit" mutable=false name="__SWR" type="Int"
(num_expr stdio.h:164:15 raw="0x0008" type="Int" value=8))
(var_assign_decl stdio.h:166:15 kind="global" modifiers="implicit" mutable=false name="__SRW" type="Int"
(num_expr stdio.h:166:15 raw="0x0010" type="Int" value=16))
(var_assign_decl stdio.h:167:16 kind="global" modifiers="implicit" mutable=false name="__SEOF" type="Int"
(num_expr stdio.h:167:16 raw="0x0020" type="Int" value=32))
(var_assign_decl stdio.h:168:16 kind="global" modifiers="implicit" mutable=false name="__SERR" type="Int"
(num_expr stdio.h:168:16 raw="0x0040" type="Int" value=64))
(var_assign_decl stdio.h:169:16 kind="global" modifiers="implicit" mutable=false name="__SMBF" type="Int"
(num_expr stdio.h:169:16 raw="0x0080" type="Int" value=128))
(var_assign_decl stdio.h:170:16 kind="global" modifiers="implicit" mutable=false name="__SAPP" type="Int"
(num_expr stdio.h:170:16 raw="0x0100" type="Int" value=256))
(var_assign_decl stdio.h:171:16 kind="global" modifiers="implicit" mutable=false name="__SSTR" type="Int"
(num_expr stdio.h:171:16 raw="0x0200" type="Int" value=512))
(var_assign_decl stdio.h:172:16 kind="global" modifiers="implicit" mutable=false name="__SOPT" type="Int"
(num_expr stdio.h:172:16 raw="0x0400" type="Int" value=1024))
(var_assign_decl stdio.h:173:16 kind="global" modifiers="implicit" mutable=false name="__SNPT" type="Int"
(num_expr stdio.h:173:16 raw="0x0800" type="Int" value=2048))
(var_assign_decl stdio.h:174:16 kind="global" modifiers="implicit" mutable=false name="__SOFF" type="Int"
(num_expr stdio.h:174:16 raw="0x1000" type="Int" value=4096))
(var_assign_decl stdio.h:175:16 kind="global" modifiers="implicit" mutable=false name="__SMOD" type="Int"
(num_expr stdio.h:175:16 raw="0x2000" type="Int" value=8192))
(var_assign_decl stdio.h:176:17 kind="global" modifiers="implicit" mutable=false name="__SALC" type="Int"
(num_expr stdio.h:176:17 raw="0x4000" type="Int" value=16384))
(var_assign_decl stdio.h:177:17 kind="global" modifiers="implicit" mutable=false name="__SIGN" type="Int"
(num_expr stdio.h:177:17 raw="0x8000" type="Int" value=32768))
(var_assign_decl stdio.h:188:16 kind="global" modifiers="implicit" mutable=false name="_IOFBF" type="Int"
(num_expr stdio.h:188:16 raw="0" type="Int" value=0))
(var_assign_decl stdio.h:189:16 kind="global" modifiers="implicit" mutable=false name="_IOLBF" type="Int"
(num_expr stdio.h:189:16 raw="1" type="Int" value=1))
(var_assign_decl stdio.h:190:16 kind="global" modifiers="implicit" mutable=false name="_IONBF" type="Int"
(num_expr stdio.h:190:16 raw="2" type="Int" value=2))
(var_assign_decl stdio.h:192:16 kind="global" modifiers="implicit" mutable=false name="BUFSIZ" type="Int"
(num_expr stdio.h:192:16 raw="1024" type="Int" value=1024))
(var_assign_decl stdio.h:196:19 kind="global" modifiers="implicit" mutable=false name="FOPEN_MAX" type="Int"
(num_expr stdio.h:196:19 raw="20" type="Int" value=20))
(var_assign_decl stdio.h:197:22 kind="global" modifiers="implicit" mutable=false name="FILENAME_MAX" type="Int"
(num_expr stdio.h:197:22 raw="1024" type="Int" value=1024))
(var_assign_decl stdio.h:201:18 kind="global" modifiers="implicit" mutable=false name="P_tmpdir" type="*Int8"
(string_expr stdio.h:201:18 type="*Int8" value="/var/tmp/"))
(var_assign_decl stdio.h:203:18 kind="global" modifiers="implicit" mutable=false name="L_tmpnam" type="Int"
(num_expr stdio.h:203:18 raw="1024" type="Int" value=1024))
(var_assign_decl stdio.h:204:18 kind="global" modifiers="implicit" mutable=false name="TMP_MAX" type="Int"
(num_expr stdio.h:204:18 raw="308915776" type="Int" value=308915776))
(var_assign_decl stdio.h:207:18 kind="global" modifiers="implicit" mutable=false name="SEEK_SET" type="Int"
(num_expr stdio.h:207:18 raw="0" type="Int" value=0))
(var_assign_decl stdio.h:210:18 kind="global" modifiers="implicit" mutable=false name="SEEK_CUR" type="Int"
(num_expr stdio.h:210:18 raw="1" type="Int" value=1))
(var_assign_decl stdio.h:213:18 kind="global" modifiers="implicit" mutable=false name="SEEK_END" type="Int"
(num_expr stdio.h:213:18 raw="2" type="Int" value=2))
(var_assign_decl stdio.h:291:19 kind="global" modifiers="implicit" mutable=false name="L_ctermid" type="Int"
(num_expr stdio.h:291:19 raw="1024" type="Int" value=1024))
(var_assign_decl stdio.h:296:27 kind="global" modifiers="implicit" mutable=false name="__CTERMID_DEFINED" type="Int"
(num_expr stdio.h:296:27 raw="1" type="Int" value=1))
(var_assign_decl _common.h:30:32 kind="global" modifiers="implicit" mutable=false name="_USE_FORTIFY_LEVEL" type="Int"
(num_expr _common.h:30:32 raw="2" type="Int" value=2))
(var_assign_decl stdint.h:10:20 kind="global" modifiers="implicit" mutable=false name="__WORDSIZE" type="Int"
(num_expr stdint.h:10:20 raw="64" type="Int" value=64))
(var_assign_decl stdint.h:68:26 kind="global" modifiers="implicit" mutable=false name="INT8_MAX" type="Int"
(num_expr stdint.h:68:26 raw="127" type="Int" value=127))
(var_assign_decl stdint.h:69:26 kind="global" modifiers="implicit" mutable=false name="INT16_MAX" type="Int"
(num_expr stdint.h:69:26 raw="32767" type="Int" value=32767))
(var_assign_decl stdint.h:70:26 kind="global" modifiers="implicit" mutable=false name="INT32_MAX" type="Int"
(num_expr stdint.h:70:26 raw="2147483647" type="Int" value=2147483647))
(var_assign_decl stdint.h:71:26 kind="global" modifiers="implicit" mutable=false name="INT64_MAX" type="Int")
(var_assign_decl stdint.h:84:27 kind="global" modifiers="implicit" mutable=false name="UINT8_MAX" type="Int"
(num_expr stdint.h:84:27 raw="255" type="Int" value=255))
(var_assign_decl stdint.h:85:27 kind="global" modifiers="implicit" mutable=false name="UINT16_MAX" type="Int"
(num_expr stdint.h:85:27 raw="65535" type="Int" value=65535))
(var_assign_decl stdint.h:86:27 kind="global" modifiers="implicit" mutable=false name="UINT32_MAX" type="UInt32")
(var_assign_decl stdint.h:87:27 kind="global" modifiers="implicit" mutable=false name="UINT64_MAX" type="UInt")
(var_assign_decl stdint.h:95:9 kind="global" modifiers="implicit" mutable=false name="INT_LEAST8_MAX" type="Int"
(var_expr stdint.h:95:27 name="INT8_MAX" type="Int"))
(var_assign_decl stdint.h:96:9 kind="global" modifiers="implicit" mutable=false name="INT_LEAST16_MAX" type="Int"
(var_expr stdint.h:96:27 name="INT16_MAX" type="Int"))
(var_assign_decl stdint.h:97:9 kind="global" modifiers="implicit" mutable=false name="INT_LEAST32_MAX" type="Int"
(var_expr stdint.h:97:27 name="INT32_MAX" type="Int"))
(var_assign_decl stdint.h:98:9 kind="global" modifiers="implicit" mutable=false name="INT_LEAST64_MAX" type="Int"
(var_expr stdint.h:98:27 name="INT64_MAX" type="Int"))
(var_assign_decl stdint.h:100:9 kind="global" modifiers="implicit" mutable=false name="UINT_LEAST8_MAX" type="Int"
(var_expr stdint.h:100:27 name="UINT8_MAX" type="Int"))
(var_assign_decl stdint.h:101:9 kind="global" modifiers="implicit" mutable=false name="UINT_LEAST16_MAX" type="Int"
(var_expr stdint.h:101:27 name="UINT16_MAX" type="Int"))
(var_assign_decl stdint.h:102:9 kind="global" modifiers="implicit" mutable=false name="UINT_LEAST32_MAX" type="UInt32"
(var_expr stdint.h:102:27 name="UINT32_MAX" type="UInt32"))
(var_assign_decl stdint.h:103:9 kind="global" modifiers="implicit" mutable=false name="UINT_LEAST64_MAX" type="UInt"
(var_expr stdint.h:103:27 name="UINT64_MAX" type="UInt"))
(var_assign_decl stdint.h:111:9 kind="global" modifiers="implicit" mutable=false name="INT_FAST8_MAX" type="Int"
(var_expr stdint.h:111:27 name="INT8_MAX" type="Int"))
(var_assign_decl stdint.h:112:9 kind="global" modifiers="implicit" mutable=false name="INT_FAST16_MAX" type="Int"
(var_expr stdint.h:112:27 name="INT16_MAX" type="Int"))
(var_assign_decl stdint.h:113:9 kind="global" modifiers="implicit" mutable=false name="INT_FAST32_MAX" type="Int"
(var_expr stdint.h:113:27 name="INT32_MAX" type="Int"))
(var_assign_decl stdint.h:114:9 kind="global" modifiers="implicit" mutable=false name="INT_FAST64_MAX" type="Int"
(var_expr stdint.h:114:27 name="INT64_MAX" type="Int"))
(var_assign_decl stdint.h:116:9 kind="global" modifiers="implicit" mutable=false name="UINT_FAST8_MAX" type="Int"
(var_expr stdint.h:116:27 name="UINT8_MAX" type="Int"))
(var_assign_decl stdint.h:117:9 kind="global" modifiers="implicit" mutable=false name="UINT_FAST16_MAX" type="Int"
(var_expr stdint.h:117:27 name="UINT16_MAX" type="Int"))
(var_assign_decl stdint.h:118:9 kind="global" modifiers="implicit" mutable=false name="UINT_FAST32_MAX" type="UInt32"
(var_expr stdint.h:118:27 name="UINT32_MAX" type="UInt32"))
(var_assign_decl stdint.h:119:9 kind="global" modifiers="implicit" mutable=false name="UINT_FAST64_MAX" type="UInt"
(var_expr stdint.h:119:27 name="UINT64_MAX" type="UInt"))
(var_assign_decl stdint.h:125:9 kind="global" modifiers="implicit" mutable=false name="INTPTR_MAX" type="Int"
(var_expr stdint.h:125:22 name="INT64_MAX" type="Int"))
(var_assign_decl stdint.h:132:9 kind="global" modifiers="implicit" mutable=false name="UINTPTR_MAX" type="UInt"
(var_expr stdint.h:132:23 name="UINT64_MAX" type="UInt"))
(var_assign_decl stdint.h:139:9 kind="global" modifiers="implicit" mutable=false name="INTMAX_MAX" type="Int"
(var_expr stdint.h:139:27 name="INT64_MAX" type="Int"))
(var_assign_decl stdint.h:141:9 kind="global" modifiers="implicit" mutable=false name="UINTMAX_MAX" type="UInt"
(var_expr stdint.h:141:27 name="UINT64_MAX" type="UInt"))
(var_assign_decl stdint.h:146:9 kind="global" modifiers="implicit" mutable=false name="PTRDIFF_MAX" type="Int"
(var_expr stdint.h:146:23 name="INT64_MAX" type="Int"))
(var_assign_decl stdint.h:153:9 kind="global" modifiers="implicit" mutable=false name="SIZE_MAX" type="UInt"
(var_expr stdint.h:153:20 name="UINT64_MAX" type="UInt"))
(var_assign_decl stdint.h:164:13 kind="global" modifiers="implicit" mutable=false name="WCHAR_MAX" type="Int"
(var_expr stdint.h:164:27 name="__WCHAR_MAX__" type="Int"))
(var_assign_decl stdint.h:183:9 kind="global" modifiers="implicit" mutable=false name="WINT_MAX" type="Int"
(var_expr stdint.h:183:20 name="INT32_MAX" type="Int"))
(var_assign_decl stdint.h:186:9 kind="global" modifiers="implicit" mutable=false name="SIG_ATOMIC_MAX" type="Int"
(var_expr stdint.h:186:26 name="INT32_MAX" type="Int"))
(var_assign_decl stdio.h:156:1 kind="global" modifiers="foreign, implicit" mutable=false name="__stdinp" type="*FILE")
(var_assign_decl stdio.h:157:1 kind="global" modifiers="foreign, implicit" mutable=false name="__stdoutp" type="*FILE")
(var_assign_decl stdio.h:158:1 kind="global" modifiers="foreign, implicit" mutable=false name="__stderrp" type="*FILE")
(var_assign_decl stdio.h:458:1 kind="global" modifiers="foreign, implicit" mutable=false name="sys_nerr" type="Int32")
(var_assign_decl stdio.h:459:1 kind="global" modifiers="foreign, implicit" mutable=false name="sys_errlist" type="**Int8")
(var_assign_decl signal.h:76:23 kind="global" modifiers="implicit" mutable=false name="__DARWIN_NSIG" type="Int"
(num_expr signal.h:76:23 raw="32" type="Int" value=32))
(var_assign_decl signal.h:79:9 kind="global" modifiers="implicit" mutable=false name="NSIG" type="Int"
(var_expr signal.h:79:14 name="__DARWIN_NSIG" type="Int"))
(var_assign_decl signal.h:34:25 kind="global" modifiers="implicit" mutable=false name="_I386_SIGNAL_H_" type="Int"
(num_expr signal.h:34:25 raw="1" type="Int" value=1))
(var_assign_decl signal.h:84:16 kind="global" modifiers="implicit" mutable=false name="SIGHUP" type="Int"
(num_expr signal.h:84:16 raw="1" type="Int" value=1))
(var_assign_decl signal.h:85:16 kind="global" modifiers="implicit" mutable=false name="SIGINT" type="Int"
(num_expr signal.h:85:16 raw="2" type="Int" value=2))
(var_assign_decl signal.h:86:17 kind="global" modifiers="implicit" mutable=false name="SIGQUIT" type="Int"
(num_expr signal.h:86:17 raw="3" type="Int" value=3))
(var_assign_decl signal.h:87:16 kind="global" modifiers="implicit" mutable=false name="SIGILL" type="Int"
(num_expr signal.h:87:16 raw="4" type="Int" value=4))
(var_assign_decl signal.h:88:17 kind="global" modifiers="implicit" mutable=false name="SIGTRAP" type="Int"
(num_expr signal.h:88:17 raw="5" type="Int" value=5))
(var_assign_decl signal.h:89:17 kind="global" modifiers="implicit" mutable=false name="SIGABRT" type="Int"
(num_expr signal.h:89:17 raw="6" type="Int" value=6))
(var_assign_decl signal.h:93:9 kind="global" modifiers="implicit" mutable=false name="SIGIOT" type="Int"
(var_expr signal.h:93:16 name="SIGABRT" type="Int"))
(var_assign_decl signal.h:94:16 kind="global" modifiers="implicit" mutable=false name="SIGEMT" type="Int"
(num_expr signal.h:94:16 raw="7" type="Int" value=7))
(var_assign_decl signal.h:96:16 kind="global" modifiers="implicit" mutable=false name="SIGFPE" type="Int"
(num_expr signal.h:96:16 raw="8" type="Int" value=8))
(var_assign_decl signal.h:97:17 kind="global" modifiers="implicit" mutable=false name="SIGKILL" type="Int"
(num_expr signal.h:97:17 raw="9" type="Int" value=9))
(var_assign_decl signal.h:98:16 kind="global" modifiers="implicit" mutable=false name="SIGBUS" type="Int"
(num_expr signal.h:98:16 raw="10" type="Int" value=10))
(var_assign_decl signal.h:99:17 kind="global" modifiers="implicit" mutable=false name="SIGSEGV" type="Int"
(num_expr signal.h:99:17 raw="11" type="Int" value=11))
(var_assign_decl signal.h:100:16 kind="global" modifiers="implicit" mutable=false name="SIGSYS" type="Int"
(num_expr signal.h:100:16 raw="12" type="Int" value=12))
(var_assign_decl signal.h:101:17 kind="global" modifiers="implicit" mutable=false name="SIGPIPE" type="Int"
(num_expr signal.h:101:17 raw="13" type="Int" value=13))
(var_assign_decl signal.h:102:17 kind="global" modifiers="implicit" mutable=false name="SIGALRM" type="Int"
(num_expr signal.h:102:17 raw="14" type="Int" value=14))
(var_assign_decl signal.h:103:17 kind="global" modifiers="implicit" mutable=false name="SIGTERM" type="Int"
(num_expr signal.h:103:17 raw="15" type="Int" value=15))
(var_assign_decl signal.h:104:16 kind="global" modifiers="implicit" mutable=false name="SIGURG" type="Int"
(num_expr signal.h:104:16 raw="16" type="Int" value=16))
(var_assign_decl signal.h:105:17 kind="global" modifiers="implicit" mutable=false name="SIGSTOP" type="Int"
(num_expr signal.h:105:17 raw="17" type="Int" value=17))
(var_assign_decl signal.h:106:17 kind="global" modifiers="implicit" mutable=false name="SIGTSTP" type="Int"
(num_expr signal.h:106:17 raw="18" type="Int" value=18))
(var_assign_decl signal.h:107:17 kind="global" modifiers="implicit" mutable=false name="SIGCONT" type="Int"
(num_expr signal.h:107:17 raw="19" type="Int" value=19))
(var_assign_decl signal.h:108:17 kind="global" modifiers="implicit" mutable=false name="SIGCHLD" type="Int"
(num_expr signal.h:108:17 raw="20" type="Int" value=20))
(var_assign_decl signal.h:109:17 kind="global" modifiers="implicit" mutable=false name="SIGTTIN" type="Int"
(num_expr signal.h:109:17 raw="21" type="Int" value=21))
(var_assign_decl signal.h:110:17 kind="global" modifiers="implicit" mutable=false name="SIGTTOU" type="Int"
(num_expr signal.h:110:17 raw="22" type="Int" value=22))
(var_assign_decl signal.h:112:15 kind="global" modifiers="implicit" mutable=false name="SIGIO" type="Int"
(num_expr signal.h:112:15 raw="23" type="Int" value=23))
(var_assign_decl signal.h:114:17 kind="global" modifiers="implicit" mutable=false name="SIGXCPU" type="Int"
(num_expr signal.h:114:17 raw="24" type="Int" value=24))
(var_assign_decl signal.h:115:17 kind="global" modifiers="implicit" mutable=false name="SIGXFSZ" type="Int"
(num_expr signal.h:115:17 raw="25" type="Int" value=25))
(var_assign_decl signal.h:116:19 kind="global" modifiers="implicit" mutable=false name="SIGVTALRM" type="Int"
(num_expr signal.h:116:19 raw="26" type="Int" value=26))
(var_assign_decl signal.h:117:17 kind="global" modifiers="implicit" mutable=false name="SIGPROF" type="Int"
(num_expr signal.h:117:17 raw="27" type="Int" value=27))
(var_assign_decl signal.h:119:18 kind="global" modifiers="implicit" mutable=false name="SIGWINCH" type="Int"
(num_expr signal.h:119:18 raw="28" type="Int" value=28))
(var_assign_decl signal.h:120:17 kind="global" modifiers="implicit" mutable=false name="SIGINFO" type="Int"
(num_expr signal.h:120:17 raw="29" type="Int" value=29))
(var_assign_decl signal.h:122:17 kind="global" modifiers="implicit" mutable=false name="SIGUSR1" type="Int"
(num_expr signal.h:122:17 raw="30" type="Int" value=30))
(var_assign_decl signal.h:123:17 kind="global" modifiers="implicit" mutable=false name="SIGUSR2" type="Int"
(num_expr signal.h:123:17 raw="31" type="Int" value=31))
(var_assign_decl _structs.h:100:22 kind="global" modifiers="implicit" mutable=false name="FP_PREC_24B" type="Int"
(num_expr _structs.h:100:22 raw="0" type="Int" value=0))
(var_assign_decl _structs.h:101:22 kind="global" modifiers="implicit" mutable=false name="FP_PREC_53B" type="Int"
(num_expr _structs.h:101:22 raw="2" type="Int" value=2))
(var_assign_decl _structs.h:102:22 kind="global" modifiers="implicit" mutable=false name="FP_PREC_64B" type="Int"
(num_expr _structs.h:102:22 raw="3" type="Int" value=3))
(var_assign_decl _structs.h:106:22 kind="global" modifiers="implicit" mutable=false name="FP_RND_NEAR" type="Int"
(num_expr _structs.h:106:22 raw="0" type="Int" value=0))
(var_assign_decl _structs.h:107:22 kind="global" modifiers="implicit" mutable=false name="FP_RND_DOWN" type="Int"
(num_expr _structs.h:107:22 raw="1" type="Int" value=1))
(var_assign_decl _structs.h:108:20 kind="global" modifiers="implicit" mutable=false name="FP_RND_UP" type="Int"
(num_expr _structs.h:108:20 raw="2" type="Int" value=2))
(var_assign_decl _structs.h:109:19 kind="global" modifiers="implicit" mutable=false name="FP_CHOP" type="Int"
(num_expr _structs.h:109:19 raw="3" type="Int" value=3))
(var_assign_decl _structs.h:227:25 kind="global" modifiers="implicit" mutable=false name="FP_STATE_BYTES" type="Int"
(num_expr _structs.h:227:25 raw="512" type="Int" value=512))
(var_assign_decl signal.h:164:20 kind="global" modifiers="implicit" mutable=false name="SIGEV_NONE" type="Int"
(num_expr signal.h:164:20 raw="0" type="Int" value=0))
(var_assign_decl signal.h:165:22 kind="global" modifiers="implicit" mutable=false name="SIGEV_SIGNAL" type="Int"
(num_expr signal.h:165:22 raw="1" type="Int" value=1))
(var_assign_decl signal.h:166:22 kind="global" modifiers="implicit" mutable=false name="SIGEV_THREAD" type="Int"
(num_expr signal.h:166:22 raw="3" type="Int" value=3))
(var_assign_decl signal.h:206:18 kind="global" modifiers="implicit" mutable=false name="ILL_NOOP" type="Int"
(num_expr signal.h:206:18 raw="0" type="Int" value=0))
(var_assign_decl signal.h:208:20 kind="global" modifiers="implicit" mutable=false name="ILL_ILLOPC" type="Int"
(num_expr signal.h:208:20 raw="1" type="Int" value=1))
(var_assign_decl signal.h:209:20 kind="global" modifiers="implicit" mutable=false name="ILL_ILLTRP" type="Int"
(num_expr signal.h:209:20 raw="2" type="Int" value=2))
(var_assign_decl signal.h:210:20 kind="global" modifiers="implicit" mutable=false name="ILL_PRVOPC" type="Int"
(num_expr signal.h:210:20 raw="3" type="Int" value=3))
(var_assign_decl signal.h:211:20 kind="global" modifiers="implicit" mutable=false name="ILL_ILLOPN" type="Int"
(num_expr signal.h:211:20 raw="4" type="Int" value=4))
(var_assign_decl signal.h:212:20 kind="global" modifiers="implicit" mutable=false name="ILL_ILLADR" type="Int"
(num_expr signal.h:212:20 raw="5" type="Int" value=5))
(var_assign_decl signal.h:213:20 kind="global" modifiers="implicit" mutable=false name="ILL_PRVREG" type="Int"
(num_expr signal.h:213:20 raw="6" type="Int" value=6))
(var_assign_decl signal.h:214:20 kind="global" modifiers="implicit" mutable=false name="ILL_COPROC" type="Int"
(num_expr signal.h:214:20 raw="7" type="Int" value=7))
(var_assign_decl signal.h:215:20 kind="global" modifiers="implicit" mutable=false name="ILL_BADSTK" type="Int"
(num_expr signal.h:215:20 raw="8" type="Int" value=8))
(var_assign_decl signal.h:219:18 kind="global" modifiers="implicit" mutable=false name="FPE_NOOP" type="Int"
(num_expr signal.h:219:18 raw="0" type="Int" value=0))
(var_assign_decl signal.h:221:20 kind="global" modifiers="implicit" mutable=false name="FPE_FLTDIV" type="Int"
(num_expr signal.h:221:20 raw="1" type="Int" value=1))
(var_assign_decl signal.h:222:20 kind="global" modifiers="implicit" mutable=false name="FPE_FLTOVF" type="Int"
(num_expr signal.h:222:20 raw="2" type="Int" value=2))
(var_assign_decl signal.h:223:20 kind="global" modifiers="implicit" mutable=false name="FPE_FLTUND" type="Int"
(num_expr signal.h:223:20 raw="3" type="Int" value=3))
(var_assign_decl signal.h:224:20 kind="global" modifiers="implicit" mutable=false name="FPE_FLTRES" type="Int"
(num_expr signal.h:224:20 raw="4" type="Int" value=4))
(var_assign_decl signal.h:225:20 kind="global" modifiers="implicit" mutable=false name="FPE_FLTINV" type="Int"
(num_expr signal.h:225:20 raw="5" type="Int" value=5))
(var_assign_decl signal.h:226:20 kind="global" modifiers="implicit" mutable=false name="FPE_FLTSUB" type="Int"
(num_expr signal.h:226:20 raw="6" type="Int" value=6))
(var_assign_decl signal.h:227:20 kind="global" modifiers="implicit" mutable=false name="FPE_INTDIV" type="Int"
(num_expr signal.h:227:20 raw="7" type="Int" value=7))
(var_assign_decl signal.h:228:20 kind="global" modifiers="implicit" mutable=false name="FPE_INTOVF" type="Int"
(num_expr signal.h:228:20 raw="8" type="Int" value=8))
(var_assign_decl signal.h:232:19 kind="global" modifiers="implicit" mutable=false name="SEGV_NOOP" type="Int"
(num_expr signal.h:232:19 raw="0" type="Int" value=0))
(var_assign_decl signal.h:234:21 kind="global" modifiers="implicit" mutable=false name="SEGV_MAPERR" type="Int"
(num_expr signal.h:234:21 raw="1" type="Int" value=1))
(var_assign_decl signal.h:235:21 kind="global" modifiers="implicit" mutable=false name="SEGV_ACCERR" type="Int"
(num_expr signal.h:235:21 raw="2" type="Int" value=2))
(var_assign_decl signal.h:239:18 kind="global" modifiers="implicit" mutable=false name="BUS_NOOP" type="Int"
(num_expr signal.h:239:18 raw="0" type="Int" value=0))
(var_assign_decl signal.h:241:20 kind="global" modifiers="implicit" mutable=false name="BUS_ADRALN" type="Int"
(num_expr signal.h:241:20 raw="1" type="Int" value=1))
(var_assign_decl signal.h:242:20 kind="global" modifiers="implicit" mutable=false name="BUS_ADRERR" type="Int"
(num_expr signal.h:242:20 raw="2" type="Int" value=2))
(var_assign_decl signal.h:243:20 kind="global" modifiers="implicit" mutable=false name="BUS_OBJERR" type="Int"
(num_expr signal.h:243:20 raw="3" type="Int" value=3))
(var_assign_decl signal.h:246:20 kind="global" modifiers="implicit" mutable=false name="TRAP_BRKPT" type="Int"
(num_expr signal.h:246:20 raw="1" type="Int" value=1))
(var_assign_decl signal.h:247:20 kind="global" modifiers="implicit" mutable=false name="TRAP_TRACE" type="Int"
(num_expr signal.h:247:20 raw="2" type="Int" value=2))
(var_assign_decl signal.h:251:18 kind="global" modifiers="implicit" mutable=false name="CLD_NOOP" type="Int"
(num_expr signal.h:251:18 raw="0" type="Int" value=0))
(var_assign_decl signal.h:253:20 kind="global" modifiers="implicit" mutable=false name="CLD_EXITED" type="Int"
(num_expr signal.h:253:20 raw="1" type="Int" value=1))
(var_assign_decl signal.h:254:20 kind="global" modifiers="implicit" mutable=false name="CLD_KILLED" type="Int"
(num_expr signal.h:254:20 raw="2" type="Int" value=2))
(var_assign_decl signal.h:255:20 kind="global" modifiers="implicit" mutable=false name="CLD_DUMPED" type="Int"
(num_expr signal.h:255:20 raw="3" type="Int" value=3))
(var_assign_decl signal.h:256:21 kind="global" modifiers="implicit" mutable=false name="CLD_TRAPPED" type="Int"
(num_expr signal.h:256:21 raw="4" type="Int" value=4))
(var_assign_decl signal.h:257:21 kind="global" modifiers="implicit" mutable=false name="CLD_STOPPED" type="Int"
(num_expr signal.h:257:21 raw="5" type="Int" value=5))
(var_assign_decl signal.h:258:23 kind="global" modifiers="implicit" mutable=false name="CLD_CONTINUED" type="Int"
(num_expr signal.h:258:23 raw="6" type="Int" value=6))
(var_assign_decl signal.h:261:18 kind="global" modifiers="implicit" mutable=false name="POLL_IN" type="Int"
(num_expr signal.h:261:18 raw="1" type="Int" value=1))
(var_assign_decl signal.h:262:18 kind="global" modifiers="implicit" mutable=false name="POLL_OUT" type="Int"
(num_expr signal.h:262:18 raw="2" type="Int" value=2))
(var_assign_decl signal.h:263:18 kind="global" modifiers="implicit" mutable=false name="POLL_MSG" type="Int"
(num_expr signal.h:263:18 raw="3" type="Int" value=3))
(var_assign_decl signal.h:264:18 kind="global" modifiers="implicit" mutable=false name="POLL_ERR" type="Int"
(num_expr signal.h:264:18 raw="4" type="Int" value=4))
(var_assign_decl signal.h:265:18 kind="global" modifiers="implicit" mutable=false name="POLL_PRI" type="Int"
(num_expr signal.h:265:18 raw="5" type="Int" value=5))
(var_assign_decl signal.h:266:18 kind="global" modifiers="implicit" mutable=false name="POLL_HUP" type="Int"
(num_expr signal.h:266:18 raw="6" type="Int" value=6))
(var_assign_decl signal.h:298:20 kind="global" modifiers="implicit" mutable=false name="SA_ONSTACK" type="Int"
(num_expr signal.h:298:20 raw="0x0001" type="Int" value=1))
(var_assign_decl signal.h:299:20 kind="global" modifiers="implicit" mutable=false name="SA_RESTART" type="Int"
(num_expr signal.h:299:20 raw="0x0002" type="Int" value=2))
(var_assign_decl signal.h:300:22 kind="global" modifiers="implicit" mutable=false name="SA_RESETHAND" type="Int"
(num_expr signal.h:300:22 raw="0x0004" type="Int" value=4))
(var_assign_decl signal.h:301:22 kind="global" modifiers="implicit" mutable=false name="SA_NOCLDSTOP" type="Int"
(num_expr signal.h:301:22 raw="0x0008" type="Int" value=8))
(var_assign_decl signal.h:302:20 kind="global" modifiers="implicit" mutable=false name="SA_NODEFER" type="Int"
(num_expr signal.h:302:20 raw="0x0010" type="Int" value=16))
(var_assign_decl signal.h:303:22 kind="global" modifiers="implicit" mutable=false name="SA_NOCLDWAIT" type="Int"
(num_expr signal.h:303:22 raw="0x0020" type="Int" value=32))
(var_assign_decl signal.h:304:20 kind="global" modifiers="implicit" mutable=false name="SA_SIGINFO" type="Int"
(num_expr signal.h:304:20 raw="0x0040" type="Int" value=64))
(var_assign_decl signal.h:306:22 kind="global" modifiers="implicit" mutable=false name="SA_USERTRAMP" type="Int"
(num_expr signal.h:306:22 raw="0x0100" type="Int" value=256))
(var_assign_decl signal.h:308:21 kind="global" modifiers="implicit" mutable=false name="SA_64REGSET" type="Int"
(num_expr signal.h:308:21 raw="0x0200" type="Int" value=512))
(var_assign_decl signal.h:319:19 kind="global" modifiers="implicit" mutable=false name="SIG_BLOCK" type="Int"
(num_expr signal.h:319:19 raw="1" type="Int" value=1))
(var_assign_decl signal.h:320:21 kind="global" modifiers="implicit" mutable=false name="SIG_UNBLOCK" type="Int"
(num_expr signal.h:320:21 raw="2" type="Int" value=2))
(var_assign_decl signal.h:321:21 kind="global" modifiers="implicit" mutable=false name="SIG_SETMASK" type="Int"
(num_expr signal.h:321:21 raw="3" type="Int" value=3))
(var_assign_decl signal.h:324:18 kind="global" modifiers="implicit" mutable=false name="SI_USER" type="Int"
(num_expr signal.h:324:18 raw="0x10001" type="Int" value=65537))
(var_assign_decl signal.h:325:18 kind="global" modifiers="implicit" mutable=false name="SI_QUEUE" type="Int"
(num_expr signal.h:325:18 raw="0x10002" type="Int" value=65538))
(var_assign_decl signal.h:326:18 kind="global" modifiers="implicit" mutable=false name="SI_TIMER" type="Int"
(num_expr signal.h:326:18 raw="0x10003" type="Int" value=65539))
(var_assign_decl signal.h:327:20 kind="global" modifiers="implicit" mutable=false name="SI_ASYNCIO" type="Int"
(num_expr signal.h:327:20 raw="0x10004" type="Int" value=65540))
(var_assign_decl signal.h:328:18 kind="global" modifiers="implicit" mutable=false name="SI_MESGQ" type="Int"
(num_expr signal.h:328:18 raw="0x10005" type="Int" value=65541))
(var_assign_decl signal.h:338:20 kind="global" modifiers="implicit" mutable=false name="SS_ONSTACK" type="Int"
(num_expr signal.h:338:20 raw="0x0001" type="Int" value=1))
(var_assign_decl signal.h:339:20 kind="global" modifiers="implicit" mutable=false name="SS_DISABLE" type="Int"
(num_expr signal.h:339:20 raw="0x0004" type="Int" value=4))
(var_assign_decl signal.h:340:21 kind="global" modifiers="implicit" mutable=false name="MINSIGSTKSZ" type="Int"
(num_expr signal.h:340:21 raw="32768" type="Int" value=32768))
(var_assign_decl signal.h:341:18 kind="global" modifiers="implicit" mutable=false name="SIGSTKSZ" type="Int"
(num_expr signal.h:341:18 raw="131072" type="Int" value=131072))
(var_assign_decl signal.h:354:9 kind="global" modifiers="implicit" mutable=false name="SV_ONSTACK" type="Int"
(var_expr signal.h:354:20 name="SA_ONSTACK" type="Int"))
(var_assign_decl signal.h:355:9 kind="global" modifiers="implicit" mutable=false name="SV_INTERRUPT" type="Int"
(var_expr signal.h:355:22 name="SA_RESTART" type="Int"))
(var_assign_decl signal.h:356:9 kind="global" modifiers="implicit" mutable=false name="SV_RESETHAND" type="Int"
(var_expr signal.h:356:22 name="SA_RESETHAND" type="Int"))
(var_assign_decl signal.h:357:9 kind="global" modifiers="implicit" mutable=false name="SV_NODEFER" type="Int"
(var_expr signal.h:357:20 name="SA_NODEFER" type="Int"))
(var_assign_decl signal.h:358:9 kind="global" modifiers="implicit" mutable=false name="SV_NOCLDSTOP" type="Int"
(var_expr signal.h:358:22 name="SA_NOCLDSTOP" type="Int"))
(var_assign_decl signal.h:359:9 kind="global" modifiers="implicit" mutable=false name="SV_SIGINFO" type="Int"
(var_expr signal.h:359:20 name="SA_SIGINFO" type="Int"))
(var_assign_decl resource.h:100:22 kind="global" modifiers="implicit" mutable=false name="PRIO_PROCESS" type="Int"
(num_expr resource.h:100:22 raw="0" type="Int" value=0))
(var_assign_decl resource.h:101:19 kind="global" modifiers="implicit" mutable=false name="PRIO_PGRP" type="Int"
(num_expr resource.h:101:19 raw="1" type="Int" value=1))
(var_assign_decl resource.h:102:19 kind="global" modifiers="implicit" mutable=false name="PRIO_USER" type="Int"
(num_expr resource.h:102:19 raw="2" type="Int" value=2))
(var_assign_decl resource.h:105:28 kind="global" modifiers="implicit" mutable=false name="PRIO_DARWIN_THREAD" type="Int"
(num_expr resource.h:105:28 raw="3" type="Int" value=3))
(var_assign_decl resource.h:106:29 kind="global" modifiers="implicit" mutable=false name="PRIO_DARWIN_PROCESS" type="Int"
(num_expr resource.h:106:29 raw="4" type="Int" value=4))
(var_assign_decl resource.h:113:18 kind="global" modifiers="implicit" mutable=false name="PRIO_MAX" type="Int"
(num_expr resource.h:113:18 raw="20" type="Int" value=20))
(var_assign_decl resource.h:120:24 kind="global" modifiers="implicit" mutable=false name="PRIO_DARWIN_BG" type="Int"
(num_expr resource.h:120:24 raw="0x1000" type="Int" value=4096))
(var_assign_decl resource.h:126:27 kind="global" modifiers="implicit" mutable=false name="PRIO_DARWIN_NONUI" type="Int"
(num_expr resource.h:126:27 raw="0x1001" type="Int" value=4097))
(var_assign_decl resource.h:140:21 kind="global" modifiers="implicit" mutable=false name="RUSAGE_SELF" type="Int"
(num_expr resource.h:140:21 raw="0" type="Int" value=0))
(var_assign_decl resource.h:186:24 kind="global" modifiers="implicit" mutable=false name="RUSAGE_INFO_V0" type="Int"
(num_expr resource.h:186:24 raw="0" type="Int" value=0))
(var_assign_decl resource.h:187:24 kind="global" modifiers="implicit" mutable=false name="RUSAGE_INFO_V1" type="Int"
(num_expr resource.h:187:24 raw="1" type="Int" value=1))
(var_assign_decl resource.h:188:24 kind="global" modifiers="implicit" mutable=false name="RUSAGE_INFO_V2" type="Int"
(num_expr resource.h:188:24 raw="2" type="Int" value=2))
(var_assign_decl resource.h:189:24 kind="global" modifiers="implicit" mutable=false name="RUSAGE_INFO_V3" type="Int"
(num_expr resource.h:189:24 raw="3" type="Int" value=3))
(var_assign_decl resource.h:190:9 kind="global" modifiers="implicit" mutable=false name="RUSAGE_INFO_CURRENT" type="Int"
(var_expr resource.h:190:29 name="RUSAGE_INFO_V3" type="Int"))
(var_assign_decl resource.h:304:20 kind="global" modifiers="implicit" mutable=false name="RLIMIT_CPU" type="Int"
(num_expr resource.h:304:20 raw="0" type="Int" value=0))
(var_assign_decl resource.h:305:22 kind="global" modifiers="implicit" mutable=false name="RLIMIT_FSIZE" type="Int"
(num_expr resource.h:305:22 raw="1" type="Int" value=1))
(var_assign_decl resource.h:306:21 kind="global" modifiers="implicit" mutable=false name="RLIMIT_DATA" type="Int"
(num_expr resource.h:306:21 raw="2" type="Int" value=2))
(var_assign_decl resource.h:307:22 kind="global" modifiers="implicit" mutable=false name="RLIMIT_STACK" type="Int"
(num_expr resource.h:307:22 raw="3" type="Int" value=3))
(var_assign_decl resource.h:308:21 kind="global" modifiers="implicit" mutable=false name="RLIMIT_CORE" type="Int"
(num_expr resource.h:308:21 raw="4" type="Int" value=4))
(var_assign_decl resource.h:309:19 kind="global" modifiers="implicit" mutable=false name="RLIMIT_AS" type="Int"
(num_expr resource.h:309:19 raw="5" type="Int" value=5))
(var_assign_decl resource.h:311:9 kind="global" modifiers="implicit" mutable=false name="RLIMIT_RSS" type="Int"
(var_expr resource.h:311:20 name="RLIMIT_AS" type="Int"))
(var_assign_decl resource.h:312:24 kind="global" modifiers="implicit" mutable=false name="RLIMIT_MEMLOCK" type="Int"
(num_expr resource.h:312:24 raw="6" type="Int" value=6))
(var_assign_decl resource.h:313:22 kind="global" modifiers="implicit" mutable=false name="RLIMIT_NPROC" type="Int"
(num_expr resource.h:313:22 raw="7" type="Int" value=7))
(var_assign_decl resource.h:315:23 kind="global" modifiers="implicit" mutable=false name="RLIMIT_NOFILE" type="Int"
(num_expr resource.h:315:23 raw="8" type="Int" value=8))
(var_assign_decl resource.h:317:22 kind="global" modifiers="implicit" mutable=false name="RLIM_NLIMITS" type="Int"
(num_expr resource.h:317:22 raw="9" type="Int" value=9))
(var_assign_decl resource.h:319:28 kind="global" modifiers="implicit" mutable=false name="_RLIMIT_POSIX_FLAG" type="Int"
(num_expr resource.h:319:28 raw="0x1000" type="Int" value=4096))
(var_assign_decl resource.h:336:33 kind="global" modifiers="implicit" mutable=false name="RLIMIT_WAKEUPS_MONITOR" type="Int"
(num_expr resource.h:336:33 raw="0x1" type="Int" value=1))
(var_assign_decl resource.h:337:34 kind="global" modifiers="implicit" mutable=false name="RLIMIT_CPU_USAGE_MONITOR" type="Int"
(num_expr resource.h:337:34 raw="0x2" type="Int" value=2))
(var_assign_decl resource.h:338:34 kind="global" modifiers="implicit" mutable=false name="RLIMIT_THREAD_CPULIMITS" type="Int"
(num_expr resource.h:338:34 raw="0x3" type="Int" value=3))
(var_assign_decl resource.h:343:26 kind="global" modifiers="implicit" mutable=false name="WAKEMON_ENABLE" type="Int"
(num_expr resource.h:343:26 raw="0x01" type="Int" value=1))
(var_assign_decl resource.h:344:27 kind="global" modifiers="implicit" mutable=false name="WAKEMON_DISABLE" type="Int"
(num_expr resource.h:344:27 raw="0x02" type="Int" value=2))
(var_assign_decl resource.h:345:29 kind="global" modifiers="implicit" mutable=false name="WAKEMON_GET_PARAMS" type="Int"
(num_expr resource.h:345:29 raw="0x04" type="Int" value=4))
(var_assign_decl resource.h:346:31 kind="global" modifiers="implicit" mutable=false name="WAKEMON_SET_DEFAULTS" type="Int"
(num_expr resource.h:346:31 raw="0x08" type="Int" value=8))
(var_assign_decl resource.h:347:29 kind="global" modifiers="implicit" mutable=false name="WAKEMON_MAKE_FATAL" type="Int"
(num_expr resource.h:347:29 raw="0x10" type="Int" value=16))
(var_assign_decl resource.h:351:28 kind="global" modifiers="implicit" mutable=false name="CPUMON_MAKE_FATAL" type="Int"
(num_expr resource.h:351:28 raw="0x1000" type="Int" value=4096))
(var_assign_decl resource.h:361:25 kind="global" modifiers="implicit" mutable=false name="IOPOL_TYPE_DISK" type="Int"
(num_expr resource.h:361:25 raw="0" type="Int" value=0))
(var_assign_decl resource.h:364:31 kind="global" modifiers="implicit" mutable=false name="IOPOL_SCOPE_PROCESS" type="Int"
(num_expr resource.h:364:31 raw="0" type="Int" value=0))
(var_assign_decl resource.h:365:31 kind="global" modifiers="implicit" mutable=false name="IOPOL_SCOPE_THREAD" type="Int"
(num_expr resource.h:365:31 raw="1" type="Int" value=1))
(var_assign_decl resource.h:366:31 kind="global" modifiers="implicit" mutable=false name="IOPOL_SCOPE_DARWIN_BG" type="Int"
(num_expr resource.h:366:31 raw="2" type="Int" value=2))
(var_assign_decl resource.h:369:24 kind="global" modifiers="implicit" mutable=false name="IOPOL_DEFAULT" type="Int"
(num_expr resource.h:369:24 raw="0" type="Int" value=0))
(var_assign_decl resource.h:370:26 kind="global" modifiers="implicit" mutable=false name="IOPOL_IMPORTANT" type="Int"
(num_expr resource.h:370:26 raw="1" type="Int" value=1))
(var_assign_decl resource.h:371:24 kind="global" modifiers="implicit" mutable=false name="IOPOL_PASSIVE" type="Int"
(num_expr resource.h:371:24 raw="2" type="Int" value=2))
(var_assign_decl resource.h:372:25 kind="global" modifiers="implicit" mutable=false name="IOPOL_THROTTLE" type="Int"
(num_expr resource.h:372:25 raw="3" type="Int" value=3))
(var_assign_decl resource.h:373:24 kind="global" modifiers="implicit" mutable=false name="IOPOL_UTILITY" type="Int"
(num_expr resource.h:373:24 raw="4" type="Int" value=4))
(var_assign_decl resource.h:374:25 kind="global" modifiers="implicit" mutable=false name="IOPOL_STANDARD" type="Int"
(num_expr resource.h:374:25 raw="5" type="Int" value=5))
(var_assign_decl resource.h:377:9 kind="global" modifiers="implicit" mutable=false name="IOPOL_APPLICATION" type="Int"
(var_expr resource.h:377:33 name="IOPOL_STANDARD" type="Int"))
(var_assign_decl resource.h:378:9 kind="global" modifiers="implicit" mutable=false name="IOPOL_NORMAL" type="Int"
(var_expr resource.h:378:33 name="IOPOL_IMPORTANT" type="Int"))
(var_assign_decl wait.h:121:18 kind="global" modifiers="implicit" mutable=false name="WNOHANG" type="Int"
(num_expr wait.h:121:18 raw="0x00000001" type="Int" value=1))
(var_assign_decl wait.h:122:19 kind="global" modifiers="implicit" mutable=false name="WUNTRACED" type="Int"
(num_expr wait.h:122:19 raw="0x00000002" type="Int" value=2))
(var_assign_decl wait.h:132:19 kind="global" modifiers="implicit" mutable=false name="WCOREFLAG" type="Int"
(num_expr wait.h:132:19 raw="0200" type="Int" value=200))
(var_assign_decl wait.h:137:19 kind="global" modifiers="implicit" mutable=false name="_WSTOPPED" type="Int"
(num_expr wait.h:137:19 raw="0177" type="Int" value=177))
(var_assign_decl wait.h:168:18 kind="global" modifiers="implicit" mutable=false name="WEXITED" type="Int"
(num_expr wait.h:168:18 raw="0x00000004" type="Int" value=4))
(var_assign_decl wait.h:171:18 kind="global" modifiers="implicit" mutable=false name="WSTOPPED" type="Int"
(num_expr wait.h:171:18 raw="0x00000008" type="Int" value=8))
(var_assign_decl wait.h:173:20 kind="global" modifiers="implicit" mutable=false name="WCONTINUED" type="Int"
(num_expr wait.h:173:20 raw="0x00000010" type="Int" value=16))
(var_assign_decl wait.h:174:18 kind="global" modifiers="implicit" mutable=false name="WNOWAIT" type="Int"
(num_expr wait.h:174:18 raw="0x00000020" type="Int" value=32))
(var_assign_decl wait.h:184:21 kind="global" modifiers="implicit" mutable=false name="WAIT_MYPGRP" type="Int"
(num_expr wait.h:184:21 raw="0" type="Int" value=0))
(var_assign_decl endian.h:78:24 kind="global" modifiers="implicit" mutable=false name="_QUAD_HIGHWORD" type="Int"
(num_expr endian.h:78:24 raw="1" type="Int" value=1))
(var_assign_decl endian.h:79:23 kind="global" modifiers="implicit" mutable=false name="_QUAD_LOWWORD" type="Int"
(num_expr endian.h:79:23 raw="0" type="Int" value=0))
(var_assign_decl endian.h:85:32 kind="global" modifiers="implicit" mutable=false name="__DARWIN_LITTLE_ENDIAN" type="Int"
(num_expr endian.h:85:32 raw="1234" type="Int" value=1234))
(var_assign_decl endian.h:86:29 kind="global" modifiers="implicit" mutable=false name="__DARWIN_BIG_ENDIAN" type="Int"
(num_expr endian.h:86:29 raw="4321" type="Int" value=4321))
(var_assign_decl endian.h:87:29 kind="global" modifiers="implicit" mutable=false name="__DARWIN_PDP_ENDIAN" type="Int"
(num_expr endian.h:87:29 raw="3412" type="Int" value=3412))
(var_assign_decl endian.h:89:9 kind="global" modifiers="implicit" mutable=false name="__DARWIN_BYTE_ORDER" type="Int"
(var_expr endian.h:89:29 name="__DARWIN_LITTLE_ENDIAN" type="Int"))
(var_assign_decl endian.h:93:9 kind="global" modifiers="implicit" mutable=false name="LITTLE_ENDIAN" type="Int"
(var_expr endian.h:93:23 name="__DARWIN_LITTLE_ENDIAN" type="Int"))
(var_assign_decl endian.h:94:9 kind="global" modifiers="implicit" mutable=false name="BIG_ENDIAN" type="Int"
(var_expr endian.h:94:20 name="__DARWIN_BIG_ENDIAN" type="Int"))
(var_assign_decl endian.h:95:9 kind="global" modifiers="implicit" mutable=false name="PDP_ENDIAN" type="Int"
(var_expr endian.h:95:20 name="__DARWIN_PDP_ENDIAN" type="Int"))
(var_assign_decl endian.h:97:9 kind="global" modifiers="implicit" mutable=false name="BYTE_ORDER" type="Int"
(var_expr endian.h:97:20 name="__DARWIN_BYTE_ORDER" type="Int"))
(var_assign_decl stdlib.h:101:22 kind="global" modifiers="implicit" mutable=false name="EXIT_FAILURE" type="Int"
(num_expr stdlib.h:101:22 raw="1" type="Int" value=1))
(var_assign_decl stdlib.h:102:22 kind="global" modifiers="implicit" mutable=false name="EXIT_SUCCESS" type="Int"
(num_expr stdlib.h:102:22 raw="0" type="Int" value=0))
(var_assign_decl stdlib.h:104:18 kind="global" modifiers="implicit" mutable=false name="RAND_MAX" type="Int"
(num_expr stdlib.h:104:18 raw="0x7fffffff" type="Int" value=2147483647))
(var_assign_decl wait.h:80:2 kind="global" modifiers="foreign, implicit" mutable=false name="P_ALL" type="Int32")
(var_assign_decl wait.h:81:2 kind="global" modifiers="foreign, implicit" mutable=false name="P_PID" type="Int32")
(var_assign_decl wait.h:82:2 kind="global" modifiers="foreign, implicit" mutable=false name="P_PGID" type="Int32")
(var_assign_decl stdlib.h:117:1 kind="global" modifiers="foreign, implicit" mutable=false name="__mb_cur_max" type="Int32")
(var_assign_decl stdlib.h:333:1 kind="global" modifiers="foreign, implicit" mutable=false name="suboptarg" type="*Int8")
(var_assign_decl stdio.h:216:9 kind="global" modifiers="implicit" mutable=false name="stdin" type="*FILE"
(var_expr stdio.h:216:15 name="__stdinp" type="*FILE"))
(var_assign_decl stdio.h:217:9 kind="global" modifiers="implicit" mutable=false name="stdout" type="*FILE"
(var_expr stdio.h:217:16 name="__stdoutp" type="*FILE"))
(var_assign_decl stdio.h:218:9 kind="global" modifiers="implicit" mutable=false name="stderr" type="*FILE"
(var_expr stdio.h:218:16 name="__stderrp" type="*FILE"))
(var_assign_decl fcntl.h:96:18 kind="global" modifiers="implicit" mutable=false name="O_RDONLY" type="Int"
(num_expr fcntl.h:96:18 raw="0x0000" type="Int" value=0))
(var_assign_decl fcntl.h:97:18 kind="global" modifiers="implicit" mutable=false name="O_WRONLY" type="Int"
(num_expr fcntl.h:97:18 raw="0x0001" type="Int" value=1))
(var_assign_decl fcntl.h:98:17 kind="global" modifiers="implicit" mutable=false name="O_RDWR" type="Int"
(num_expr fcntl.h:98:17 raw="0x0002" type="Int" value=2))
(var_assign_decl fcntl.h:99:19 kind="global" modifiers="implicit" mutable=false name="O_ACCMODE" type="Int"
(num_expr fcntl.h:99:19 raw="0x0003" type="Int" value=3))
(var_assign_decl fcntl.h:110:16 kind="global" modifiers="implicit" mutable=false name="FREAD" type="Int"
(num_expr fcntl.h:110:16 raw="0x0001" type="Int" value=1))
(var_assign_decl fcntl.h:111:17 kind="global" modifiers="implicit" mutable=false name="FWRITE" type="Int"
(num_expr fcntl.h:111:17 raw="0x0002" type="Int" value=2))
(var_assign_decl fcntl.h:113:20 kind="global" modifiers="implicit" mutable=false name="O_NONBLOCK" type="Int"
(num_expr fcntl.h:113:20 raw="0x0004" type="Int" value=4))
(var_assign_decl fcntl.h:114:18 kind="global" modifiers="implicit" mutable=false name="O_APPEND" type="Int"
(num_expr fcntl.h:114:18 raw="0x0008" type="Int" value=8))
(var_assign_decl _o_sync.h:29:18 kind="global" modifiers="implicit" mutable=false name="O_SYNC" type="Int"
(num_expr _o_sync.h:29:18 raw="0x0080" type="Int" value=128))
(var_assign_decl fcntl.h:119:18 kind="global" modifiers="implicit" mutable=false name="O_SHLOCK" type="Int"
(num_expr fcntl.h:119:18 raw="0x0010" type="Int" value=16))
(var_assign_decl fcntl.h:120:18 kind="global" modifiers="implicit" mutable=false name="O_EXLOCK" type="Int"
(num_expr fcntl.h:120:18 raw="0x0020" type="Int" value=32))
(var_assign_decl fcntl.h:121:18 kind="global" modifiers="implicit" mutable=false name="O_ASYNC" type="Int"
(num_expr fcntl.h:121:18 raw="0x0040" type="Int" value=64))
(var_assign_decl fcntl.h:122:9 kind="global" modifiers="implicit" mutable=false name="O_FSYNC" type="Int"
(var_expr fcntl.h:122:18 name="O_SYNC" type="Int"))
(var_assign_decl fcntl.h:123:21 kind="global" modifiers="implicit" mutable=false name="O_NOFOLLOW" type="Int"
(num_expr fcntl.h:123:21 raw="0x0100" type="Int" value=256))
(var_assign_decl fcntl.h:125:18 kind="global" modifiers="implicit" mutable=false name="O_CREAT" type="Int"
(num_expr fcntl.h:125:18 raw="0x0200" type="Int" value=512))
(var_assign_decl fcntl.h:126:18 kind="global" modifiers="implicit" mutable=false name="O_TRUNC" type="Int"
(num_expr fcntl.h:126:18 raw="0x0400" type="Int" value=1024))
(var_assign_decl fcntl.h:127:17 kind="global" modifiers="implicit" mutable=false name="O_EXCL" type="Int"
(num_expr fcntl.h:127:17 raw="0x0800" type="Int" value=2048))
(var_assign_decl fcntl.h:138:21 kind="global" modifiers="implicit" mutable=false name="AT_EACCESS" type="Int"
(num_expr fcntl.h:138:21 raw="0x0010" type="Int" value=16))
(var_assign_decl fcntl.h:139:29 kind="global" modifiers="implicit" mutable=false name="AT_SYMLINK_NOFOLLOW" type="Int"
(num_expr fcntl.h:139:29 raw="0x0020" type="Int" value=32))
(var_assign_decl fcntl.h:140:27 kind="global" modifiers="implicit" mutable=false name="AT_SYMLINK_FOLLOW" type="Int"
(num_expr fcntl.h:140:27 raw="0x0040" type="Int" value=64))
(var_assign_decl fcntl.h:141:23 kind="global" modifiers="implicit" mutable=false name="AT_REMOVEDIR" type="Int"
(num_expr fcntl.h:141:23 raw="0x0080" type="Int" value=128))
(var_assign_decl fcntl.h:145:19 kind="global" modifiers="implicit" mutable=false name="O_EVTONLY" type="Int"
(num_expr fcntl.h:145:19 raw="0x8000" type="Int" value=32768))
(var_assign_decl fcntl.h:149:18 kind="global" modifiers="implicit" mutable=false name="O_NOCTTY" type="Int"
(num_expr fcntl.h:149:18 raw="0x20000" type="Int" value=131072))
(var_assign_decl fcntl.h:153:21 kind="global" modifiers="implicit" mutable=false name="O_DIRECTORY" type="Int"
(num_expr fcntl.h:153:21 raw="0x100000" type="Int" value=1048576))
(var_assign_decl fcntl.h:154:19 kind="global" modifiers="implicit" mutable=false name="O_SYMLINK" type="Int"
(num_expr fcntl.h:154:19 raw="0x200000" type="Int" value=2097152))
(var_assign_decl _o_dsync.h:29:19 kind="global" modifiers="implicit" mutable=false name="O_DSYNC" type="Int"
(num_expr _o_dsync.h:29:19 raw="0x400000" type="Int" value=4194304))
(var_assign_decl fcntl.h:161:19 kind="global" modifiers="implicit" mutable=false name="O_CLOEXEC" type="Int"
(num_expr fcntl.h:161:19 raw="0x1000000" type="Int" value=16777216))
(var_assign_decl fcntl.h:170:30 kind="global" modifiers="implicit" mutable=false name="O_DP_GETRAWENCRYPTED" type="Int"
(num_expr fcntl.h:170:30 raw="0x0001" type="Int" value=1))
(var_assign_decl fcntl.h:171:32 kind="global" modifiers="implicit" mutable=false name="O_DP_GETRAWUNENCRYPTED" type="Int"
(num_expr fcntl.h:171:32 raw="0x0002" type="Int" value=2))
(var_assign_decl fcntl.h:182:9 kind="global" modifiers="implicit" mutable=false name="FAPPEND" type="Int"
(var_expr fcntl.h:182:18 name="O_APPEND" type="Int"))
(var_assign_decl fcntl.h:183:9 kind="global" modifiers="implicit" mutable=false name="FASYNC" type="Int"
(var_expr fcntl.h:183:17 name="O_ASYNC" type="Int"))
(var_assign_decl fcntl.h:184:9 kind="global" modifiers="implicit" mutable=false name="FFSYNC" type="Int"
(var_expr fcntl.h:184:17 name="O_FSYNC" type="Int"))
(var_assign_decl fcntl.h:185:9 kind="global" modifiers="implicit" mutable=false name="FFDSYNC" type="Int"
(var_expr fcntl.h:185:18 name="O_DSYNC" type="Int"))
(var_assign_decl fcntl.h:186:9 kind="global" modifiers="implicit" mutable=false name="FNONBLOCK" type="Int"
(var_expr fcntl.h:186:19 name="O_NONBLOCK" type="Int"))
(var_assign_decl fcntl.h:187:9 kind="global" modifiers="implicit" mutable=false name="FNDELAY" type="Int"
(var_expr fcntl.h:187:18 name="O_NONBLOCK" type="Int"))
(var_assign_decl fcntl.h:188:9 kind="global" modifiers="implicit" mutable=false name="O_NDELAY" type="Int"
(var_expr fcntl.h:188:18 name="O_NONBLOCK" type="Int"))
(var_assign_decl fcntl.h:196:26 kind="global" modifiers="implicit" mutable=false name="CPF_OVERWRITE" type="Int"
(num_expr fcntl.h:196:26 raw="0x0001" type="Int" value=1))
(var_assign_decl fcntl.h:197:26 kind="global" modifiers="implicit" mutable=false name="CPF_IGNORE_MODE" type="Int"
(num_expr fcntl.h:197:26 raw="0x0002" type="Int" value=2))
(var_assign_decl fcntl.h:206:18 kind="global" modifiers="implicit" mutable=false name="F_DUPFD" type="Int"
(num_expr fcntl.h:206:18 raw="0" type="Int" value=0))
(var_assign_decl fcntl.h:207:18 kind="global" modifiers="implicit" mutable=false name="F_GETFD" type="Int"
(num_expr fcntl.h:207:18 raw="1" type="Int" value=1))
(var_assign_decl fcntl.h:208:18 kind="global" modifiers="implicit" mutable=false name="F_SETFD" type="Int"
(num_expr fcntl.h:208:18 raw="2" type="Int" value=2))
(var_assign_decl fcntl.h:209:18 kind="global" modifiers="implicit" mutable=false name="F_GETFL" type="Int"
(num_expr fcntl.h:209:18 raw="3" type="Int" value=3))
(var_assign_decl fcntl.h:210:18 kind="global" modifiers="implicit" mutable=false name="F_SETFL" type="Int"
(num_expr fcntl.h:210:18 raw="4" type="Int" value=4))
(var_assign_decl fcntl.h:211:18 kind="global" modifiers="implicit" mutable=false name="F_GETOWN" type="Int"
(num_expr fcntl.h:211:18 raw="5" type="Int" value=5))
(var_assign_decl fcntl.h:212:18 kind="global" modifiers="implicit" mutable=false name="F_SETOWN" type="Int"
(num_expr fcntl.h:212:18 raw="6" type="Int" value=6))
(var_assign_decl fcntl.h:213:18 kind="global" modifiers="implicit" mutable=false name="F_GETLK" type="Int"
(num_expr fcntl.h:213:18 raw="7" type="Int" value=7))
(var_assign_decl fcntl.h:214:18 kind="global" modifiers="implicit" mutable=false name="F_SETLK" type="Int"
(num_expr fcntl.h:214:18 raw="8" type="Int" value=8))
(var_assign_decl fcntl.h:215:18 kind="global" modifiers="implicit" mutable=false name="F_SETLKW" type="Int"
(num_expr fcntl.h:215:18 raw="9" type="Int" value=9))
(var_assign_decl fcntl.h:217:25 kind="global" modifiers="implicit" mutable=false name="F_SETLKWTIMEOUT" type="Int"
(num_expr fcntl.h:217:25 raw="10" type="Int" value=10))
(var_assign_decl fcntl.h:220:25 kind="global" modifiers="implicit" mutable=false name="F_FLUSH_DATA" type="Int"
(num_expr fcntl.h:220:25 raw="40" type="Int" value=40))
(var_assign_decl fcntl.h:221:25 kind="global" modifiers="implicit" mutable=false name="F_CHKCLEAN" type="Int"
(num_expr fcntl.h:221:25 raw="41" type="Int" value=41))
(var_assign_decl fcntl.h:222:25 kind="global" modifiers="implicit" mutable=false name="F_PREALLOCATE" type="Int"
(num_expr fcntl.h:222:25 raw="42" type="Int" value=42))
(var_assign_decl fcntl.h:223:25 kind="global" modifiers="implicit" mutable=false name="F_SETSIZE" type="Int"
(num_expr fcntl.h:223:25 raw="43" type="Int" value=43))
(var_assign_decl fcntl.h:224:25 kind="global" modifiers="implicit" mutable=false name="F_RDADVISE" type="Int"
(num_expr fcntl.h:224:25 raw="44" type="Int" value=44))
(var_assign_decl fcntl.h:225:25 kind="global" modifiers="implicit" mutable=false name="F_RDAHEAD" type="Int"
(num_expr fcntl.h:225:25 raw="45" type="Int" value=45))
(var_assign_decl fcntl.h:229:25 kind="global" modifiers="implicit" mutable=false name="F_NOCACHE" type="Int"
(num_expr fcntl.h:229:25 raw="48" type="Int" value=48))
(var_assign_decl fcntl.h:230:20 kind="global" modifiers="implicit" mutable=false name="F_LOG2PHYS" type="Int"
(num_expr fcntl.h:230:20 raw="49" type="Int" value=49))
(var_assign_decl fcntl.h:231:25 kind="global" modifiers="implicit" mutable=false name="F_GETPATH" type="Int"
(num_expr fcntl.h:231:25 raw="50" type="Int" value=50))
(var_assign_decl fcntl.h:232:25 kind="global" modifiers="implicit" mutable=false name="F_FULLFSYNC" type="Int"
(num_expr fcntl.h:232:25 raw="51" type="Int" value=51))
(var_assign_decl fcntl.h:233:25 kind="global" modifiers="implicit" mutable=false name="F_PATHPKG_CHECK" type="Int"
(num_expr fcntl.h:233:25 raw="52" type="Int" value=52))
(var_assign_decl fcntl.h:234:25 kind="global" modifiers="implicit" mutable=false name="F_FREEZE_FS" type="Int"
(num_expr fcntl.h:234:25 raw="53" type="Int" value=53))
(var_assign_decl fcntl.h:235:25 kind="global" modifiers="implicit" mutable=false name="F_THAW_FS" type="Int"
(num_expr fcntl.h:235:25 raw="54" type="Int" value=54))
(var_assign_decl fcntl.h:236:26 kind="global" modifiers="implicit" mutable=false name="F_GLOBAL_NOCACHE" type="Int"
(num_expr fcntl.h:236:26 raw="55" type="Int" value=55))
(var_assign_decl fcntl.h:239:19 kind="global" modifiers="implicit" mutable=false name="F_ADDSIGS" type="Int"
(num_expr fcntl.h:239:19 raw="59" type="Int" value=59))
(var_assign_decl fcntl.h:242:23 kind="global" modifiers="implicit" mutable=false name="F_ADDFILESIGS" type="Int"
(num_expr fcntl.h:242:23 raw="61" type="Int" value=61))
(var_assign_decl fcntl.h:244:20 kind="global" modifiers="implicit" mutable=false name="F_NODIRECT" type="Int"
(num_expr fcntl.h:244:20 raw="62" type="Int" value=62))
(var_assign_decl fcntl.h:247:30 kind="global" modifiers="implicit" mutable=false name="F_GETPROTECTIONCLASS" type="Int"
(num_expr fcntl.h:247:30 raw="63" type="Int" value=63))
(var_assign_decl fcntl.h:248:30 kind="global" modifiers="implicit" mutable=false name="F_SETPROTECTIONCLASS" type="Int"
(num_expr fcntl.h:248:30 raw="64" type="Int" value=64))
(var_assign_decl fcntl.h:250:25 kind="global" modifiers="implicit" mutable=false name="F_LOG2PHYS_EXT" type="Int"
(num_expr fcntl.h:250:25 raw="65" type="Int" value=65))
(var_assign_decl fcntl.h:252:21 kind="global" modifiers="implicit" mutable=false name="F_GETLKPID" type="Int"
(num_expr fcntl.h:252:21 raw="66" type="Int" value=66))
(var_assign_decl fcntl.h:257:27 kind="global" modifiers="implicit" mutable=false name="F_SETBACKINGSTORE" type="Int"
(num_expr fcntl.h:257:27 raw="70" type="Int" value=70))
(var_assign_decl fcntl.h:258:27 kind="global" modifiers="implicit" mutable=false name="F_GETPATH_MTMINFO" type="Int"
(num_expr fcntl.h:258:27 raw="71" type="Int" value=71))
(var_assign_decl fcntl.h:260:23 kind="global" modifiers="implicit" mutable=false name="F_GETCODEDIR" type="Int"
(num_expr fcntl.h:260:23 raw="72" type="Int" value=72))
(var_assign_decl fcntl.h:262:25 kind="global" modifiers="implicit" mutable=false name="F_SETNOSIGPIPE" type="Int"
(num_expr fcntl.h:262:25 raw="73" type="Int" value=73))
(var_assign_decl fcntl.h:263:25 kind="global" modifiers="implicit" mutable=false name="F_GETNOSIGPIPE" type="Int"
(num_expr fcntl.h:263:25 raw="74" type="Int" value=74))
(var_assign_decl fcntl.h:265:25 kind="global" modifiers="implicit" mutable=false name="F_TRANSCODEKEY" type="Int"
(num_expr fcntl.h:265:25 raw="75" type="Int" value=75))
(var_assign_decl fcntl.h:267:26 kind="global" modifiers="implicit" mutable=false name="F_SINGLE_WRITER" type="Int"
(num_expr fcntl.h:267:26 raw="76" type="Int" value=76))
(var_assign_decl fcntl.h:270:30 kind="global" modifiers="implicit" mutable=false name="F_GETPROTECTIONLEVEL" type="Int"
(num_expr fcntl.h:270:30 raw="77" type="Int" value=77))
(var_assign_decl fcntl.h:272:21 kind="global" modifiers="implicit" mutable=false name="F_FINDSIGS" type="Int"
(num_expr fcntl.h:272:21 raw="78" type="Int" value=78))
(var_assign_decl fcntl.h:275:36 kind="global" modifiers="implicit" mutable=false name="F_ADDFILESIGS_FOR_DYLD_SIM" type="Int"
(num_expr fcntl.h:275:36 raw="83" type="Int" value=83))
(var_assign_decl fcntl.h:278:25 kind="global" modifiers="implicit" mutable=false name="F_BARRIERFSYNC" type="Int"
(num_expr fcntl.h:278:25 raw="85" type="Int" value=85))
(var_assign_decl fcntl.h:281:30 kind="global" modifiers="implicit" mutable=false name="F_ADDFILESIGS_RETURN" type="Int"
(num_expr fcntl.h:281:30 raw="97" type="Int" value=97))
(var_assign_decl fcntl.h:282:21 kind="global" modifiers="implicit" mutable=false name="F_CHECK_LV" type="Int"
(num_expr fcntl.h:282:21 raw="98" type="Int" value=98))
(var_assign_decl fcntl.h:286:33 kind="global" modifiers="implicit" mutable=false name="FCNTL_FS_SPECIFIC_BASE" type="Int"
(num_expr fcntl.h:286:33 raw="0x00010000" type="Int" value=65536))
(var_assign_decl fcntl.h:291:26 kind="global" modifiers="implicit" mutable=false name="F_DUPFD_CLOEXEC" type="Int"
(num_expr fcntl.h:291:26 raw="67" type="Int" value=67))
(var_assign_decl fcntl.h:295:20 kind="global" modifiers="implicit" mutable=false name="FD_CLOEXEC" type="Int"
(num_expr fcntl.h:295:20 raw="1" type="Int" value=1))
(var_assign_decl fcntl.h:298:18 kind="global" modifiers="implicit" mutable=false name="F_RDLCK" type="Int"
(num_expr fcntl.h:298:18 raw="1" type="Int" value=1))
(var_assign_decl fcntl.h:299:18 kind="global" modifiers="implicit" mutable=false name="F_UNLCK" type="Int"
(num_expr fcntl.h:299:18 raw="2" type="Int" value=2))
(var_assign_decl fcntl.h:300:18 kind="global" modifiers="implicit" mutable=false name="F_WRLCK" type="Int"
(num_expr fcntl.h:300:18 raw="3" type="Int" value=3))
(var_assign_decl _s_ifmt.h:35:17 kind="global" modifiers="implicit" mutable=false name="S_IFMT" type="Int"
(num_expr _s_ifmt.h:35:17 raw="0170000" type="Int" value=170000))
(var_assign_decl _s_ifmt.h:36:18 kind="global" modifiers="implicit" mutable=false name="S_IFIFO" type="Int"
(num_expr _s_ifmt.h:36:18 raw="0010000" type="Int" value=10000))
(var_assign_decl _s_ifmt.h:37:18 kind="global" modifiers="implicit" mutable=false name="S_IFCHR" type="Int"
(num_expr _s_ifmt.h:37:18 raw="0020000" type="Int" value=20000))
(var_assign_decl _s_ifmt.h:38:18 kind="global" modifiers="implicit" mutable=false name="S_IFDIR" type="Int"
(num_expr _s_ifmt.h:38:18 raw="0040000" type="Int" value=40000))
(var_assign_decl _s_ifmt.h:39:18 kind="global" modifiers="implicit" mutable=false name="S_IFBLK" type="Int"
(num_expr _s_ifmt.h:39:18 raw="0060000" type="Int" value=60000))
(var_assign_decl _s_ifmt.h:40:18 kind="global" modifiers="implicit" mutable=false name="S_IFREG" type="Int"
(num_expr _s_ifmt.h:40:18 raw="0100000" type="Int" value=100000))
(var_assign_decl _s_ifmt.h:41:18 kind="global" modifiers="implicit" mutable=false name="S_IFLNK" type="Int"
(num_expr _s_ifmt.h:41:18 raw="0120000" type="Int" value=120000))
(var_assign_decl _s_ifmt.h:42:18 kind="global" modifiers="implicit" mutable=false name="S_IFSOCK" type="Int"
(num_expr _s_ifmt.h:42:18 raw="0140000" type="Int" value=140000))
(var_assign_decl _s_ifmt.h:44:18 kind="global" modifiers="implicit" mutable=false name="S_IFWHT" type="Int"
(num_expr _s_ifmt.h:44:18 raw="0160000" type="Int" value=160000))
(var_assign_decl _s_ifmt.h:49:18 kind="global" modifiers="implicit" mutable=false name="S_IRWXU" type="Int"
(num_expr _s_ifmt.h:49:18 raw="0000700" type="Int" value=700))
(var_assign_decl _s_ifmt.h:50:18 kind="global" modifiers="implicit" mutable=false name="S_IRUSR" type="Int"
(num_expr _s_ifmt.h:50:18 raw="0000400" type="Int" value=400))
(var_assign_decl _s_ifmt.h:51:18 kind="global" modifiers="implicit" mutable=false name="S_IWUSR" type="Int"
(num_expr _s_ifmt.h:51:18 raw="0000200" type="Int" value=200))
(var_assign_decl _s_ifmt.h:52:18 kind="global" modifiers="implicit" mutable=false name="S_IXUSR" type="Int"
(num_expr _s_ifmt.h:52:18 raw="0000100" type="Int" value=100))
(var_assign_decl _s_ifmt.h:54:18 kind="global" modifiers="implicit" mutable=false name="S_IRWXG" type="Int"
(num_expr _s_ifmt.h:54:18 raw="0000070" type="Int" value=70))
(var_assign_decl _s_ifmt.h:55:18 kind="global" modifiers="implicit" mutable=false name="S_IRGRP" type="Int"
(num_expr _s_ifmt.h:55:18 raw="0000040" type="Int" value=40))
(var_assign_decl _s_ifmt.h:56:18 kind="global" modifiers="implicit" mutable=false name="S_IWGRP" type="Int"
(num_expr _s_ifmt.h:56:18 raw="0000020" type="Int" value=20))
(var_assign_decl _s_ifmt.h:57:18 kind="global" modifiers="implicit" mutable=false name="S_IXGRP" type="Int"
(num_expr _s_ifmt.h:57:18 raw="0000010" type="Int" value=10))
(var_assign_decl _s_ifmt.h:59:18 kind="global" modifiers="implicit" mutable=false name="S_IRWXO" type="Int"
(num_expr _s_ifmt.h:59:18 raw="0000007" type="Int" value=7))
(var_assign_decl _s_ifmt.h:60:18 kind="global" modifiers="implicit" mutable=false name="S_IROTH" type="Int"
(num_expr _s_ifmt.h:60:18 raw="0000004" type="Int" value=4))
(var_assign_decl _s_ifmt.h:61:18 kind="global" modifiers="implicit" mutable=false name="S_IWOTH" type="Int"
(num_expr _s_ifmt.h:61:18 raw="0000002" type="Int" value=2))
(var_assign_decl _s_ifmt.h:62:18 kind="global" modifiers="implicit" mutable=false name="S_IXOTH" type="Int"
(num_expr _s_ifmt.h:62:18 raw="0000001" type="Int" value=1))
(var_assign_decl _s_ifmt.h:64:18 kind="global" modifiers="implicit" mutable=false name="S_ISUID" type="Int"
(num_expr _s_ifmt.h:64:18 raw="0004000" type="Int" value=4000))
(var_assign_decl _s_ifmt.h:65:18 kind="global" modifiers="implicit" mutable=false name="S_ISGID" type="Int"
(num_expr _s_ifmt.h:65:18 raw="0002000" type="Int" value=2000))
(var_assign_decl _s_ifmt.h:66:18 kind="global" modifiers="implicit" mutable=false name="S_ISVTX" type="Int"
(num_expr _s_ifmt.h:66:18 raw="0001000" type="Int" value=1000))
(var_assign_decl _s_ifmt.h:69:9 kind="global" modifiers="implicit" mutable=false name="S_ISTXT" type="Int"
(var_expr _s_ifmt.h:69:18 name="S_ISVTX" type="Int"))
(var_assign_decl _s_ifmt.h:70:9 kind="global" modifiers="implicit" mutable=false name="S_IREAD" type="Int"
(var_expr _s_ifmt.h:70:18 name="S_IRUSR" type="Int"))
(var_assign_decl _s_ifmt.h:71:9 kind="global" modifiers="implicit" mutable=false name="S_IWRITE" type="Int"
(var_expr _s_ifmt.h:71:18 name="S_IWUSR" type="Int"))
(var_assign_decl _s_ifmt.h:72:9 kind="global" modifiers="implicit" mutable=false name="S_IEXEC" type="Int"
(var_expr _s_ifmt.h:72:18 name="S_IXUSR" type="Int"))
(var_assign_decl fcntl.h:318:27 kind="global" modifiers="implicit" mutable=false name="F_ALLOCATECONTIG" type="Int"
(num_expr fcntl.h:318:27 raw="0x00000002" type="Int" value=2))
(var_assign_decl fcntl.h:319:27 kind="global" modifiers="implicit" mutable=false name="F_ALLOCATEALL" type="Int"
(num_expr fcntl.h:319:27 raw="0x00000004" type="Int" value=4))
(var_assign_decl fcntl.h:323:23 kind="global" modifiers="implicit" mutable=false name="F_PEOFPOSMODE" type="Int"
(num_expr fcntl.h:323:23 raw="3" type="Int" value=3))
(var_assign_decl fcntl.h:325:22 kind="global" modifiers="implicit" mutable=false name="F_VOLPOSMODE" type="Int"
(num_expr fcntl.h:325:22 raw="4" type="Int" value=4))
(var_assign_decl fcntl.h:409:18 kind="global" modifiers="implicit" mutable=false name="LOCK_SH" type="Int"
(num_expr fcntl.h:409:18 raw="0x01" type="Int" value=1))
(var_assign_decl fcntl.h:410:18 kind="global" modifiers="implicit" mutable=false name="LOCK_EX" type="Int"
(num_expr fcntl.h:410:18 raw="0x02" type="Int" value=2))
(var_assign_decl fcntl.h:411:18 kind="global" modifiers="implicit" mutable=false name="LOCK_NB" type="Int"
(num_expr fcntl.h:411:18 raw="0x04" type="Int" value=4))
(var_assign_decl fcntl.h:412:18 kind="global" modifiers="implicit" mutable=false name="LOCK_UN" type="Int"
(num_expr fcntl.h:412:18 raw="0x08" type="Int" value=8))
(var_assign_decl fcntl.h:468:20 kind="global" modifiers="implicit" mutable=false name="O_POPUP" type="Int"
(num_expr fcntl.h:468:20 raw="0x80000000" type="Int" value=2147483648))
(var_assign_decl fcntl.h:469:20 kind="global" modifiers="implicit" mutable=false name="O_ALERT" type="Int"
(num_expr fcntl.h:469:20 raw="0x20000000" type="Int" value=536870912))
(var_assign_decl fcntl.h:480:2 kind="global" modifiers="foreign, implicit" mutable=false name="FILESEC_OWNER" type="Int32")
(var_assign_decl fcntl.h:481:2 kind="global" modifiers="foreign, implicit" mutable=false name="FILESEC_GROUP" type="Int32")
(var_assign_decl fcntl.h:482:2 kind="global" modifiers="foreign, implicit" mutable=false name="FILESEC_UUID" type="Int32")
(var_assign_decl fcntl.h:483:2 kind="global" modifiers="foreign, implicit" mutable=false name="FILESEC_MODE" type="Int32")
(var_assign_decl fcntl.h:484:2 kind="global" modifiers="foreign, implicit" mutable=false name="FILESEC_ACL" type="Int32")
(var_assign_decl fcntl.h:485:2 kind="global" modifiers="foreign, implicit" mutable=false name="FILESEC_GRPUUID" type="Int32")
(var_assign_decl fcntl.h:488:2 kind="global" modifiers="foreign, implicit" mutable=false name="FILESEC_ACL_RAW" type="Int32")
(var_assign_decl fcntl.h:489:2 kind="global" modifiers="foreign, implicit" mutable=false name="FILESEC_ACL_ALLOCSIZE" type="Int32")
(var_assign_decl math.h:74:25 kind="global" modifiers="implicit" mutable=false name="FP_NAN" type="Int"
(num_expr math.h:74:25 raw="1" type="Int" value=1))
(var_assign_decl math.h:75:25 kind="global" modifiers="implicit" mutable=false name="FP_INFINITE" type="Int"
(num_expr math.h:75:25 raw="2" type="Int" value=2))
(var_assign_decl math.h:76:25 kind="global" modifiers="implicit" mutable=false name="FP_ZERO" type="Int"
(num_expr math.h:76:25 raw="3" type="Int" value=3))
(var_assign_decl math.h:77:25 kind="global" modifiers="implicit" mutable=false name="FP_NORMAL" type="Int"
(num_expr math.h:77:25 raw="4" type="Int" value=4))
(var_assign_decl math.h:78:25 kind="global" modifiers="implicit" mutable=false name="FP_SUBNORMAL" type="Int"
(num_expr math.h:78:25 raw="5" type="Int" value=5))
(var_assign_decl math.h:79:25 kind="global" modifiers="implicit" mutable=false name="FP_SUPERNORMAL" type="Int"
(num_expr math.h:79:25 raw="6" type="Int" value=6))
(var_assign_decl math.h:107:27 kind="global" modifiers="implicit" mutable=false name="MATH_ERRNO" type="Int"
(num_expr math.h:107:27 raw="1" type="Int" value=1))
(var_assign_decl math.h:108:27 kind="global" modifiers="implicit" mutable=false name="MATH_ERREXCEPT" type="Int"
(num_expr math.h:108:27 raw="2" type="Int" value=2))
(var_assign_decl math.h:712:21 kind="global" modifiers="implicit" mutable=false name="MAXFLOAT" type="Int"
(num_expr math.h:712:21 raw="0x1" type="Int" value=1))
(var_assign_decl math.h:739:9 kind="global" modifiers="implicit" mutable=false name="FP_SNAN" type="Int"
(var_expr math.h:739:18 name="FP_NAN" type="Int"))
(var_assign_decl math.h:740:9 kind="global" modifiers="implicit" mutable=false name="FP_QNAN" type="Int"
(var_expr math.h:740:18 name="FP_NAN" type="Int"))
(var_assign_decl math.h:741:9 kind="global" modifiers="implicit" mutable=false name="HUGE" type="Int"
(var_expr math.h:741:15 name="MAXFLOAT" type="Int"))
(var_assign_decl math.h:743:17 kind="global" modifiers="implicit" mutable=false name="DOMAIN" type="Int"
(num_expr math.h:743:17 raw="1" type="Int" value=1))
(var_assign_decl math.h:744:15 kind="global" modifiers="implicit" mutable=false name="SING" type="Int"
(num_expr math.h:744:15 raw="2" type="Int" value=2))
(var_assign_decl math.h:745:18 kind="global" modifiers="implicit" mutable=false name="OVERFLOW" type="Int"
(num_expr math.h:745:18 raw="3" type="Int" value=3))
(var_assign_decl math.h:746:19 kind="global" modifiers="implicit" mutable=false name="UNDERFLOW" type="Int"
(num_expr math.h:746:19 raw="4" type="Int" value=4))
(var_assign_decl math.h:747:16 kind="global" modifiers="implicit" mutable=false name="TLOSS" type="Int"
(num_expr math.h:747:16 raw="5" type="Int" value=5))
(var_assign_decl math.h:748:16 kind="global" modifiers="implicit" mutable=false name="PLOSS" type="Int"
(num_expr math.h:748:16 raw="6" type="Int" value=6))
(var_assign_decl math.h:694:1 kind="global" modifiers="foreign, implicit" mutable=false name="signgam" type="Int32")
(var_assign_decl _string.h:46:36 kind="global" modifiers="implicit" mutable=false name="__HAS_FIXED_CHK_PROTOTYPES" type="Int"
(num_expr _string.h:46:36 raw="1" type="Int" value=1))
(var_assign_decl pthread_impl.h:41:34 kind="global" modifiers="implicit" mutable=false name="_PTHREAD_MUTEX_SIG_init" type="Int"
(num_expr pthread_impl.h:41:34 raw="0x32AAABA7" type="Int" value=850045863))
(var_assign_decl pthread_impl.h:43:49 kind="global" modifiers="implicit" mutable=false name="_PTHREAD_ERRORCHECK_MUTEX_SIG_init" type="Int"
(num_expr pthread_impl.h:43:49 raw="0x32AAABA1" type="Int" value=850045857))
(var_assign_decl pthread_impl.h:44:49 kind="global" modifiers="implicit" mutable=false name="_PTHREAD_RECURSIVE_MUTEX_SIG_init" type="Int"
(num_expr pthread_impl.h:44:49 raw="0x32AAABA2" type="Int" value=850045858))
(var_assign_decl pthread_impl.h:45:48 kind="global" modifiers="implicit" mutable=false name="_PTHREAD_FIRSTFIT_MUTEX_SIG_init" type="Int"
(num_expr pthread_impl.h:45:48 raw="0x32AAABA3" type="Int" value=850045859))
(var_assign_decl pthread_impl.h:47:33 kind="global" modifiers="implicit" mutable=false name="_PTHREAD_COND_SIG_init" type="Int"
(num_expr pthread_impl.h:47:33 raw="0x3CB0B1BB" type="Int" value=1018212795))
(var_assign_decl pthread_impl.h:48:33 kind="global" modifiers="implicit" mutable=false name="_PTHREAD_ONCE_SIG_init" type="Int"
(num_expr pthread_impl.h:48:33 raw="0x30B1BCBA" type="Int" value=816954554))
(var_assign_decl pthread_impl.h:49:37 kind="global" modifiers="implicit" mutable=false name="_PTHREAD_RWLOCK_SIG_init" type="Int"
(num_expr pthread_impl.h:49:37 raw="0x2DA8B3B4" type="Int" value=766030772))
(var_assign_decl pthread_impl.h:54:36 kind="global" modifiers="implicit" mutable=false name="SCHED_OTHER" type="Int"
(num_expr pthread_impl.h:54:36 raw="1" type="Int" value=1))
(var_assign_decl pthread_impl.h:55:36 kind="global" modifiers="implicit" mutable=false name="SCHED_FIFO" type="Int"
(num_expr pthread_impl.h:55:36 raw="4" type="Int" value=4))
(var_assign_decl pthread_impl.h:56:36 kind="global" modifiers="implicit" mutable=false name="SCHED_RR" type="Int"
(num_expr pthread_impl.h:56:36 raw="2" type="Int" value=2))
(var_assign_decl pthread_impl.h:58:36 kind="global" modifiers="implicit" mutable=false name="__SCHED_PARAM_SIZE__" type="Int"
(num_expr pthread_impl.h:58:36 raw="4" type="Int" value=4))
(var_assign_decl time.h:89:25 kind="global" modifiers="implicit" mutable=false name="CLOCKS_PER_SEC" type="Int"
(num_expr time.h:89:25 raw="1000000" type="Int" value=1000000))
(var_assign_decl pthread.h:138:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_CREATE_JOINABLE" type="Int"
(num_expr pthread.h:138:38 raw="1" type="Int" value=1))
(var_assign_decl pthread.h:139:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_CREATE_DETACHED" type="Int"
(num_expr pthread.h:139:38 raw="2" type="Int" value=2))
(var_assign_decl pthread.h:141:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_INHERIT_SCHED" type="Int"
(num_expr pthread.h:141:38 raw="1" type="Int" value=1))
(var_assign_decl pthread.h:142:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_EXPLICIT_SCHED" type="Int"
(num_expr pthread.h:142:38 raw="2" type="Int" value=2))
(var_assign_decl pthread.h:144:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_CANCEL_ENABLE" type="Int"
(num_expr pthread.h:144:38 raw="0x01" type="Int" value=1))
(var_assign_decl pthread.h:145:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_CANCEL_DISABLE" type="Int"
(num_expr pthread.h:145:38 raw="0x00" type="Int" value=0))
(var_assign_decl pthread.h:146:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_CANCEL_DEFERRED" type="Int"
(num_expr pthread.h:146:38 raw="0x02" type="Int" value=2))
(var_assign_decl pthread.h:147:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_CANCEL_ASYNCHRONOUS" type="Int"
(num_expr pthread.h:147:38 raw="0x00" type="Int" value=0))
(var_assign_decl pthread.h:153:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_SCOPE_SYSTEM" type="Int"
(num_expr pthread.h:153:38 raw="1" type="Int" value=1))
(var_assign_decl pthread.h:154:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_SCOPE_PROCESS" type="Int"
(num_expr pthread.h:154:38 raw="2" type="Int" value=2))
(var_assign_decl pthread.h:156:40 kind="global" modifiers="implicit" mutable=false name="PTHREAD_PROCESS_SHARED" type="Int"
(num_expr pthread.h:156:40 raw="1" type="Int" value=1))
(var_assign_decl pthread.h:157:40 kind="global" modifiers="implicit" mutable=false name="PTHREAD_PROCESS_PRIVATE" type="Int"
(num_expr pthread.h:157:40 raw="2" type="Int" value=2))
(var_assign_decl pthread.h:162:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_PRIO_NONE" type="Int"
(num_expr pthread.h:162:38 raw="0" type="Int" value=0))
(var_assign_decl pthread.h:163:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_PRIO_INHERIT" type="Int"
(num_expr pthread.h:163:38 raw="1" type="Int" value=1))
(var_assign_decl pthread.h:164:38 kind="global" modifiers="implicit" mutable=false name="PTHREAD_PRIO_PROTECT" type="Int"
(num_expr pthread.h:164:38 raw="2" type="Int" value=2))
(var_assign_decl pthread.h:169:31 kind="global" modifiers="implicit" mutable=false name="PTHREAD_MUTEX_NORMAL" type="Int"
(num_expr pthread.h:169:31 raw="0" type="Int" value=0))
(var_assign_decl pthread.h:170:34 kind="global" modifiers="implicit" mutable=false name="PTHREAD_MUTEX_ERRORCHECK" type="Int"
(num_expr pthread.h:170:34 raw="1" type="Int" value=1))
(var_assign_decl pthread.h:171:34 kind="global" modifiers="implicit" mutable=false name="PTHREAD_MUTEX_RECURSIVE" type="Int"
(num_expr pthread.h:171:34 raw="2" type="Int" value=2))
(var_assign_decl pthread.h:172:9 kind="global" modifiers="implicit" mutable=false name="PTHREAD_MUTEX_DEFAULT" type="Int"
(var_expr pthread.h:172:32 name="PTHREAD_MUTEX_NORMAL" type="Int"))
(var_assign_decl time.h:97:1 kind="global" modifiers="foreign, implicit" mutable=false name="tzname" type="**Int8")
(var_assign_decl time.h:100:1 kind="global" modifiers="foreign, implicit" mutable=false name="getdate_err" type="Int32")
(var_assign_decl time.h:102:1 kind="global" modifiers="foreign, implicit" mutable=false name="timezone" type="Int")
(var_assign_decl time.h:104:1 kind="global" modifiers="foreign, implicit" mutable=false name="daylight" type="Int32")
(var_assign_decl time.h:153:1 kind="global" modifiers="foreign, implicit" mutable=false name="_CLOCK_REALTIME" type="Int32")
(var_assign_decl time.h:155:1 kind="global" modifiers="foreign, implicit" mutable=false name="_CLOCK_MONOTONIC" type="Int32")
(var_assign_decl time.h:158:1 kind="global" modifiers="foreign, implicit" mutable=false name="_CLOCK_MONOTONIC_RAW" type="Int32")
(var_assign_decl time.h:160:1 kind="global" modifiers="foreign, implicit" mutable=false name="_CLOCK_MONOTONIC_RAW_APPROX" type="Int32")
(var_assign_decl time.h:162:1 kind="global" modifiers="foreign, implicit" mutable=false name="_CLOCK_UPTIME_RAW" type="Int32")
(var_assign_decl time.h:164:1 kind="global" modifiers="foreign, implicit" mutable=false name="_CLOCK_UPTIME_RAW_APPROX" type="Int32")
(var_assign_decl time.h:167:1 kind="global" modifiers="foreign, implicit" mutable=false name="_CLOCK_PROCESS_CPUTIME_ID" type="Int32")
(var_assign_decl time.h:169:1 kind="global" modifiers="foreign, implicit" mutable=false name="_CLOCK_THREAD_CPUTIME_ID" type="Int32")
(var_assign_decl qos.h:129:2 kind="global" modifiers="foreign, implicit" mutable=false name="QOS_CLASS_USER_INTERACTIVE" type="Int32")
(var_assign_decl qos.h:131:2 kind="global" modifiers="foreign, implicit" mutable=false name="QOS_CLASS_USER_INITIATED" type="Int32")
(var_assign_decl qos.h:133:2 kind="global" modifiers="foreign, implicit" mutable=false name="QOS_CLASS_DEFAULT" type="Int32")
(var_assign_decl qos.h:135:2 kind="global" modifiers="foreign, implicit" mutable=false name="QOS_CLASS_UTILITY" type="Int32")
(var_assign_decl qos.h:137:2 kind="global" modifiers="foreign, implicit" mutable=false name="QOS_CLASS_BACKGROUND" type="Int32")
(var_assign_decl qos.h:139:2 kind="global" modifiers="foreign, implicit" mutable=false name="QOS_CLASS_UNSPECIFIED" type="Int32")
(var_assign_decl _fd_def.h:39:29 kind="global" modifiers="implicit" mutable=false name="__DARWIN_FD_SETSIZE" type="Int"
(num_expr _fd_def.h:39:29 raw="1024" type="Int" value=1024))
(var_assign_decl _fd_def.h:41:24 kind="global" modifiers="implicit" mutable=false name="__DARWIN_NBBY" type="Int"
(num_expr _fd_def.h:41:24 raw="8" type="Int" value=8))
(var_assign_decl time.h:100:21 kind="global" modifiers="implicit" mutable=false name="ITIMER_REAL" type="Int"
(num_expr time.h:100:21 raw="0" type="Int" value=0))
(var_assign_decl time.h:101:24 kind="global" modifiers="implicit" mutable=false name="ITIMER_VIRTUAL" type="Int"
(num_expr time.h:101:24 raw="1" type="Int" value=1))
(var_assign_decl time.h:102:21 kind="global" modifiers="implicit" mutable=false name="ITIMER_PROF" type="Int"
(num_expr time.h:102:21 raw="2" type="Int" value=2))
(var_assign_decl _fd_setsize.h:29:9 kind="global" modifiers="implicit" mutable=false name="FD_SETSIZE" type="Int"
(var_expr _fd_setsize.h:29:20 name="__DARWIN_FD_SETSIZE" type="Int"))
(var_assign_decl time.h:133:18 kind="global" modifiers="implicit" mutable=false name="DST_NONE" type="Int"
(num_expr time.h:133:18 raw="0" type="Int" value=0))
(var_assign_decl time.h:134:18 kind="global" modifiers="implicit" mutable=false name="DST_USA" type="Int"
(num_expr time.h:134:18 raw="1" type="Int" value=1))
(var_assign_decl time.h:135:18 kind="global" modifiers="implicit" mutable=false name="DST_AUST" type="Int"
(num_expr time.h:135:18 raw="2" type="Int" value=2))
(var_assign_decl time.h:136:18 kind="global" modifiers="implicit" mutable=false name="DST_WET" type="Int"
(num_expr time.h:136:18 raw="3" type="Int" value=3))
(var_assign_decl time.h:137:18 kind="global" modifiers="implicit" mutable=false name="DST_MET" type="Int"
(num_expr time.h:137:18 raw="4" type="Int" value=4))
(var_assign_decl time.h:138:18 kind="global" modifiers="implicit" mutable=false name="DST_EET" type="Int"
(num_expr time.h:138:18 raw="5" type="Int" value=5))
(var_assign_decl time.h:139:18 kind="global" modifiers="implicit" mutable=false name="DST_CAN" type="Int"
(num_expr time.h:139:18 raw="6" type="Int" value=6))
(var_assign_decl time.h:154:9 kind="global" modifiers="implicit" mutable=false name="CLOCK_REALTIME" type="Int32"
(var_expr time.h:154:24 name="_CLOCK_REALTIME" type="Int32"))
(var_assign_decl time.h:156:9 kind="global" modifiers="implicit" mutable=false name="CLOCK_MONOTONIC" type="Int32"
(var_expr time.h:156:25 name="_CLOCK_MONOTONIC" type="Int32"))
(var_assign_decl time.h:159:9 kind="global" modifiers="implicit" mutable=false name="CLOCK_MONOTONIC_RAW" type="Int32"
(var_expr time.h:159:29 name="_CLOCK_MONOTONIC_RAW" type="Int32"))
(var_assign_decl time.h:161:9 kind="global" modifiers="implicit" mutable=false name="CLOCK_MONOTONIC_RAW_APPROX" type="Int32"
(var_expr time.h:161:36 name="_CLOCK_MONOTONIC_RAW_APPROX" type="Int32"))
(var_assign_decl time.h:163:9 kind="global" modifiers="implicit" mutable=false name="CLOCK_UPTIME_RAW" type="Int32"
(var_expr time.h:163:26 name="_CLOCK_UPTIME_RAW" type="Int32"))
(var_assign_decl time.h:165:9 kind="global" modifiers="implicit" mutable=false name="CLOCK_UPTIME_RAW_APPROX" type="Int32"
(var_expr time.h:165:33 name="_CLOCK_UPTIME_RAW_APPROX" type="Int32"))
(var_assign_decl time.h:168:9 kind="global" modifiers="implicit" mutable=false name="CLOCK_PROCESS_CPUTIME_ID" type="Int32"
(var_expr time.h:168:34 name="_CLOCK_PROCESS_CPUTIME_ID" type="Int32"))
(var_assign_decl time.h:170:9 kind="global" modifiers="implicit" mutable=false name="CLOCK_THREAD_CPUTIME_ID" type="Int32"
(var_expr time.h:170:33 name="_CLOCK_THREAD_CPUTIME_ID" type="Int32"))
(type_decl _pthread_types.h:57:1 modifiers="foreign, implicit" type="__darwin_pthread_handler_rec"
(property_decl _pthread_types.h:58:2 kind="property" modifiers="foreign, implicit" mutable=true name="__routine" type="(*Void) -> Void")
(property_decl _pthread_types.h:59:2 kind="property" modifiers="foreign, implicit" mutable=true name="__arg" type="*Void")
(property_decl _pthread_types.h:60:2 kind="property" modifiers="foreign, implicit" mutable=true name="__next" type="*__darwin_pthread_handler_rec"))
(type_decl _pthread_types.h:63:1 modifiers="foreign, implicit" type="_opaque_pthread_attr_t"
(property_decl _pthread_types.h:64:2 kind="property" modifiers="foreign, implicit" mutable=true name="__sig" type="Int")
(property_decl _pthread_types.h:65:2 kind="property" modifiers="foreign, implicit" mutable=true name="__opaque" type="*Int8"))
(type_decl _pthread_types.h:68:1 modifiers="foreign, implicit" type="_opaque_pthread_cond_t"
(property_decl _pthread_types.h:69:2 kind="property" modifiers="foreign, implicit" mutable=true name="__sig" type="Int")
(property_decl _pthread_types.h:70:2 kind="property" modifiers="foreign, implicit" mutable=true name="__opaque" type="*Int8"))
(type_decl _pthread_types.h:73:1 modifiers="foreign, implicit" type="_opaque_pthread_condattr_t"
(property_decl _pthread_types.h:74:2 kind="property" modifiers="foreign, implicit" mutable=true name="__sig" type="Int")
(property_decl _pthread_types.h:75:2 kind="property" modifiers="foreign, implicit" mutable=true name="__opaque" type="*Int8"))
(type_decl _pthread_types.h:78:1 modifiers="foreign, implicit" type="_opaque_pthread_mutex_t"
(property_decl _pthread_types.h:79:2 kind="property" modifiers="foreign, implicit" mutable=true name="__sig" type="Int")
(property_decl _pthread_types.h:80:2 kind="property" modifiers="foreign, implicit" mutable=true name="__opaque" type="*Int8"))
(type_decl _pthread_types.h:83:1 modifiers="foreign, implicit" type="_opaque_pthread_mutexattr_t"
(property_decl _pthread_types.h:84:2 kind="property" modifiers="foreign, implicit" mutable=true name="__sig" type="Int")
(property_decl _pthread_types.h:85:2 kind="property" modifiers="foreign, implicit" mutable=true name="__opaque" type="*Int8"))
(type_decl _pthread_types.h:88:1 modifiers="foreign, implicit" type="_opaque_pthread_once_t"
(property_decl _pthread_types.h:89:2 kind="property" modifiers="foreign, implicit" mutable=true name="__sig" type="Int")
(property_decl _pthread_types.h:90:2 kind="property" modifiers="foreign, implicit" mutable=true name="__opaque" type="*Int8"))
(type_decl _pthread_types.h:93:1 modifiers="foreign, implicit" type="_opaque_pthread_rwlock_t"
(property_decl _pthread_types.h:94:2 kind="property" modifiers="foreign, implicit" mutable=true name="__sig" type="Int")
(property_decl _pthread_types.h:95:2 kind="property" modifiers="foreign, implicit" mutable=true name="__opaque" type="*Int8"))
(type_decl _pthread_types.h:98:1 modifiers="foreign, implicit" type="_opaque_pthread_rwlockattr_t"
(property_decl _pthread_types.h:99:2 kind="property" modifiers="foreign, implicit" mutable=true name="__sig" type="Int")
(property_decl _pthread_types.h:100:2 kind="property" modifiers="foreign, implicit" mutable=true name="__opaque" type="*Int8"))
(type_decl _pthread_types.h:103:1 modifiers="foreign, implicit" type="_opaque_pthread_t"
(property_decl _pthread_types.h:104:2 kind="property" modifiers="foreign, implicit" mutable=true name="__sig" type="Int")
(property_decl _pthread_types.h:105:2 kind="property" modifiers="foreign, implicit" mutable=true name="__cleanup_stack" type="*__darwin_pthread_handler_rec")
(property_decl _pthread_types.h:106:2 kind="property" modifiers="foreign, implicit" mutable=true name="__opaque" type="*Int8"))
(type_decl stdio.h:88:1 modifiers="foreign, implicit" type="__sbuf"
(property_decl stdio.h:89:2 kind="property" modifiers="foreign, implicit" mutable=true name="_base" type="*UInt8")
(property_decl stdio.h:90:2 kind="property" modifiers="foreign, implicit" mutable=true name="_size" type="Int32"))
(type_decl stdio.h:94:1 modifiers="foreign, implicit" type="__sFILEX")
(type_decl stdio.h:122:9 modifiers="foreign, implicit" type="__sFILE"
(property_decl stdio.h:123:2 kind="property" modifiers="foreign, implicit" mutable=true name="_p" type="*UInt8")
(property_decl stdio.h:124:2 kind="property" modifiers="foreign, implicit" mutable=true name="_r" type="Int32")
(property_decl stdio.h:125:2 kind="property" modifiers="foreign, implicit" mutable=true name="_w" type="Int32")
(property_decl stdio.h:126:2 kind="property" modifiers="foreign, implicit" mutable=true name="_flags" type="Int16")
(property_decl stdio.h:127:2 kind="property" modifiers="foreign, implicit" mutable=true name="_file" type="Int16")
(property_decl stdio.h:128:2 kind="property" modifiers="foreign, implicit" mutable=true name="_bf" type="__sbuf")
(property_decl stdio.h:129:2 kind="property" modifiers="foreign, implicit" mutable=true name="_lbfsize" type="Int32")
(property_decl stdio.h:132:2 kind="property" modifiers="foreign, implicit" mutable=true name="_cookie" type="*Void")
(property_decl stdio.h:133:2 kind="property" modifiers="foreign, implicit" mutable=true name="_close" type="(*Void) -> Int32")
(property_decl stdio.h:134:2 kind="property" modifiers="foreign, implicit" mutable=true name="_read" type="(*Void, *Int8, Int32) -> Int32")
(property_decl stdio.h:135:2 kind="property" modifiers="foreign, implicit" mutable=true name="_seek" type="(*Void, fpos_t, Int32) -> fpos_t")
(property_decl stdio.h:136:2 kind="property" modifiers="foreign, implicit" mutable=true name="_write" type="(*Void, *Int8, Int32) -> Int32")
(property_decl stdio.h:139:2 kind="property" modifiers="foreign, implicit" mutable=true name="_ub" type="__sbuf")
(property_decl stdio.h:140:2 kind="property" modifiers="foreign, implicit" mutable=true name="_extra" type="*__sFILEX")
(property_decl stdio.h:141:2 kind="property" modifiers="foreign, implicit" mutable=true name="_ur" type="Int32")
(property_decl stdio.h:144:2 kind="property" modifiers="foreign, implicit" mutable=true name="_ubuf" type="*UInt8")
(property_decl stdio.h:145:2 kind="property" modifiers="foreign, implicit" mutable=true name="_nbuf" type="*UInt8")
(property_decl stdio.h:148:2 kind="property" modifiers="foreign, implicit" mutable=true name="_lb" type="__sbuf")
(property_decl stdio.h:151:2 kind="property" modifiers="foreign, implicit" mutable=true name="_blksize" type="Int32")
(property_decl stdio.h:152:2 kind="property" modifiers="foreign, implicit" mutable=true name="_offset" type="fpos_t"))
(type_decl metadata.h:28:9 modifiers="foreign, implicit" type="TRILL_ANY"
(property_decl metadata.h:29:3 kind="property" modifiers="foreign, implicit" mutable=true name="_any" type="*Void"))
(type_decl _structs.h:43:1 modifiers="foreign, implicit" type="__darwin_i386_thread_state"
(property_decl _structs.h:45:5 kind="property" modifiers="foreign, implicit" mutable=true name="__eax" type="UInt32")
(property_decl _structs.h:46:5 kind="property" modifiers="foreign, implicit" mutable=true name="__ebx" type="UInt32")
(property_decl _structs.h:47:5 kind="property" modifiers="foreign, implicit" mutable=true name="__ecx" type="UInt32")
(property_decl _structs.h:48:5 kind="property" modifiers="foreign, implicit" mutable=true name="__edx" type="UInt32")
(property_decl _structs.h:49:5 kind="property" modifiers="foreign, implicit" mutable=true name="__edi" type="UInt32")
(property_decl _structs.h:50:5 kind="property" modifiers="foreign, implicit" mutable=true name="__esi" type="UInt32")
(property_decl _structs.h:51:5 kind="property" modifiers="foreign, implicit" mutable=true name="__ebp" type="UInt32")
(property_decl _structs.h:52:5 kind="property" modifiers="foreign, implicit" mutable=true name="__esp" type="UInt32")
(property_decl _structs.h:53:5 kind="property" modifiers="foreign, implicit" mutable=true name="__ss" type="UInt32")
(property_decl _structs.h:54:5 kind="property" modifiers="foreign, implicit" mutable=true name="__eflags" type="UInt32")
(property_decl _structs.h:55:5 kind="property" modifiers="foreign, implicit" mutable=true name="__eip" type="UInt32")
(property_decl _structs.h:56:5 kind="property" modifiers="foreign, implicit" mutable=true name="__cs" type="UInt32")
(property_decl _structs.h:57:5 kind="property" modifiers="foreign, implicit" mutable=true name="__ds" type="UInt32")
(property_decl _structs.h:58:5 kind="property" modifiers="foreign, implicit" mutable=true name="__es" type="UInt32")
(property_decl _structs.h:59:5 kind="property" modifiers="foreign, implicit" mutable=true name="__fs" type="UInt32")
(property_decl _structs.h:60:5 kind="property" modifiers="foreign, implicit" mutable=true name="__gs" type="UInt32"))
(type_decl _structs.h:89:1 modifiers="foreign, implicit" type="__darwin_fp_control"
(property_decl _structs.h:91:5 kind="property" modifiers="foreign, implicit" mutable=true name="__invalid" type="UInt16")
(property_decl _structs.h:91:5 kind="property" modifiers="foreign, implicit" mutable=true name="__denorm" type="UInt16")
(property_decl _structs.h:91:5 kind="property" modifiers="foreign, implicit" mutable=true name="__zdiv" type="UInt16")
(property_decl _structs.h:91:5 kind="property" modifiers="foreign, implicit" mutable=true name="__ovrfl" type="UInt16")
(property_decl _structs.h:91:5 kind="property" modifiers="foreign, implicit" mutable=true name="__undfl" type="UInt16")
(property_decl _structs.h:91:5 kind="property" modifiers="foreign, implicit" mutable=true name="__precis" type="UInt16")
(property_decl _structs.h:91:5 kind="property" modifiers="foreign, implicit" mutable=true name="__unnamed_6" type="UInt16")
(property_decl _structs.h:91:5 kind="property" modifiers="foreign, implicit" mutable=true name="__pc" type="UInt16")
(property_decl _structs.h:91:5 kind="property" modifiers="foreign, implicit" mutable=true name="__rc" type="UInt16")
(property_decl _structs.h:91:5 kind="property" modifiers="foreign, implicit" mutable=true name="__unnamed_9" type="UInt16")
(property_decl _structs.h:91:5 kind="property" modifiers="foreign, implicit" mutable=true name="__unnamed_10" type="UInt16"))
(type_decl _structs.h:147:1 modifiers="foreign, implicit" type="__darwin_fp_status"
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__invalid" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__denorm" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__zdiv" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__ovrfl" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__undfl" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__precis" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__stkflt" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__errsumm" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__c0" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__c1" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__c2" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__tos" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__c3" type="UInt16")
(property_decl _structs.h:149:5 kind="property" modifiers="foreign, implicit" mutable=true name="__busy" type="UInt16"))
(type_decl _structs.h:191:1 modifiers="foreign, implicit" type="__darwin_mmst_reg"
(property_decl _structs.h:193:2 kind="property" modifiers="foreign, implicit" mutable=true name="__mmst_reg" type="*Int8")
(property_decl _structs.h:194:2 kind="property" modifiers="foreign, implicit" mutable=true name="__mmst_rsrv" type="*Int8"))
(type_decl _structs.h:210:1 modifiers="foreign, implicit" type="__darwin_xmm_reg"
(property_decl _structs.h:212:2 kind="property" modifiers="foreign, implicit" mutable=true name="__xmm_reg" type="*Int8"))
(type_decl _structs.h:232:1 modifiers="foreign, implicit" type="__darwin_i386_float_state"
(property_decl _structs.h:234:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_reserved" type="*Int32")
(property_decl _structs.h:235:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_fcw" type="__darwin_fp_control")
(property_decl _structs.h:236:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_fsw" type="__darwin_fp_status")
(property_decl _structs.h:237:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ftw" type="__uint8_t")
(property_decl _structs.h:238:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv1" type="__uint8_t")
(property_decl _structs.h:239:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_fop" type="__uint16_t")
(property_decl _structs.h:240:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ip" type="__uint32_t")
(property_decl _structs.h:241:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_cs" type="__uint16_t")
(property_decl _structs.h:242:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv2" type="__uint16_t")
(property_decl _structs.h:243:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_dp" type="__uint32_t")
(property_decl _structs.h:244:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ds" type="__uint16_t")
(property_decl _structs.h:245:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv3" type="__uint16_t")
(property_decl _structs.h:246:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_mxcsr" type="__uint32_t")
(property_decl _structs.h:247:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_mxcsrmask" type="__uint32_t")
(property_decl _structs.h:248:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm0" type="__darwin_mmst_reg")
(property_decl _structs.h:249:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm1" type="__darwin_mmst_reg")
(property_decl _structs.h:250:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm2" type="__darwin_mmst_reg")
(property_decl _structs.h:251:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm3" type="__darwin_mmst_reg")
(property_decl _structs.h:252:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm4" type="__darwin_mmst_reg")
(property_decl _structs.h:253:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm5" type="__darwin_mmst_reg")
(property_decl _structs.h:254:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm6" type="__darwin_mmst_reg")
(property_decl _structs.h:255:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm7" type="__darwin_mmst_reg")
(property_decl _structs.h:256:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm0" type="__darwin_xmm_reg")
(property_decl _structs.h:257:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm1" type="__darwin_xmm_reg")
(property_decl _structs.h:258:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm2" type="__darwin_xmm_reg")
(property_decl _structs.h:259:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm3" type="__darwin_xmm_reg")
(property_decl _structs.h:260:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm4" type="__darwin_xmm_reg")
(property_decl _structs.h:261:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm5" type="__darwin_xmm_reg")
(property_decl _structs.h:262:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm6" type="__darwin_xmm_reg")
(property_decl _structs.h:263:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm7" type="__darwin_xmm_reg")
(property_decl _structs.h:264:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv4" type="*Int8")
(property_decl _structs.h:265:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_reserved1" type="Int32"))
(type_decl _structs.h:269:1 modifiers="foreign, implicit" type="__darwin_i386_avx_state"
(property_decl _structs.h:271:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_reserved" type="*Int32")
(property_decl _structs.h:272:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_fcw" type="__darwin_fp_control")
(property_decl _structs.h:273:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_fsw" type="__darwin_fp_status")
(property_decl _structs.h:274:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ftw" type="__uint8_t")
(property_decl _structs.h:275:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv1" type="__uint8_t")
(property_decl _structs.h:276:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_fop" type="__uint16_t")
(property_decl _structs.h:277:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ip" type="__uint32_t")
(property_decl _structs.h:278:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_cs" type="__uint16_t")
(property_decl _structs.h:279:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv2" type="__uint16_t")
(property_decl _structs.h:280:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_dp" type="__uint32_t")
(property_decl _structs.h:281:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ds" type="__uint16_t")
(property_decl _structs.h:282:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv3" type="__uint16_t")
(property_decl _structs.h:283:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_mxcsr" type="__uint32_t")
(property_decl _structs.h:284:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_mxcsrmask" type="__uint32_t")
(property_decl _structs.h:285:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm0" type="__darwin_mmst_reg")
(property_decl _structs.h:286:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm1" type="__darwin_mmst_reg")
(property_decl _structs.h:287:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm2" type="__darwin_mmst_reg")
(property_decl _structs.h:288:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm3" type="__darwin_mmst_reg")
(property_decl _structs.h:289:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm4" type="__darwin_mmst_reg")
(property_decl _structs.h:290:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm5" type="__darwin_mmst_reg")
(property_decl _structs.h:291:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm6" type="__darwin_mmst_reg")
(property_decl _structs.h:292:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm7" type="__darwin_mmst_reg")
(property_decl _structs.h:293:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm0" type="__darwin_xmm_reg")
(property_decl _structs.h:294:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm1" type="__darwin_xmm_reg")
(property_decl _structs.h:295:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm2" type="__darwin_xmm_reg")
(property_decl _structs.h:296:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm3" type="__darwin_xmm_reg")
(property_decl _structs.h:297:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm4" type="__darwin_xmm_reg")
(property_decl _structs.h:298:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm5" type="__darwin_xmm_reg")
(property_decl _structs.h:299:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm6" type="__darwin_xmm_reg")
(property_decl _structs.h:300:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm7" type="__darwin_xmm_reg")
(property_decl _structs.h:301:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv4" type="*Int8")
(property_decl _structs.h:302:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_reserved1" type="Int32")
(property_decl _structs.h:303:2 kind="property" modifiers="foreign, implicit" mutable=true name="__avx_reserved1" type="*Int8")
(property_decl _structs.h:304:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh0" type="__darwin_xmm_reg")
(property_decl _structs.h:305:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh1" type="__darwin_xmm_reg")
(property_decl _structs.h:306:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh2" type="__darwin_xmm_reg")
(property_decl _structs.h:307:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh3" type="__darwin_xmm_reg")
(property_decl _structs.h:308:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh4" type="__darwin_xmm_reg")
(property_decl _structs.h:309:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh5" type="__darwin_xmm_reg")
(property_decl _structs.h:310:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh6" type="__darwin_xmm_reg")
(property_decl _structs.h:311:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh7" type="__darwin_xmm_reg"))
(type_decl _structs.h:402:1 modifiers="foreign, implicit" type="__darwin_i386_exception_state"
(property_decl _structs.h:404:2 kind="property" modifiers="foreign, implicit" mutable=true name="__trapno" type="__uint16_t")
(property_decl _structs.h:405:2 kind="property" modifiers="foreign, implicit" mutable=true name="__cpu" type="__uint16_t")
(property_decl _structs.h:406:2 kind="property" modifiers="foreign, implicit" mutable=true name="__err" type="__uint32_t")
(property_decl _structs.h:407:2 kind="property" modifiers="foreign, implicit" mutable=true name="__faultvaddr" type="__uint32_t"))
(type_decl _structs.h:422:1 modifiers="foreign, implicit" type="__darwin_x86_debug_state32"
(property_decl _structs.h:424:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr0" type="UInt32")
(property_decl _structs.h:425:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr1" type="UInt32")
(property_decl _structs.h:426:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr2" type="UInt32")
(property_decl _structs.h:427:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr3" type="UInt32")
(property_decl _structs.h:428:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr4" type="UInt32")
(property_decl _structs.h:429:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr5" type="UInt32")
(property_decl _structs.h:430:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr6" type="UInt32")
(property_decl _structs.h:431:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr7" type="UInt32"))
(type_decl _structs.h:454:1 modifiers="foreign, implicit" type="__darwin_x86_thread_state64"
(property_decl _structs.h:456:2 kind="property" modifiers="foreign, implicit" mutable=true name="__rax" type="__uint64_t")
(property_decl _structs.h:457:2 kind="property" modifiers="foreign, implicit" mutable=true name="__rbx" type="__uint64_t")
(property_decl _structs.h:458:2 kind="property" modifiers="foreign, implicit" mutable=true name="__rcx" type="__uint64_t")
(property_decl _structs.h:459:2 kind="property" modifiers="foreign, implicit" mutable=true name="__rdx" type="__uint64_t")
(property_decl _structs.h:460:2 kind="property" modifiers="foreign, implicit" mutable=true name="__rdi" type="__uint64_t")
(property_decl _structs.h:461:2 kind="property" modifiers="foreign, implicit" mutable=true name="__rsi" type="__uint64_t")
(property_decl _structs.h:462:2 kind="property" modifiers="foreign, implicit" mutable=true name="__rbp" type="__uint64_t")
(property_decl _structs.h:463:2 kind="property" modifiers="foreign, implicit" mutable=true name="__rsp" type="__uint64_t")
(property_decl _structs.h:464:2 kind="property" modifiers="foreign, implicit" mutable=true name="__r8" type="__uint64_t")
(property_decl _structs.h:465:2 kind="property" modifiers="foreign, implicit" mutable=true name="__r9" type="__uint64_t")
(property_decl _structs.h:466:2 kind="property" modifiers="foreign, implicit" mutable=true name="__r10" type="__uint64_t")
(property_decl _structs.h:467:2 kind="property" modifiers="foreign, implicit" mutable=true name="__r11" type="__uint64_t")
(property_decl _structs.h:468:2 kind="property" modifiers="foreign, implicit" mutable=true name="__r12" type="__uint64_t")
(property_decl _structs.h:469:2 kind="property" modifiers="foreign, implicit" mutable=true name="__r13" type="__uint64_t")
(property_decl _structs.h:470:2 kind="property" modifiers="foreign, implicit" mutable=true name="__r14" type="__uint64_t")
(property_decl _structs.h:471:2 kind="property" modifiers="foreign, implicit" mutable=true name="__r15" type="__uint64_t")
(property_decl _structs.h:472:2 kind="property" modifiers="foreign, implicit" mutable=true name="__rip" type="__uint64_t")
(property_decl _structs.h:473:2 kind="property" modifiers="foreign, implicit" mutable=true name="__rflags" type="__uint64_t")
(property_decl _structs.h:474:2 kind="property" modifiers="foreign, implicit" mutable=true name="__cs" type="__uint64_t")
(property_decl _structs.h:475:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fs" type="__uint64_t")
(property_decl _structs.h:476:2 kind="property" modifiers="foreign, implicit" mutable=true name="__gs" type="__uint64_t"))
(type_decl _structs.h:509:1 modifiers="foreign, implicit" type="__darwin_x86_float_state64"
(property_decl _structs.h:511:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_reserved" type="*Int32")
(property_decl _structs.h:512:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_fcw" type="__darwin_fp_control")
(property_decl _structs.h:513:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_fsw" type="__darwin_fp_status")
(property_decl _structs.h:514:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ftw" type="__uint8_t")
(property_decl _structs.h:515:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv1" type="__uint8_t")
(property_decl _structs.h:516:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_fop" type="__uint16_t")
(property_decl _structs.h:519:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ip" type="__uint32_t")
(property_decl _structs.h:520:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_cs" type="__uint16_t")
(property_decl _structs.h:522:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv2" type="__uint16_t")
(property_decl _structs.h:525:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_dp" type="__uint32_t")
(property_decl _structs.h:526:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ds" type="__uint16_t")
(property_decl _structs.h:528:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv3" type="__uint16_t")
(property_decl _structs.h:529:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_mxcsr" type="__uint32_t")
(property_decl _structs.h:530:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_mxcsrmask" type="__uint32_t")
(property_decl _structs.h:531:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm0" type="__darwin_mmst_reg")
(property_decl _structs.h:532:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm1" type="__darwin_mmst_reg")
(property_decl _structs.h:533:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm2" type="__darwin_mmst_reg")
(property_decl _structs.h:534:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm3" type="__darwin_mmst_reg")
(property_decl _structs.h:535:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm4" type="__darwin_mmst_reg")
(property_decl _structs.h:536:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm5" type="__darwin_mmst_reg")
(property_decl _structs.h:537:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm6" type="__darwin_mmst_reg")
(property_decl _structs.h:538:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm7" type="__darwin_mmst_reg")
(property_decl _structs.h:539:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm0" type="__darwin_xmm_reg")
(property_decl _structs.h:540:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm1" type="__darwin_xmm_reg")
(property_decl _structs.h:541:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm2" type="__darwin_xmm_reg")
(property_decl _structs.h:542:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm3" type="__darwin_xmm_reg")
(property_decl _structs.h:543:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm4" type="__darwin_xmm_reg")
(property_decl _structs.h:544:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm5" type="__darwin_xmm_reg")
(property_decl _structs.h:545:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm6" type="__darwin_xmm_reg")
(property_decl _structs.h:546:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm7" type="__darwin_xmm_reg")
(property_decl _structs.h:547:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm8" type="__darwin_xmm_reg")
(property_decl _structs.h:548:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm9" type="__darwin_xmm_reg")
(property_decl _structs.h:549:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm10" type="__darwin_xmm_reg")
(property_decl _structs.h:550:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm11" type="__darwin_xmm_reg")
(property_decl _structs.h:551:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm12" type="__darwin_xmm_reg")
(property_decl _structs.h:552:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm13" type="__darwin_xmm_reg")
(property_decl _structs.h:553:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm14" type="__darwin_xmm_reg")
(property_decl _structs.h:554:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm15" type="__darwin_xmm_reg")
(property_decl _structs.h:555:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv4" type="*Int8")
(property_decl _structs.h:556:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_reserved1" type="Int32"))
(type_decl _structs.h:560:1 modifiers="foreign, implicit" type="__darwin_x86_avx_state64"
(property_decl _structs.h:562:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_reserved" type="*Int32")
(property_decl _structs.h:563:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_fcw" type="__darwin_fp_control")
(property_decl _structs.h:564:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_fsw" type="__darwin_fp_status")
(property_decl _structs.h:565:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ftw" type="__uint8_t")
(property_decl _structs.h:566:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv1" type="__uint8_t")
(property_decl _structs.h:567:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_fop" type="__uint16_t")
(property_decl _structs.h:570:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ip" type="__uint32_t")
(property_decl _structs.h:571:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_cs" type="__uint16_t")
(property_decl _structs.h:573:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv2" type="__uint16_t")
(property_decl _structs.h:576:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_dp" type="__uint32_t")
(property_decl _structs.h:577:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ds" type="__uint16_t")
(property_decl _structs.h:579:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv3" type="__uint16_t")
(property_decl _structs.h:580:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_mxcsr" type="__uint32_t")
(property_decl _structs.h:581:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_mxcsrmask" type="__uint32_t")
(property_decl _structs.h:582:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm0" type="__darwin_mmst_reg")
(property_decl _structs.h:583:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm1" type="__darwin_mmst_reg")
(property_decl _structs.h:584:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm2" type="__darwin_mmst_reg")
(property_decl _structs.h:585:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm3" type="__darwin_mmst_reg")
(property_decl _structs.h:586:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm4" type="__darwin_mmst_reg")
(property_decl _structs.h:587:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm5" type="__darwin_mmst_reg")
(property_decl _structs.h:588:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm6" type="__darwin_mmst_reg")
(property_decl _structs.h:589:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_stmm7" type="__darwin_mmst_reg")
(property_decl _structs.h:590:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm0" type="__darwin_xmm_reg")
(property_decl _structs.h:591:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm1" type="__darwin_xmm_reg")
(property_decl _structs.h:592:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm2" type="__darwin_xmm_reg")
(property_decl _structs.h:593:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm3" type="__darwin_xmm_reg")
(property_decl _structs.h:594:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm4" type="__darwin_xmm_reg")
(property_decl _structs.h:595:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm5" type="__darwin_xmm_reg")
(property_decl _structs.h:596:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm6" type="__darwin_xmm_reg")
(property_decl _structs.h:597:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm7" type="__darwin_xmm_reg")
(property_decl _structs.h:598:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm8" type="__darwin_xmm_reg")
(property_decl _structs.h:599:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm9" type="__darwin_xmm_reg")
(property_decl _structs.h:600:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm10" type="__darwin_xmm_reg")
(property_decl _structs.h:601:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm11" type="__darwin_xmm_reg")
(property_decl _structs.h:602:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm12" type="__darwin_xmm_reg")
(property_decl _structs.h:603:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm13" type="__darwin_xmm_reg")
(property_decl _structs.h:604:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm14" type="__darwin_xmm_reg")
(property_decl _structs.h:605:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_xmm15" type="__darwin_xmm_reg")
(property_decl _structs.h:606:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_rsrv4" type="*Int8")
(property_decl _structs.h:607:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_reserved1" type="Int32")
(property_decl _structs.h:608:2 kind="property" modifiers="foreign, implicit" mutable=true name="__avx_reserved1" type="*Int8")
(property_decl _structs.h:609:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh0" type="__darwin_xmm_reg")
(property_decl _structs.h:610:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh1" type="__darwin_xmm_reg")
(property_decl _structs.h:611:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh2" type="__darwin_xmm_reg")
(property_decl _structs.h:612:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh3" type="__darwin_xmm_reg")
(property_decl _structs.h:613:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh4" type="__darwin_xmm_reg")
(property_decl _structs.h:614:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh5" type="__darwin_xmm_reg")
(property_decl _structs.h:615:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh6" type="__darwin_xmm_reg")
(property_decl _structs.h:616:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh7" type="__darwin_xmm_reg")
(property_decl _structs.h:617:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh8" type="__darwin_xmm_reg")
(property_decl _structs.h:618:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh9" type="__darwin_xmm_reg")
(property_decl _structs.h:619:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh10" type="__darwin_xmm_reg")
(property_decl _structs.h:620:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh11" type="__darwin_xmm_reg")
(property_decl _structs.h:621:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh12" type="__darwin_xmm_reg")
(property_decl _structs.h:622:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh13" type="__darwin_xmm_reg")
(property_decl _structs.h:623:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh14" type="__darwin_xmm_reg")
(property_decl _structs.h:624:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fpu_ymmh15" type="__darwin_xmm_reg"))
(type_decl _structs.h:751:1 modifiers="foreign, implicit" type="__darwin_x86_exception_state64"
(property_decl _structs.h:753:5 kind="property" modifiers="foreign, implicit" mutable=true name="__trapno" type="__uint16_t")
(property_decl _structs.h:754:5 kind="property" modifiers="foreign, implicit" mutable=true name="__cpu" type="__uint16_t")
(property_decl _structs.h:755:5 kind="property" modifiers="foreign, implicit" mutable=true name="__err" type="__uint32_t")
(property_decl _structs.h:756:5 kind="property" modifiers="foreign, implicit" mutable=true name="__faultvaddr" type="__uint64_t"))
(type_decl _structs.h:771:1 modifiers="foreign, implicit" type="__darwin_x86_debug_state64"
(property_decl _structs.h:773:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr0" type="__uint64_t")
(property_decl _structs.h:774:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr1" type="__uint64_t")
(property_decl _structs.h:775:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr2" type="__uint64_t")
(property_decl _structs.h:776:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr3" type="__uint64_t")
(property_decl _structs.h:777:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr4" type="__uint64_t")
(property_decl _structs.h:778:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr5" type="__uint64_t")
(property_decl _structs.h:779:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr6" type="__uint64_t")
(property_decl _structs.h:780:2 kind="property" modifiers="foreign, implicit" mutable=true name="__dr7" type="__uint64_t"))
(type_decl _mcontext.h:38:1 modifiers="foreign, implicit" type="__darwin_mcontext32"
(property_decl _mcontext.h:40:2 kind="property" modifiers="foreign, implicit" mutable=true name="__es" type="__darwin_i386_exception_state")
(property_decl _mcontext.h:41:2 kind="property" modifiers="foreign, implicit" mutable=true name="__ss" type="__darwin_i386_thread_state")
(property_decl _mcontext.h:42:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fs" type="__darwin_i386_float_state"))
(type_decl _mcontext.h:46:1 modifiers="foreign, implicit" type="__darwin_mcontext_avx32"
(property_decl _mcontext.h:48:2 kind="property" modifiers="foreign, implicit" mutable=true name="__es" type="__darwin_i386_exception_state")
(property_decl _mcontext.h:49:2 kind="property" modifiers="foreign, implicit" mutable=true name="__ss" type="__darwin_i386_thread_state")
(property_decl _mcontext.h:50:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fs" type="__darwin_i386_avx_state"))
(type_decl _mcontext.h:76:1 modifiers="foreign, implicit" type="__darwin_mcontext64"
(property_decl _mcontext.h:78:2 kind="property" modifiers="foreign, implicit" mutable=true name="__es" type="__darwin_x86_exception_state64")
(property_decl _mcontext.h:79:2 kind="property" modifiers="foreign, implicit" mutable=true name="__ss" type="__darwin_x86_thread_state64")
(property_decl _mcontext.h:80:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fs" type="__darwin_x86_float_state64"))
(type_decl _mcontext.h:84:1 modifiers="foreign, implicit" type="__darwin_mcontext_avx64"
(property_decl _mcontext.h:86:2 kind="property" modifiers="foreign, implicit" mutable=true name="__es" type="__darwin_x86_exception_state64")
(property_decl _mcontext.h:87:2 kind="property" modifiers="foreign, implicit" mutable=true name="__ss" type="__darwin_x86_thread_state64")
(property_decl _mcontext.h:88:2 kind="property" modifiers="foreign, implicit" mutable=true name="__fs" type="__darwin_x86_avx_state64"))
(type_decl _sigaltstack.h:36:1 modifiers="foreign, implicit" type="__darwin_sigaltstack"
(property_decl _sigaltstack.h:38:2 kind="property" modifiers="foreign, implicit" mutable=true name="ss_sp" type="*Void")
(property_decl _sigaltstack.h:39:2 kind="property" modifiers="foreign, implicit" mutable=true name="ss_size" type="__darwin_size_t")
(property_decl _sigaltstack.h:40:2 kind="property" modifiers="foreign, implicit" mutable=true name="ss_flags" type="Int32"))
(type_decl _ucontext.h:34:1 modifiers="foreign, implicit" type="__darwin_ucontext"
(property_decl _ucontext.h:36:2 kind="property" modifiers="foreign, implicit" mutable=true name="uc_onstack" type="Int32")
(property_decl _ucontext.h:37:2 kind="property" modifiers="foreign, implicit" mutable=true name="uc_sigmask" type="__darwin_sigset_t")
(property_decl _ucontext.h:38:2 kind="property" modifiers="foreign, implicit" mutable=true name="uc_stack" type="__darwin_sigaltstack")
(property_decl _ucontext.h:39:2 kind="property" modifiers="foreign, implicit" mutable=true name="uc_link" type="*__darwin_ucontext")
(property_decl _ucontext.h:40:2 kind="property" modifiers="foreign, implicit" mutable=true name="uc_mcsize" type="__darwin_size_t")
(property_decl _ucontext.h:41:2 kind="property" modifiers="foreign, implicit" mutable=true name="uc_mcontext" type="*__darwin_mcontext64"))
(type_decl signal.h:168:1 modifiers="foreign, implicit" type="sigevent"
(property_decl signal.h:169:2 kind="property" modifiers="foreign, implicit" mutable=true name="sigev_notify" type="Int32")
(property_decl signal.h:170:2 kind="property" modifiers="foreign, implicit" mutable=true name="sigev_signo" type="Int32")
(property_decl signal.h:171:2 kind="property" modifiers="foreign, implicit" mutable=true name="sigev_value" type="sigval")
(property_decl signal.h:172:2 kind="property" modifiers="foreign, implicit" mutable=true name="sigev_notify_function" type="(sigval) -> Void")
(property_decl signal.h:173:2 kind="property" modifiers="foreign, implicit" mutable=true name="sigev_notify_attributes" type="*pthread_attr_t"))
(type_decl signal.h:177:9 modifiers="foreign, implicit" type="__siginfo"
(property_decl signal.h:178:2 kind="property" modifiers="foreign, implicit" mutable=true name="si_signo" type="Int32")
(property_decl signal.h:179:2 kind="property" modifiers="foreign, implicit" mutable=true name="si_errno" type="Int32")
(property_decl signal.h:180:2 kind="property" modifiers="foreign, implicit" mutable=true name="si_code" type="Int32")
(property_decl signal.h:181:2 kind="property" modifiers="foreign, implicit" mutable=true name="si_pid" type="pid_t")
(property_decl signal.h:182:2 kind="property" modifiers="foreign, implicit" mutable=true name="si_uid" type="uid_t")
(property_decl signal.h:183:2 kind="property" modifiers="foreign, implicit" mutable=true name="si_status" type="Int32")
(property_decl signal.h:184:2 kind="property" modifiers="foreign, implicit" mutable=true name="si_addr" type="*Void")
(property_decl signal.h:185:2 kind="property" modifiers="foreign, implicit" mutable=true name="si_value" type="sigval")
(property_decl signal.h:186:2 kind="property" modifiers="foreign, implicit" mutable=true name="si_band" type="Int")
(property_decl signal.h:187:2 kind="property" modifiers="foreign, implicit" mutable=true name="__pad" type="*UInt"))
(type_decl signal.h:276:1 modifiers="foreign, implicit" type="__sigaction"
(property_decl signal.h:277:2 kind="property" modifiers="foreign, implicit" mutable=true name="__sigaction_u" type="__sigaction_u")
(property_decl signal.h:278:2 kind="property" modifiers="foreign, implicit" mutable=true name="sa_tramp" type="(*Void, Int32, Int32, *siginfo_t, *Void) -> Void")
(property_decl signal.h:279:2 kind="property" modifiers="foreign, implicit" mutable=true name="sa_mask" type="sigset_t")
(property_decl signal.h:280:2 kind="property" modifiers="foreign, implicit" mutable=true name="sa_flags" type="Int32"))
(type_decl signal.h:286:1 modifiers="foreign, implicit" type="sigaction"
(property_decl signal.h:287:2 kind="property" modifiers="foreign, implicit" mutable=true name="__sigaction_u" type="__sigaction_u")
(property_decl signal.h:288:2 kind="property" modifiers="foreign, implicit" mutable=true name="sa_mask" type="sigset_t")
(property_decl signal.h:289:2 kind="property" modifiers="foreign, implicit" mutable=true name="sa_flags" type="Int32"))
(type_decl signal.h:348:1 modifiers="foreign, implicit" type="sigvec"
(property_decl signal.h:349:2 kind="property" modifiers="foreign, implicit" mutable=true name="sv_handler" type="(Int32) -> Void")
(property_decl signal.h:350:2 kind="property" modifiers="foreign, implicit" mutable=true name="sv_mask" type="Int32")
(property_decl signal.h:351:2 kind="property" modifiers="foreign, implicit" mutable=true name="sv_flags" type="Int32"))
(type_decl signal.h:367:1 modifiers="foreign, implicit" type="sigstack"
(property_decl signal.h:368:2 kind="property" modifiers="foreign, implicit" mutable=true name="ss_sp" type="*Int8")
(property_decl signal.h:369:2 kind="property" modifiers="foreign, implicit" mutable=true name="ss_onstack" type="Int32"))
(type_decl _timeval.h:30:1 modifiers="foreign, implicit" type="timeval"
(property_decl _timeval.h:32:2 kind="property" modifiers="foreign, implicit" mutable=true name="tv_sec" type="__darwin_time_t")
(property_decl _timeval.h:33:2 kind="property" modifiers="foreign, implicit" mutable=true name="tv_usec" type="__darwin_suseconds_t"))
(type_decl resource.h:152:1 modifiers="foreign, implicit" type="rusage"
(property_decl resource.h:153:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_utime" type="timeval")
(property_decl resource.h:154:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_stime" type="timeval")
(property_decl resource.h:163:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_maxrss" type="Int")
(property_decl resource.h:165:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_ixrss" type="Int")
(property_decl resource.h:166:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_idrss" type="Int")
(property_decl resource.h:167:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_isrss" type="Int")
(property_decl resource.h:168:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_minflt" type="Int")
(property_decl resource.h:169:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_majflt" type="Int")
(property_decl resource.h:170:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_nswap" type="Int")
(property_decl resource.h:171:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_inblock" type="Int")
(property_decl resource.h:172:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_oublock" type="Int")
(property_decl resource.h:173:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_msgsnd" type="Int")
(property_decl resource.h:174:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_msgrcv" type="Int")
(property_decl resource.h:175:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_nsignals" type="Int")
(property_decl resource.h:176:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_nvcsw" type="Int")
(property_decl resource.h:177:2 kind="property" modifiers="foreign, implicit" mutable=true name="ru_nivcsw" type="Int"))
(type_decl resource.h:194:1 modifiers="foreign, implicit" type="rusage_info_v0"
(property_decl resource.h:195:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_uuid" type="*UInt8")
(property_decl resource.h:196:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_user_time" type="UInt")
(property_decl resource.h:197:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_system_time" type="UInt")
(property_decl resource.h:198:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_pkg_idle_wkups" type="UInt")
(property_decl resource.h:199:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_interrupt_wkups" type="UInt")
(property_decl resource.h:200:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_pageins" type="UInt")
(property_decl resource.h:201:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_wired_size" type="UInt")
(property_decl resource.h:202:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_resident_size" type="UInt")
(property_decl resource.h:203:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_phys_footprint" type="UInt")
(property_decl resource.h:204:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_proc_start_abstime" type="UInt")
(property_decl resource.h:205:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_proc_exit_abstime" type="UInt"))
(type_decl resource.h:208:1 modifiers="foreign, implicit" type="rusage_info_v1"
(property_decl resource.h:209:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_uuid" type="*UInt8")
(property_decl resource.h:210:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_user_time" type="UInt")
(property_decl resource.h:211:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_system_time" type="UInt")
(property_decl resource.h:212:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_pkg_idle_wkups" type="UInt")
(property_decl resource.h:213:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_interrupt_wkups" type="UInt")
(property_decl resource.h:214:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_pageins" type="UInt")
(property_decl resource.h:215:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_wired_size" type="UInt")
(property_decl resource.h:216:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_resident_size" type="UInt")
(property_decl resource.h:217:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_phys_footprint" type="UInt")
(property_decl resource.h:218:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_proc_start_abstime" type="UInt")
(property_decl resource.h:219:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_proc_exit_abstime" type="UInt")
(property_decl resource.h:220:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_user_time" type="UInt")
(property_decl resource.h:221:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_system_time" type="UInt")
(property_decl resource.h:222:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_pkg_idle_wkups" type="UInt")
(property_decl resource.h:223:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_interrupt_wkups" type="UInt")
(property_decl resource.h:224:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_pageins" type="UInt")
(property_decl resource.h:225:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_elapsed_abstime" type="UInt"))
(type_decl resource.h:228:1 modifiers="foreign, implicit" type="rusage_info_v2"
(property_decl resource.h:229:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_uuid" type="*UInt8")
(property_decl resource.h:230:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_user_time" type="UInt")
(property_decl resource.h:231:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_system_time" type="UInt")
(property_decl resource.h:232:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_pkg_idle_wkups" type="UInt")
(property_decl resource.h:233:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_interrupt_wkups" type="UInt")
(property_decl resource.h:234:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_pageins" type="UInt")
(property_decl resource.h:235:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_wired_size" type="UInt")
(property_decl resource.h:236:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_resident_size" type="UInt")
(property_decl resource.h:237:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_phys_footprint" type="UInt")
(property_decl resource.h:238:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_proc_start_abstime" type="UInt")
(property_decl resource.h:239:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_proc_exit_abstime" type="UInt")
(property_decl resource.h:240:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_user_time" type="UInt")
(property_decl resource.h:241:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_system_time" type="UInt")
(property_decl resource.h:242:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_pkg_idle_wkups" type="UInt")
(property_decl resource.h:243:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_interrupt_wkups" type="UInt")
(property_decl resource.h:244:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_pageins" type="UInt")
(property_decl resource.h:245:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_elapsed_abstime" type="UInt")
(property_decl resource.h:246:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_diskio_bytesread" type="UInt")
(property_decl resource.h:247:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_diskio_byteswritten" type="UInt"))
(type_decl resource.h:250:1 modifiers="foreign, implicit" type="rusage_info_v3"
(property_decl resource.h:251:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_uuid" type="*UInt8")
(property_decl resource.h:252:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_user_time" type="UInt")
(property_decl resource.h:253:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_system_time" type="UInt")
(property_decl resource.h:254:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_pkg_idle_wkups" type="UInt")
(property_decl resource.h:255:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_interrupt_wkups" type="UInt")
(property_decl resource.h:256:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_pageins" type="UInt")
(property_decl resource.h:257:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_wired_size" type="UInt")
(property_decl resource.h:258:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_resident_size" type="UInt")
(property_decl resource.h:259:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_phys_footprint" type="UInt")
(property_decl resource.h:260:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_proc_start_abstime" type="UInt")
(property_decl resource.h:261:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_proc_exit_abstime" type="UInt")
(property_decl resource.h:262:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_user_time" type="UInt")
(property_decl resource.h:263:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_system_time" type="UInt")
(property_decl resource.h:264:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_pkg_idle_wkups" type="UInt")
(property_decl resource.h:265:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_interrupt_wkups" type="UInt")
(property_decl resource.h:266:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_pageins" type="UInt")
(property_decl resource.h:267:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_child_elapsed_abstime" type="UInt")
(property_decl resource.h:268:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_diskio_bytesread" type="UInt")
(property_decl resource.h:269:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_diskio_byteswritten" type="UInt")
(property_decl resource.h:270:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_cpu_time_qos_default" type="UInt")
(property_decl resource.h:271:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_cpu_time_qos_maintenance" type="UInt")
(property_decl resource.h:272:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_cpu_time_qos_background" type="UInt")
(property_decl resource.h:273:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_cpu_time_qos_utility" type="UInt")
(property_decl resource.h:274:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_cpu_time_qos_legacy" type="UInt")
(property_decl resource.h:275:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_cpu_time_qos_user_initiated" type="UInt")
(property_decl resource.h:276:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_cpu_time_qos_user_interactive" type="UInt")
(property_decl resource.h:277:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_billed_system_time" type="UInt")
(property_decl resource.h:278:2 kind="property" modifiers="foreign, implicit" mutable=true name="ri_serviced_system_time" type="UInt"))
(type_decl resource.h:325:1 modifiers="foreign, implicit" type="rlimit"
(property_decl resource.h:326:2 kind="property" modifiers="foreign, implicit" mutable=true name="rlim_cur" type="rlim_t")
(property_decl resource.h:327:2 kind="property" modifiers="foreign, implicit" mutable=true name="rlim_max" type="rlim_t"))
(type_decl resource.h:353:1 modifiers="foreign, implicit" type="proc_rlimit_control_wakeupmon"
(property_decl resource.h:354:2 kind="property" modifiers="foreign, implicit" mutable=true name="wm_flags" type="UInt32")
(property_decl resource.h:355:2 kind="property" modifiers="foreign, implicit" mutable=true name="wm_rate" type="Int32"))
(type_decl stdlib.h:82:9 modifiers="foreign, implicit" type="div_t"
(property_decl stdlib.h:83:2 kind="property" modifiers="foreign, implicit" mutable=true name="quot" type="Int32")
(property_decl stdlib.h:84:2 kind="property" modifiers="foreign, implicit" mutable=true name="rem" type="Int32"))
(type_decl stdlib.h:87:9 modifiers="foreign, implicit" type="ldiv_t"
(property_decl stdlib.h:88:2 kind="property" modifiers="foreign, implicit" mutable=true name="quot" type="Int")
(property_decl stdlib.h:89:2 kind="property" modifiers="foreign, implicit" mutable=true name="rem" type="Int"))
(type_decl stdlib.h:93:9 modifiers="foreign, implicit" type="lldiv_t"
(property_decl stdlib.h:94:2 kind="property" modifiers="foreign, implicit" mutable=true name="quot" type="Int")
(property_decl stdlib.h:95:2 kind="property" modifiers="foreign, implicit" mutable=true name="rem" type="Int"))
(type_decl fcntl.h:332:1 modifiers="foreign, implicit" type="flock"
(property_decl fcntl.h:333:2 kind="property" modifiers="foreign, implicit" mutable=true name="l_start" type="off_t")
(property_decl fcntl.h:334:2 kind="property" modifiers="foreign, implicit" mutable=true name="l_len" type="off_t")
(property_decl fcntl.h:335:2 kind="property" modifiers="foreign, implicit" mutable=true name="l_pid" type="pid_t")
(property_decl fcntl.h:336:2 kind="property" modifiers="foreign, implicit" mutable=true name="l_type" type="Int16")
(property_decl fcntl.h:337:2 kind="property" modifiers="foreign, implicit" mutable=true name="l_whence" type="Int16"))
(type_decl _timespec.h:30:1 modifiers="foreign, implicit" type="timespec"
(property_decl _timespec.h:32:2 kind="property" modifiers="foreign, implicit" mutable=true name="tv_sec" type="__darwin_time_t")
(property_decl _timespec.h:33:2 kind="property" modifiers="foreign, implicit" mutable=true name="tv_nsec" type="Int"))
(type_decl fcntl.h:347:1 modifiers="foreign, implicit" type="flocktimeout"
(property_decl fcntl.h:348:2 kind="property" modifiers="foreign, implicit" mutable=true name="fl" type="flock")
(property_decl fcntl.h:349:2 kind="property" modifiers="foreign, implicit" mutable=true name="timeout" type="timespec"))
(type_decl fcntl.h:360:1 modifiers="foreign, implicit" type="radvisory"
(property_decl fcntl.h:361:8 kind="property" modifiers="foreign, implicit" mutable=true name="ra_offset" type="off_t")
(property_decl fcntl.h:362:8 kind="property" modifiers="foreign, implicit" mutable=true name="ra_count" type="Int32"))
(type_decl fcntl.h:367:9 modifiers="foreign, implicit" type="fcodeblobs"
(property_decl fcntl.h:368:2 kind="property" modifiers="foreign, implicit" mutable=true name="f_cd_hash" type="*Void")
(property_decl fcntl.h:369:2 kind="property" modifiers="foreign, implicit" mutable=true name="f_hash_size" type="Int")
(property_decl fcntl.h:370:2 kind="property" modifiers="foreign, implicit" mutable=true name="f_cd_buffer" type="*Void")
(property_decl fcntl.h:371:2 kind="property" modifiers="foreign, implicit" mutable=true name="f_cd_size" type="Int")
(property_decl fcntl.h:372:2 kind="property" modifiers="foreign, implicit" mutable=true name="f_out_size" type="*UInt32")
(property_decl fcntl.h:373:2 kind="property" modifiers="foreign, implicit" mutable=true name="f_arch" type="Int32")
(property_decl fcntl.h:374:2 kind="property" modifiers="foreign, implicit" mutable=true name="__padding" type="Int32"))
(type_decl fcntl.h:384:9 modifiers="foreign, implicit" type="fsignatures"
(property_decl fcntl.h:385:2 kind="property" modifiers="foreign, implicit" mutable=true name="fs_file_start" type="off_t")
(property_decl fcntl.h:386:2 kind="property" modifiers="foreign, implicit" mutable=true name="fs_blob_start" type="*Void")
(property_decl fcntl.h:387:2 kind="property" modifiers="foreign, implicit" mutable=true name="fs_blob_size" type="Int"))
(type_decl fcntl.h:400:9 modifiers="foreign, implicit" type="fchecklv"
(property_decl fcntl.h:401:2 kind="property" modifiers="foreign, implicit" mutable=true name="lv_file_start" type="off_t")
(property_decl fcntl.h:402:2 kind="property" modifiers="foreign, implicit" mutable=true name="lv_error_message_size" type="Int")
(property_decl fcntl.h:403:2 kind="property" modifiers="foreign, implicit" mutable=true name="lv_error_message" type="*Void"))
(type_decl fcntl.h:416:9 modifiers="foreign, implicit" type="fstore"
(property_decl fcntl.h:417:2 kind="property" modifiers="foreign, implicit" mutable=true name="fst_flags" type="UInt32")
(property_decl fcntl.h:418:2 kind="property" modifiers="foreign, implicit" mutable=true name="fst_posmode" type="Int32")
(property_decl fcntl.h:419:2 kind="property" modifiers="foreign, implicit" mutable=true name="fst_offset" type="off_t")
(property_decl fcntl.h:420:2 kind="property" modifiers="foreign, implicit" mutable=true name="fst_length" type="off_t")
(property_decl fcntl.h:421:2 kind="property" modifiers="foreign, implicit" mutable=true name="fst_bytesalloc" type="off_t"))
(type_decl fcntl.h:426:9 modifiers="foreign, implicit" type="fbootstraptransfer"
(property_decl fcntl.h:427:3 kind="property" modifiers="foreign, implicit" mutable=true name="fbt_offset" type="off_t")
(property_decl fcntl.h:428:3 kind="property" modifiers="foreign, implicit" mutable=true name="fbt_length" type="Int")
(property_decl fcntl.h:429:3 kind="property" modifiers="foreign, implicit" mutable=true name="fbt_buffer" type="*Void"))
(type_decl _filesec_t.h:30:1 modifiers="foreign, implicit" type="_filesec")
(type_decl math.h:653:1 modifiers="foreign, implicit" type="__float2"
(property_decl math.h:653:19 kind="property" modifiers="foreign, implicit" mutable=true name="__sinval" type="Float")
(property_decl math.h:653:35 kind="property" modifiers="foreign, implicit" mutable=true name="__cosval" type="Float"))
(type_decl math.h:654:1 modifiers="foreign, implicit" type="__double2"
(property_decl math.h:654:20 kind="property" modifiers="foreign, implicit" mutable=true name="__sinval" type="Double")
(property_decl math.h:654:37 kind="property" modifiers="foreign, implicit" mutable=true name="__cosval" type="Double"))
(type_decl math.h:764:1 modifiers="foreign, implicit" type="exception"
(property_decl math.h:765:5 kind="property" modifiers="foreign, implicit" mutable=true name="type" type="Int32")
(property_decl math.h:766:5 kind="property" modifiers="foreign, implicit" mutable=true name="name" type="*Int8")
(property_decl math.h:767:5 kind="property" modifiers="foreign, implicit" mutable=true name="arg1" type="Double")
(property_decl math.h:768:5 kind="property" modifiers="foreign, implicit" mutable=true name="arg2" type="Double")
(property_decl math.h:769:5 kind="property" modifiers="foreign, implicit" mutable=true name="retval" type="Double"))
(type_decl sched.h:35:1 modifiers="foreign, implicit" type="sched_param"
(property_decl sched.h:35:22 kind="property" modifiers="foreign, implicit" mutable=true name="sched_priority" type="Int32")
(property_decl sched.h:35:43 kind="property" modifiers="foreign, implicit" mutable=true name="__opaque" type="*Int8"))
(type_decl time.h:74:1 modifiers="foreign, implicit" type="tm"
(property_decl time.h:75:2 kind="property" modifiers="foreign, implicit" mutable=true name="tm_sec" type="Int32")
(property_decl time.h:76:2 kind="property" modifiers="foreign, implicit" mutable=true name="tm_min" type="Int32")
(property_decl time.h:77:2 kind="property" modifiers="foreign, implicit" mutable=true name="tm_hour" type="Int32")
(property_decl time.h:78:2 kind="property" modifiers="foreign, implicit" mutable=true name="tm_mday" type="Int32")
(property_decl time.h:79:2 kind="property" modifiers="foreign, implicit" mutable=true name="tm_mon" type="Int32")
(property_decl time.h:80:2 kind="property" modifiers="foreign, implicit" mutable=true name="tm_year" type="Int32")
(property_decl time.h:81:2 kind="property" modifiers="foreign, implicit" mutable=true name="tm_wday" type="Int32")
(property_decl time.h:82:2 kind="property" modifiers="foreign, implicit" mutable=true name="tm_yday" type="Int32")
(property_decl time.h:83:2 kind="property" modifiers="foreign, implicit" mutable=true name="tm_isdst" type="Int32")
(property_decl time.h:84:2 kind="property" modifiers="foreign, implicit" mutable=true name="tm_gmtoff" type="Int")
(property_decl time.h:85:2 kind="property" modifiers="foreign, implicit" mutable=true name="tm_zone" type="*Int8"))
(type_decl qos.h:209:9 modifiers="foreign, implicit" type="pthread_override_s")
(type_decl _fd_def.h:46:9 modifiers="foreign, implicit" type="fd_set"
(property_decl _fd_def.h:47:2 kind="property" modifiers="foreign, implicit" mutable=true name="fds_bits" type="*__int32_t"))
(type_decl _timeval64.h:31:1 modifiers="foreign, implicit" type="timeval64"
(property_decl _timeval64.h:33:2 kind="property" modifiers="foreign, implicit" mutable=true name="tv_sec" type="__int64_t")
(property_decl _timeval64.h:34:2 kind="property" modifiers="foreign, implicit" mutable=true name="tv_usec" type="__int64_t"))
(type_decl time.h:91:1 modifiers="foreign, implicit" type="itimerval"
(property_decl time.h:92:2 kind="property" modifiers="foreign, implicit" mutable=true name="it_interval" type="timeval")
(property_decl time.h:93:2 kind="property" modifiers="foreign, implicit" mutable=true name="it_value" type="timeval"))
(type_decl time.h:129:1 modifiers="foreign, implicit" type="timezone"
(property_decl time.h:130:2 kind="property" modifiers="foreign, implicit" mutable=true name="tz_minuteswest" type="Int32")
(property_decl time.h:131:2 kind="property" modifiers="foreign, implicit" mutable=true name="tz_dsttime" type="Int32"))
(type_decl time.h:172:1 modifiers="foreign, implicit" type="clockinfo"
(property_decl time.h:173:2 kind="property" modifiers="foreign, implicit" mutable=true name="hz" type="Int32")
(property_decl time.h:174:2 kind="property" modifiers="foreign, implicit" mutable=true name="tick" type="Int32")
(property_decl time.h:175:2 kind="property" modifiers="foreign, implicit" mutable=true name="tickadj" type="Int32")
(property_decl time.h:176:2 kind="property" modifiers="foreign, implicit" mutable=true name="stathz" type="Int32")
(property_decl time.h:177:2 kind="property" modifiers="foreign, implicit" mutable=true name="profhz" type="Int32"))
(type_alias_decl _types.h:37:1 name="__int8_t" type="Int8")
(type_alias_decl _types.h:41:1 name="__uint8_t" type="UInt8")
(type_alias_decl _types.h:42:1 name="__int16_t" type="Int16")
(type_alias_decl _types.h:43:1 name="__uint16_t" type="UInt16")
(type_alias_decl _types.h:44:1 name="__int32_t" type="Int32")
(type_alias_decl _types.h:45:1 name="__uint32_t" type="UInt32")
(type_alias_decl _types.h:46:1 name="__int64_t" type="Int")
(type_alias_decl _types.h:47:1 name="__uint64_t" type="UInt")
(type_alias_decl _types.h:49:1 name="__darwin_intptr_t" type="Int")
(type_alias_decl _types.h:50:1 name="__darwin_natural_t" type="UInt32")
(type_alias_decl _types.h:70:1 name="__darwin_ct_rune_t" type="Int32")
(type_alias_decl _types.h:81:1 name="__darwin_mbstate_t" type="__mbstate_t")
(type_alias_decl _types.h:84:1 name="__darwin_ptrdiff_t" type="Int")
(type_alias_decl _types.h:92:1 name="__darwin_size_t" type="UInt")
(type_alias_decl _types.h:98:1 name="__darwin_va_list" type="__builtin_va_list")
(type_alias_decl _types.h:104:1 name="__darwin_wchar_t" type="Int32")
(type_alias_decl _types.h:109:1 name="__darwin_rune_t" type="__darwin_wchar_t")
(type_alias_decl _types.h:112:1 name="__darwin_wint_t" type="Int32")
(type_alias_decl _types.h:117:1 name="__darwin_clock_t" type="UInt")
(type_alias_decl _types.h:118:1 name="__darwin_socklen_t" type="__uint32_t")
(type_alias_decl _types.h:119:1 name="__darwin_ssize_t" type="Int")
(type_alias_decl _types.h:120:1 name="__darwin_time_t" type="Int")
(type_alias_decl _types.h:55:1 name="__darwin_blkcnt_t" type="__int64_t")
(type_alias_decl _types.h:56:1 name="__darwin_blksize_t" type="__int32_t")
(type_alias_decl _types.h:57:1 name="__darwin_dev_t" type="__int32_t")
(type_alias_decl _types.h:58:1 name="__darwin_fsblkcnt_t" type="UInt32")
(type_alias_decl _types.h:59:1 name="__darwin_fsfilcnt_t" type="UInt32")
(type_alias_decl _types.h:60:1 name="__darwin_gid_t" type="__uint32_t")
(type_alias_decl _types.h:61:1 name="__darwin_id_t" type="__uint32_t")
(type_alias_decl _types.h:62:1 name="__darwin_ino64_t" type="__uint64_t")
(type_alias_decl _types.h:64:1 name="__darwin_ino_t" type="__darwin_ino64_t")
(type_alias_decl _types.h:68:1 name="__darwin_mach_port_name_t" type="__darwin_natural_t")
(type_alias_decl _types.h:69:1 name="__darwin_mach_port_t" type="__darwin_mach_port_name_t")
(type_alias_decl _types.h:70:1 name="__darwin_mode_t" type="__uint16_t")
(type_alias_decl _types.h:71:1 name="__darwin_off_t" type="__int64_t")
(type_alias_decl _types.h:72:1 name="__darwin_pid_t" type="__int32_t")
(type_alias_decl _types.h:73:1 name="__darwin_sigset_t" type="__uint32_t")
(type_alias_decl _types.h:74:1 name="__darwin_suseconds_t" type="__int32_t")
(type_alias_decl _types.h:75:1 name="__darwin_uid_t" type="__uint32_t")
(type_alias_decl _types.h:76:1 name="__darwin_useconds_t" type="__uint32_t")
(type_alias_decl _types.h:77:1 name="__darwin_uuid_t" type="*UInt8")
(type_alias_decl _types.h:78:1 name="__darwin_uuid_string_t" type="*Int8")
(type_alias_decl _pthread_types.h:109:1 name="__darwin_pthread_attr_t" type="_opaque_pthread_attr_t")
(type_alias_decl _pthread_types.h:110:1 name="__darwin_pthread_cond_t" type="_opaque_pthread_cond_t")
(type_alias_decl _pthread_types.h:111:1 name="__darwin_pthread_condattr_t" type="_opaque_pthread_condattr_t")
(type_alias_decl _pthread_types.h:112:1 name="__darwin_pthread_key_t" type="UInt")
(type_alias_decl _pthread_types.h:113:1 name="__darwin_pthread_mutex_t" type="_opaque_pthread_mutex_t")
(type_alias_decl _pthread_types.h:114:1 name="__darwin_pthread_mutexattr_t" type="_opaque_pthread_mutexattr_t")
(type_alias_decl _pthread_types.h:115:1 name="__darwin_pthread_once_t" type="_opaque_pthread_once_t")
(type_alias_decl _pthread_types.h:116:1 name="__darwin_pthread_rwlock_t" type="_opaque_pthread_rwlock_t")
(type_alias_decl _pthread_types.h:117:1 name="__darwin_pthread_rwlockattr_t" type="_opaque_pthread_rwlockattr_t")
(type_alias_decl _pthread_types.h:118:1 name="__darwin_pthread_t" type="*_opaque_pthread_t")
(type_alias_decl _types.h:39:1 name="__darwin_nl_item" type="Int32")
(type_alias_decl _types.h:40:1 name="__darwin_wctrans_t" type="Int32")
(type_alias_decl _types.h:42:1 name="__darwin_wctype_t" type="__uint32_t")
(type_alias_decl _va_list.h:31:1 name="va_list" type="__darwin_va_list")
(type_alias_decl stdio.h:77:1 name="fpos_t" type="__darwin_off_t")
(type_alias_decl stdio.h:122:1 name="FILE" type="__sFILE")
(type_alias_decl _off_t.h:30:1 name="off_t" type="__darwin_off_t")
(type_alias_decl stdint.h:29:1 name="int_least8_t" type="Int8")
(type_alias_decl stdint.h:30:1 name="int_least16_t" type="Int16")
(type_alias_decl stdint.h:31:1 name="int_least32_t" type="Int32")
(type_alias_decl stdint.h:32:1 name="int_least64_t" type="Int")
(type_alias_decl stdint.h:33:1 name="uint_least8_t" type="UInt8")
(type_alias_decl stdint.h:34:1 name="uint_least16_t" type="UInt16")
(type_alias_decl stdint.h:35:1 name="uint_least32_t" type="UInt32")
(type_alias_decl stdint.h:36:1 name="uint_least64_t" type="UInt")
(type_alias_decl stdint.h:40:1 name="int_fast8_t" type="Int8")
(type_alias_decl stdint.h:41:1 name="int_fast16_t" type="Int16")
(type_alias_decl stdint.h:42:1 name="int_fast32_t" type="Int32")
(type_alias_decl stdint.h:43:1 name="int_fast64_t" type="Int")
(type_alias_decl stdint.h:44:1 name="uint_fast8_t" type="UInt8")
(type_alias_decl stdint.h:45:1 name="uint_fast16_t" type="UInt16")
(type_alias_decl stdint.h:46:1 name="uint_fast32_t" type="UInt32")
(type_alias_decl stdint.h:47:1 name="uint_fast64_t" type="UInt")
(type_alias_decl _intptr_t.h:30:1 name="intptr_t" type="__darwin_intptr_t")
(type_alias_decl _uintptr_t.h:30:1 name="uintptr_t" type="UInt")
(type_alias_decl _intmax_t.h:32:1 name="intmax_t" type="Int")
(type_alias_decl _uintmax_t.h:32:1 name="uintmax_t" type="UInt")
(type_alias_decl wait.h:79:1 name="idtype_t" type="Int32")
(type_alias_decl _pid_t.h:30:1 name="pid_t" type="__darwin_pid_t")
(type_alias_decl _id_t.h:30:1 name="id_t" type="__darwin_id_t")
(type_alias_decl signal.h:39:1 name="sig_atomic_t" type="Int32")
(type_alias_decl _structs.h:114:1 name="__darwin_fp_control_t" type="__darwin_fp_control")
(type_alias_decl _structs.h:164:1 name="__darwin_fp_status_t" type="__darwin_fp_status")
(type_alias_decl _mcontext.h:115:1 name="mcontext_t" type="*__darwin_mcontext64")
(type_alias_decl _pthread_attr_t.h:30:1 name="pthread_attr_t" type="__darwin_pthread_attr_t")
(type_alias_decl _sigaltstack.h:42:1 name="stack_t" type="__darwin_sigaltstack")
(type_alias_decl _ucontext.h:48:1 name="ucontext_t" type="__darwin_ucontext")
(type_alias_decl _sigset_t.h:30:1 name="sigset_t" type="__darwin_sigset_t")
(type_alias_decl _uid_t.h:30:1 name="uid_t" type="__darwin_uid_t")
(type_alias_decl signal.h:177:1 name="siginfo_t" type="__siginfo")
(type_alias_decl signal.h:331:1 name="sig_t" type="(Int32) -> Void")
(type_alias_decl resource.h:89:1 name="rlim_t" type="__uint64_t")
(type_alias_decl resource.h:192:1 name="rusage_info_t" type="*Void")
(type_alias_decl resource.h:281:1 name="rusage_info_current" type="rusage_info_v3")
(type_alias_decl _ct_rune_t.h:31:1 name="ct_rune_t" type="__darwin_ct_rune_t")
(type_alias_decl _rune_t.h:30:1 name="rune_t" type="__darwin_rune_t")
(type_alias_decl _wchar_t.h:33:1 name="wchar_t" type="__darwin_wchar_t")
(type_alias_decl _u_int8_t.h:30:1 name="u_int8_t" type="UInt8")
(type_alias_decl _u_int16_t.h:30:1 name="u_int16_t" type="UInt16")
(type_alias_decl _u_int32_t.h:30:1 name="u_int32_t" type="UInt32")
(type_alias_decl _u_int64_t.h:30:1 name="u_int64_t" type="UInt")
(type_alias_decl types.h:87:1 name="register_t" type="Int")
(type_alias_decl types.h:97:1 name="user_addr_t" type="u_int64_t")
(type_alias_decl types.h:98:1 name="user_size_t" type="u_int64_t")
(type_alias_decl types.h:99:1 name="user_ssize_t" type="Int")
(type_alias_decl types.h:100:1 name="user_long_t" type="Int")
(type_alias_decl types.h:101:1 name="user_ulong_t" type="u_int64_t")
(type_alias_decl types.h:102:1 name="user_time_t" type="Int")
(type_alias_decl types.h:103:1 name="user_off_t" type="Int")
(type_alias_decl types.h:111:1 name="syscall_arg_t" type="u_int64_t")
(type_alias_decl _dev_t.h:30:1 name="dev_t" type="__darwin_dev_t")
(type_alias_decl _mode_t.h:30:1 name="mode_t" type="__darwin_mode_t")
(type_alias_decl fcntl.h:367:1 name="fcodeblobs_t" type="fcodeblobs")
(type_alias_decl fcntl.h:384:1 name="fsignatures_t" type="fsignatures")
(type_alias_decl fcntl.h:400:1 name="fchecklv_t" type="fchecklv")
(type_alias_decl fcntl.h:416:1 name="fstore_t" type="fstore")
(type_alias_decl fcntl.h:426:1 name="fbootstraptransfer_t" type="fbootstraptransfer")
(type_alias_decl _filesec_t.h:31:1 name="filesec_t" type="*_filesec")
(type_alias_decl fcntl.h:479:1 name="filesec_property_t" type="Int32")
(type_alias_decl _ptrdiff_t.h:31:1 name="ptrdiff_t" type="__darwin_ptrdiff_t")
(type_alias_decl _wint_t.h:31:1 name="wint_t" type="__darwin_wint_t")
(type_alias_decl stddef.h:87:1 name="max_align_t" type="Float80")
(type_alias_decl math.h:44:5 name="float_t" type="Float")
(type_alias_decl math.h:45:5 name="double_t" type="Double")
(type_alias_decl _errno_t.h:30:1 name="errno_t" type="Int32")
(type_alias_decl _clock_t.h:30:1 name="clock_t" type="__darwin_clock_t")
(type_alias_decl _time_t.h:30:1 name="time_t" type="__darwin_time_t")
(type_alias_decl time.h:152:1 name="clockid_t" type="Int32")
(type_alias_decl _pthread_cond_t.h:30:1 name="pthread_cond_t" type="__darwin_pthread_cond_t")
(type_alias_decl _pthread_condattr_t.h:30:1 name="pthread_condattr_t" type="__darwin_pthread_condattr_t")
(type_alias_decl _pthread_key_t.h:30:1 name="pthread_key_t" type="__darwin_pthread_key_t")
(type_alias_decl _pthread_mutex_t.h:30:1 name="pthread_mutex_t" type="__darwin_pthread_mutex_t")
(type_alias_decl _pthread_mutexattr_t.h:30:1 name="pthread_mutexattr_t" type="__darwin_pthread_mutexattr_t")
(type_alias_decl _pthread_once_t.h:30:1 name="pthread_once_t" type="__darwin_pthread_once_t")
(type_alias_decl _pthread_rwlock_t.h:30:1 name="pthread_rwlock_t" type="__darwin_pthread_rwlock_t")
(type_alias_decl _pthread_rwlockattr_t.h:30:1 name="pthread_rwlockattr_t" type="__darwin_pthread_rwlockattr_t")
(type_alias_decl _pthread_t.h:30:1 name="pthread_t" type="__darwin_pthread_t")
(type_alias_decl qos.h:128:1 name="qos_class_t" type="UInt32")
(type_alias_decl qos.h:209:1 name="pthread_override_t" type="*pthread_override_s")
(type_alias_decl _mach_port_t.h:49:1 name="mach_port_t" type="__darwin_mach_port_t")
(type_alias_decl _suseconds_t.h:30:1 name="suseconds_t" type="__darwin_suseconds_t")
(func_decl stdio.h:39:1 modifiers="foreign, implicit" name="renameat" signature="renameat(_ : Int32, _ : *Int8, _ : Int32, _ : *Int8) -> Int32" type="(Int32, *Int8, Int32, *Int8) -> Int32"
(param_decl stdio.h:39:14 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:39:19 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:39:33 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:39:38 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:46:1 modifiers="foreign, implicit" name="renamex_np" signature="renamex_np(_ : *Int8, _ : *Int8, _ : UInt32) -> Int32" type="(*Int8, *Int8, UInt32) -> Int32"
(param_decl stdio.h:46:16 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:46:30 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:46:44 kind="local" mutable=false name="" type="UInt32"))
(func_decl stdio.h:47:1 modifiers="foreign, implicit" name="renameatx_np" signature="renameatx_np(_ : Int32, _ : *Int8, _ : Int32, _ : *Int8, _ : UInt32) -> Int32" type="(Int32, *Int8, Int32, *Int8, UInt32) -> Int32"
(param_decl stdio.h:47:18 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:47:23 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:47:37 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:47:42 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:47:56 kind="local" mutable=false name="" type="UInt32"))
(func_decl stdio.h:231:1 modifiers="foreign, implicit" name="clearerr" signature="clearerr(_ : *FILE)" type="(*FILE) -> Void"
(param_decl stdio.h:231:16 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:232:1 modifiers="foreign, implicit" name="fclose" signature="fclose(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:232:13 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:233:1 modifiers="foreign, implicit" name="feof" signature="feof(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:233:11 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:234:1 modifiers="foreign, implicit" name="ferror" signature="ferror(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:234:13 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:235:1 modifiers="foreign, implicit" name="fflush" signature="fflush(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:235:13 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:236:1 modifiers="foreign, implicit" name="fgetc" signature="fgetc(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:236:12 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:237:1 modifiers="foreign, implicit" name="fgetpos" signature="fgetpos(_ : *FILE, _ : *fpos_t) -> Int32" type="(*FILE, *fpos_t) -> Int32"
(param_decl stdio.h:237:14 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:237:33 kind="local" mutable=false name="" type="*fpos_t"))
(func_decl stdio.h:238:1 modifiers="foreign, implicit" name="fgets" signature="fgets(_ : *Int8, _ : Int32, _ : *FILE) -> *Int8" type="(*Int8, Int32, *FILE) -> *Int8"
(param_decl stdio.h:238:13 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:238:32 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:238:37 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:242:1 modifiers="foreign, implicit" name="fopen" signature="fopen(_ : *Int8, _ : *Int8) -> *FILE" type="(*Int8, *Int8) -> *FILE"
(param_decl stdio.h:242:13 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:242:49 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:244:1 modifiers="foreign, implicit" name="fprintf" signature="fprintf(_ : *FILE, _ : *Int8, _: ...) -> Int32" type="(*FILE, *Int8) -> Int32"
(param_decl stdio.h:244:14 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:244:33 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:245:1 modifiers="foreign, implicit" name="fputc" signature="fputc(_ : Int32, _ : *FILE) -> Int32" type="(Int32, *FILE) -> Int32"
(param_decl stdio.h:245:12 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:245:17 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:246:1 modifiers="foreign, implicit" name="fputs" signature="fputs(_ : *Int8, _ : *FILE) -> Int32" type="(*Int8, *FILE) -> Int32"
(param_decl stdio.h:246:12 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:246:37 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:247:1 modifiers="foreign, implicit" name="fread" signature="fread(_ : *Void, _ : Int, _ : Int, _ : *FILE) -> Int" type="(*Void, Int, Int, *FILE) -> Int"
(param_decl stdio.h:247:15 kind="local" mutable=false name="" type="*Void")
(param_decl stdio.h:247:40 kind="local" mutable=false name="" type="Int")
(param_decl stdio.h:247:55 kind="local" mutable=false name="" type="Int")
(param_decl stdio.h:247:72 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:248:1 modifiers="foreign, implicit" name="freopen" signature="freopen(_ : *Int8, _ : *Int8, _ : *FILE) -> *FILE" type="(*Int8, *Int8, *FILE) -> *FILE"
(param_decl stdio.h:248:15 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:248:40 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:249:18 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:250:1 modifiers="foreign, implicit" name="fscanf" signature="fscanf(_ : *FILE, _ : *Int8, _: ...) -> Int32" type="(*FILE, *Int8) -> Int32"
(param_decl stdio.h:250:13 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:250:32 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:251:1 modifiers="foreign, implicit" name="fseek" signature="fseek(_ : *FILE, _ : Int, _ : Int32) -> Int32" type="(*FILE, Int, Int32) -> Int32"
(param_decl stdio.h:251:12 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:251:20 kind="local" mutable=false name="" type="Int")
(param_decl stdio.h:251:26 kind="local" mutable=false name="" type="Int32"))
(func_decl stdio.h:252:1 modifiers="foreign, implicit" name="fsetpos" signature="fsetpos(_ : *FILE, _ : *fpos_t) -> Int32" type="(*FILE, *fpos_t) -> Int32"
(param_decl stdio.h:252:14 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:252:22 kind="local" mutable=false name="" type="*fpos_t"))
(func_decl stdio.h:253:1 modifiers="foreign, implicit" name="ftell" signature="ftell(_ : *FILE) -> Int" type="(*FILE) -> Int"
(param_decl stdio.h:253:13 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:254:1 modifiers="foreign, implicit" name="fwrite" signature="fwrite(_ : *Void, _ : Int, _ : Int, _ : *FILE) -> Int" type="(*Void, Int, Int, *FILE) -> Int"
(param_decl stdio.h:254:16 kind="local" mutable=false name="" type="*Void")
(param_decl stdio.h:254:47 kind="local" mutable=false name="" type="Int")
(param_decl stdio.h:254:62 kind="local" mutable=false name="" type="Int")
(param_decl stdio.h:254:79 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:255:1 modifiers="foreign, implicit" name="getc" signature="getc(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:255:11 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:256:1 modifiers="foreign, implicit" name="getchar" signature="getchar() -> Int32" type="() -> Int32")
(func_decl stdio.h:257:1 modifiers="foreign, implicit" name="gets" signature="gets(_ : *Int8) -> *Int8" type="(*Int8) -> *Int8"
(param_decl stdio.h:257:12 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:258:1 modifiers="foreign, implicit" name="perror" signature="perror(_ : *Int8)" type="(*Int8) -> Void"
(param_decl stdio.h:258:14 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:259:1 modifiers="foreign, implicit" name="printf" signature="printf(_ : *Int8, _: ...) -> Int32" type="(*Int8) -> Int32"
(param_decl stdio.h:259:13 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:260:1 modifiers="foreign, implicit" name="putc" signature="putc(_ : Int32, _ : *FILE) -> Int32" type="(Int32, *FILE) -> Int32"
(param_decl stdio.h:260:11 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:260:16 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:261:1 modifiers="foreign, implicit" name="putchar" signature="putchar(_ : Int32) -> Int32" type="(Int32) -> Int32"
(param_decl stdio.h:261:14 kind="local" mutable=false name="" type="Int32"))
(func_decl stdio.h:262:1 modifiers="foreign, implicit" name="puts" signature="puts(_ : *Int8) -> Int32" type="(*Int8) -> Int32"
(param_decl stdio.h:262:11 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:263:1 modifiers="foreign, implicit" name="remove" signature="remove(_ : *Int8) -> Int32" type="(*Int8) -> Int32"
(param_decl stdio.h:263:13 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:264:1 modifiers="foreign, implicit" name="rename" signature="rename(_ : *Int8, _ : *Int8) -> Int32" type="(*Int8, *Int8) -> Int32"
(param_decl stdio.h:264:14 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:264:33 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:265:1 modifiers="foreign, implicit" name="rewind" signature="rewind(_ : *FILE)" type="(*FILE) -> Void"
(param_decl stdio.h:265:14 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:266:1 modifiers="foreign, implicit" name="scanf" signature="scanf(_ : *Int8, _: ...) -> Int32" type="(*Int8) -> Int32"
(param_decl stdio.h:266:12 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:267:1 modifiers="foreign, implicit" name="setbuf" signature="setbuf(_ : *FILE, _ : *Int8)" type="(*FILE, *Int8) -> Void"
(param_decl stdio.h:267:14 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:267:33 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:268:1 modifiers="foreign, implicit" name="setvbuf" signature="setvbuf(_ : *FILE, _ : *Int8, _ : Int32, _ : Int) -> Int32" type="(*FILE, *Int8, Int32, Int) -> Int32"
(param_decl stdio.h:268:14 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:268:33 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:268:52 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:268:57 kind="local" mutable=false name="" type="Int"))
(func_decl stdio.h:269:1 modifiers="foreign, implicit" name="sprintf" signature="sprintf(_ : *Int8, _ : *Int8, _: ...) -> Int32" type="(*Int8, *Int8) -> Int32"
(param_decl stdio.h:269:14 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:269:33 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:270:1 modifiers="foreign, implicit" name="sscanf" signature="sscanf(_ : *Int8, _ : *Int8, _: ...) -> Int32" type="(*Int8, *Int8) -> Int32"
(param_decl stdio.h:270:13 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:270:38 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:271:1 modifiers="foreign, implicit" name="tmpfile" signature="tmpfile() -> *FILE" type="() -> *FILE")
(func_decl stdio.h:275:1 modifiers="foreign, implicit" name="tmpnam" signature="tmpnam(_ : *Int8) -> *Int8" type="(*Int8) -> *Int8"
(param_decl stdio.h:277:14 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:278:1 modifiers="foreign, implicit" name="ungetc" signature="ungetc(_ : Int32, _ : *FILE) -> Int32" type="(Int32, *FILE) -> Int32"
(param_decl stdio.h:278:13 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:278:18 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:279:1 modifiers="foreign, implicit" name="vfprintf" signature="vfprintf(_ : *FILE, _ : *Int8, _ : va_list) -> Int32" type="(*FILE, *Int8, va_list) -> Int32"
(param_decl stdio.h:279:15 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:279:34 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:279:59 kind="local" mutable=false name="" type="va_list"))
(func_decl stdio.h:280:1 modifiers="foreign, implicit" name="vprintf" signature="vprintf(_ : *Int8, _ : *__va_list_tag) -> Int32" type="(*Int8, *__va_list_tag) -> Int32"
(param_decl stdio.h:280:14 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:280:39 kind="local" mutable=false name="" type="*__va_list_tag"))
(func_decl stdio.h:281:1 modifiers="foreign, implicit" name="vsprintf" signature="vsprintf(_ : *Int8, _ : *Int8, _ : *__va_list_tag) -> Int32" type="(*Int8, *Int8, *__va_list_tag) -> Int32"
(param_decl stdio.h:281:15 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:281:34 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:281:59 kind="local" mutable=false name="" type="*__va_list_tag"))
(func_decl stdio.h:297:1 modifiers="foreign, implicit" name="ctermid" signature="ctermid(_ : *Int8) -> *Int8" type="(*Int8) -> *Int8"
(param_decl stdio.h:297:15 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:303:1 modifiers="foreign, implicit" name="fdopen" signature="fdopen(_ : Int32, _ : *Int8) -> *FILE" type="(Int32, *Int8) -> *FILE"
(param_decl stdio.h:303:14 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:303:19 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:305:1 modifiers="foreign, implicit" name="fileno" signature="fileno(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:305:13 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:321:1 modifiers="foreign, implicit" name="pclose" signature="pclose(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:321:13 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:325:1 modifiers="foreign, implicit" name="popen" signature="popen(_ : *Int8, _ : *Int8) -> *FILE" type="(*Int8, *Int8) -> *FILE"
(param_decl stdio.h:325:13 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:325:27 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:342:1 modifiers="foreign, implicit" name="__srget" signature="__srget(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:342:13 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:343:1 modifiers="foreign, implicit" name="__svfscanf" signature="__svfscanf(_ : *FILE, _ : *Int8, _ : va_list) -> Int32" type="(*FILE, *Int8, va_list) -> Int32"
(param_decl stdio.h:343:16 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:343:24 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:343:38 kind="local" mutable=false name="" type="va_list"))
(func_decl stdio.h:344:1 modifiers="foreign, implicit" name="__swbuf" signature="__swbuf(_ : Int32, _ : *FILE) -> Int32" type="(Int32, *FILE) -> Int32"
(param_decl stdio.h:344:13 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:344:18 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:353:1 modifiers="foreign, implicit" name="__sputc" signature="__sputc(_ : Int32, _ : *FILE) -> Int32" type="(Int32, *FILE) -> Int32"
(param_decl stdio.h:353:36 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:353:44 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:379:1 modifiers="foreign, implicit" name="flockfile" signature="flockfile(_ : *FILE)" type="(*FILE) -> Void"
(param_decl stdio.h:379:17 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:380:1 modifiers="foreign, implicit" name="ftrylockfile" signature="ftrylockfile(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:380:19 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:381:1 modifiers="foreign, implicit" name="funlockfile" signature="funlockfile(_ : *FILE)" type="(*FILE) -> Void"
(param_decl stdio.h:381:19 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:382:1 modifiers="foreign, implicit" name="getc_unlocked" signature="getc_unlocked(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:382:20 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:383:1 modifiers="foreign, implicit" name="getchar_unlocked" signature="getchar_unlocked() -> Int32" type="() -> Int32")
(func_decl stdio.h:384:1 modifiers="foreign, implicit" name="putc_unlocked" signature="putc_unlocked(_ : Int32, _ : *FILE) -> Int32" type="(Int32, *FILE) -> Int32"
(param_decl stdio.h:384:20 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:384:25 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:385:1 modifiers="foreign, implicit" name="putchar_unlocked" signature="putchar_unlocked(_ : Int32) -> Int32" type="(Int32) -> Int32"
(param_decl stdio.h:385:23 kind="local" mutable=false name="" type="Int32"))
(func_decl stdio.h:389:1 modifiers="foreign, implicit" name="getw" signature="getw(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:389:11 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:390:1 modifiers="foreign, implicit" name="putw" signature="putw(_ : Int32, _ : *FILE) -> Int32" type="(Int32, *FILE) -> Int32"
(param_decl stdio.h:390:11 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:390:16 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:395:1 modifiers="foreign, implicit" name="tempnam" signature="tempnam(_ : *Int8, _ : *Int8) -> *Int8" type="(*Int8, *Int8) -> *Int8"
(param_decl stdio.h:397:15 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:397:34 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:420:1 modifiers="foreign, implicit" name="fseeko" signature="fseeko(_ : *FILE, _ : off_t, _ : Int32) -> Int32" type="(*FILE, off_t, Int32) -> Int32"
(param_decl stdio.h:420:13 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:420:30 kind="local" mutable=false name="" type="off_t")
(param_decl stdio.h:420:46 kind="local" mutable=false name="" type="Int32"))
(func_decl stdio.h:421:1 modifiers="foreign, implicit" name="ftello" signature="ftello(_ : *FILE) -> off_t" type="(*FILE) -> off_t"
(param_decl stdio.h:421:15 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:427:1 modifiers="foreign, implicit" name="snprintf" signature="snprintf(_ : *Int8, _ : UInt, _ : *Int8, _: ...) -> Int32" type="(*Int8, UInt, *Int8) -> Int32"
(param_decl stdio.h:427:15 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:427:40 kind="local" mutable=false name="" type="UInt")
(param_decl stdio.h:427:55 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:428:1 modifiers="foreign, implicit" name="vfscanf" signature="vfscanf(_ : *FILE, _ : *Int8, _ : *__va_list_tag) -> Int32" type="(*FILE, *Int8, *__va_list_tag) -> Int32"
(param_decl stdio.h:428:14 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:428:42 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:428:76 kind="local" mutable=false name="" type="*__va_list_tag"))
(func_decl stdio.h:429:1 modifiers="foreign, implicit" name="vscanf" signature="vscanf(_ : *Int8, _ : *__va_list_tag) -> Int32" type="(*Int8, *__va_list_tag) -> Int32"
(param_decl stdio.h:429:13 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:429:47 kind="local" mutable=false name="" type="*__va_list_tag"))
(func_decl stdio.h:430:1 modifiers="foreign, implicit" name="vsnprintf" signature="vsnprintf(_ : *Int8, _ : UInt, _ : *Int8, _ : *__va_list_tag) -> Int32" type="(*Int8, UInt, *Int8, *__va_list_tag) -> Int32"
(param_decl stdio.h:430:16 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:430:41 kind="local" mutable=false name="" type="UInt")
(param_decl stdio.h:430:56 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:430:90 kind="local" mutable=false name="" type="*__va_list_tag"))
(func_decl stdio.h:431:1 modifiers="foreign, implicit" name="vsscanf" signature="vsscanf(_ : *Int8, _ : *Int8, _ : *__va_list_tag) -> Int32" type="(*Int8, *Int8, *__va_list_tag) -> Int32"
(param_decl stdio.h:431:14 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:431:45 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:431:79 kind="local" mutable=false name="" type="*__va_list_tag"))
(func_decl stdio.h:445:1 modifiers="foreign, implicit" name="dprintf" signature="dprintf(_ : Int32, _ : *Int8, _: ...) -> Int32" type="(Int32, *Int8) -> Int32"
(param_decl stdio.h:445:13 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:445:18 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:446:1 modifiers="foreign, implicit" name="vdprintf" signature="vdprintf(_ : Int32, _ : *Int8, _ : va_list) -> Int32" type="(Int32, *Int8, va_list) -> Int32"
(param_decl stdio.h:446:14 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:446:19 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:446:44 kind="local" mutable=false name="" type="va_list"))
(func_decl stdio.h:447:1 modifiers="foreign, implicit" name="getdelim" signature="getdelim(_ : **Int8, _ : *Int, _ : Int32, _ : *FILE) -> Int" type="(**Int8, *Int, Int32, *FILE) -> Int"
(param_decl stdio.h:447:18 kind="local" mutable=false name="" type="**Int8")
(param_decl stdio.h:447:46 kind="local" mutable=false name="" type="*Int")
(param_decl stdio.h:447:78 kind="local" mutable=false name="" type="Int32")
(param_decl stdio.h:447:95 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:448:1 modifiers="foreign, implicit" name="getline" signature="getline(_ : **Int8, _ : *Int, _ : *FILE) -> Int" type="(**Int8, *Int, *FILE) -> Int"
(param_decl stdio.h:448:17 kind="local" mutable=false name="" type="**Int8")
(param_decl stdio.h:448:45 kind="local" mutable=false name="" type="*Int")
(param_decl stdio.h:448:77 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:461:1 modifiers="foreign, implicit" name="asprintf" signature="asprintf(_ : **Int8, _ : *Int8, _: ...) -> Int32" type="(**Int8, *Int8) -> Int32"
(param_decl stdio.h:461:15 kind="local" mutable=false name="" type="**Int8")
(param_decl stdio.h:461:35 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:462:1 modifiers="foreign, implicit" name="ctermid_r" signature="ctermid_r(_ : *Int8) -> *Int8" type="(*Int8) -> *Int8"
(param_decl stdio.h:462:17 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:463:1 modifiers="foreign, implicit" name="fgetln" signature="fgetln(_ : *FILE, _ : *Int) -> *Int8" type="(*FILE, *Int) -> *Int8"
(param_decl stdio.h:463:14 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:463:22 kind="local" mutable=false name="" type="*Int"))
(func_decl stdio.h:464:1 modifiers="foreign, implicit" name="fmtcheck" signature="fmtcheck(_ : *Int8, _ : *Int8) -> *Int8" type="(*Int8, *Int8) -> *Int8"
(param_decl stdio.h:464:24 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:464:38 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdio.h:465:1 modifiers="foreign, implicit" name="fpurge" signature="fpurge(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:465:13 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:466:1 modifiers="foreign, implicit" name="setbuffer" signature="setbuffer(_ : *FILE, _ : *Int8, _ : Int32)" type="(*FILE, *Int8, Int32) -> Void"
(param_decl stdio.h:466:17 kind="local" mutable=false name="" type="*FILE")
(param_decl stdio.h:466:25 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:466:33 kind="local" mutable=false name="" type="Int32"))
(func_decl stdio.h:467:1 modifiers="foreign, implicit" name="setlinebuf" signature="setlinebuf(_ : *FILE) -> Int32" type="(*FILE) -> Int32"
(param_decl stdio.h:467:17 kind="local" mutable=false name="" type="*FILE"))
(func_decl stdio.h:468:1 modifiers="foreign, implicit" name="vasprintf" signature="vasprintf(_ : **Int8, _ : *Int8, _ : va_list) -> Int32" type="(**Int8, *Int8, va_list) -> Int32"
(param_decl stdio.h:468:16 kind="local" mutable=false name="" type="**Int8")
(param_decl stdio.h:468:36 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:468:61 kind="local" mutable=false name="" type="va_list"))
(func_decl stdio.h:469:1 modifiers="foreign, implicit" name="zopen" signature="zopen(_ : *Int8, _ : *Int8, _ : Int32) -> *FILE" type="(*Int8, *Int8, Int32) -> *FILE"
(param_decl stdio.h:469:13 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:469:27 kind="local" mutable=false name="" type="*Int8")
(param_decl stdio.h:469:41 kind="local" mutable=false name="" type="Int32"))
(func_decl stdio.h:475:1 modifiers="foreign, implicit" name="funopen" signature="funopen(_ : *Void, _ : (*Void, *Int8, Int32) -> Int32, _ : (*Void, *Int8, Int32) -> Int32, _ : (*Void, fpos_t, Int32) -> fpos_t, _ : (*Void) -> Int32) -> *FILE" type="(*Void, (*Void, *Int8, Int32) -> Int32, (*Void, *Int8, Int32) -> Int32, (*Void, fpos_t, Int32) -> fpos_t, (*Void) -> Int32) -> *FILE"
(param_decl stdio.h:475:15 kind="local" mutable=false name="" type="*Void")
(param_decl stdio.h:476:18 kind="local" mutable=false name="" type="(*Void, *Int8, Int32) -> Int32")
(param_decl stdio.h:477:18 kind="local" mutable=false name="" type="(*Void, *Int8, Int32) -> Int32")
(param_decl stdio.h:478:18 kind="local" mutable=false name="" type="(*Void, fpos_t, Int32) -> fpos_t")
(param_decl stdio.h:479:18 kind="local" mutable=false name="" type="(*Void) -> Int32"))
(func_decl _stdio.h:42:1 modifiers="foreign, implicit" name="__sprintf_chk" signature="__sprintf_chk(_ : *Int8, _ : Int32, _ : Int, _ : *Int8, _: ...) -> Int32" type="(*Int8, Int32, Int, *Int8) -> Int32"
(param_decl _stdio.h:42:27 kind="local" mutable=false name="" type="*Int8")
(param_decl _stdio.h:42:46 kind="local" mutable=false name="" type="Int32")
(param_decl _stdio.h:42:51 kind="local" mutable=false name="" type="Int")
(param_decl _stdio.h:43:6 kind="local" mutable=false name="" type="*Int8"))
(func_decl _stdio.h:52:1 modifiers="foreign, implicit" name="__snprintf_chk" signature="__snprintf_chk(_ : *Int8, _ : Int, _ : Int32, _ : Int, _ : *Int8, _: ...) -> Int32" type="(*Int8, Int, Int32, Int, *Int8) -> Int32"
(param_decl _stdio.h:52:28 kind="local" mutable=false name="" type="*Int8")
(param_decl _stdio.h:52:47 kind="local" mutable=false name="" type="Int")
(param_decl _stdio.h:52:55 kind="local" mutable=false name="" type="Int32")
(param_decl _stdio.h:52:60 kind="local" mutable=false name="" type="Int")
(param_decl _stdio.h:53:7 kind="local" mutable=false name="" type="*Int8"))
(func_decl _stdio.h:61:1 modifiers="foreign, implicit" name="__vsprintf_chk" signature="__vsprintf_chk(_ : *Int8, _ : Int32, _ : Int, _ : *Int8, _ : va_list) -> Int32" type="(*Int8, Int32, Int, *Int8, va_list) -> Int32"
(param_decl _stdio.h:61:28 kind="local" mutable=false name="" type="*Int8")
(param_decl _stdio.h:61:47 kind="local" mutable=false name="" type="Int32")
(param_decl _stdio.h:61:52 kind="local" mutable=false name="" type="Int")
(param_decl _stdio.h:62:7 kind="local" mutable=false name="" type="*Int8")
(param_decl _stdio.h:62:32 kind="local" mutable=false name="" type="va_list"))
(func_decl _stdio.h:70:1 modifiers="foreign, implicit" name="__vsnprintf_chk" signature="__vsnprintf_chk(_ : *Int8, _ : Int, _ : Int32, _ : Int, _ : *Int8, _ : va_list) -> Int32" type="(*Int8, Int, Int32, Int, *Int8, va_list) -> Int32"
(param_decl _stdio.h:70:29 kind="local" mutable=false name="" type="*Int8")
(param_decl _stdio.h:70:48 kind="local" mutable=false name="" type="Int")
(param_decl _stdio.h:70:56 kind="local" mutable=false name="" type="Int32")
(param_decl _stdio.h:70:61 kind="local" mutable=false name="" type="Int")
(param_decl _stdio.h:71:8 kind="local" mutable=false name="" type="*Int8")
(param_decl _stdio.h:71:33 kind="local" mutable=false name="" type="va_list"))
(func_decl demangle.h:20:1 modifiers="foreign, implicit" name="trill_demangle" signature="trill_demangle(_ : *Int8) -> *Int8" type="(*Int8) -> *Int8"
(param_decl demangle.h:20:22 kind="local" mutable=false name="" type="*Int8"))
(func_decl metadata.h:44:1 modifiers="foreign, implicit" name="trill_getTypeName" signature="trill_getTypeName(_ : *Void) -> *Int8" type="(*Void) -> *Int8"
(param_decl metadata.h:44:40 kind="local" mutable=false name="" type="*Void"))
(func_decl metadata.h:54:1 modifiers="foreign, implicit" name="trill_getTypeSizeInBits" signature="trill_getTypeSizeInBits(_ : *Void) -> UInt" type="(*Void) -> UInt"
(param_decl metadata.h:54:34 kind="local" mutable=false name="" type="*Void"))
(func_decl metadata.h:65:1 modifiers="foreign, implicit" name="trill_isReferenceType" signature="trill_isReferenceType(_ : *Void) -> UInt8" type="(*Void) -> UInt8"
(param_decl metadata.h:65:31 kind="local" mutable=false name="" type="*Void"))
(func_decl metadata.h:75:1 modifiers="foreign, implicit" name="trill_getNumFields" signature="trill_getNumFields(_ : *Void) -> UInt" type="(*Void) -> UInt"
(param_decl metadata.h:75:29 kind="local" mutable=false name="" type="*Void"))
(func_decl metadata.h:89:1 modifiers="foreign, implicit" name="trill_getFieldMetadata" signature="trill_getFieldMetadata(_ : *Void, _ : UInt) -> *Void" type="(*Void, UInt) -> *Void"
(param_decl metadata.h:89:45 kind="local" mutable=false name="" type="*Void")
(param_decl metadata.h:90:46 kind="local" mutable=false name="" type="UInt"))
(func_decl metadata.h:99:1 modifiers="foreign, implicit" name="trill_getFieldName" signature="trill_getFieldName(_ : *Void) -> *Int8" type="(*Void) -> *Int8"
(param_decl metadata.h:99:41 kind="local" mutable=false name="" type="*Void"))
(func_decl metadata.h:108:1 modifiers="foreign, implicit" name="trill_getFieldType" signature="trill_getFieldType(_ : *Void) -> *Void" type="(*Void) -> *Void"
(param_decl metadata.h:108:41 kind="local" mutable=false name="" type="*Void"))
(func_decl metadata.h:117:1 modifiers="foreign, implicit" name="trill_getFieldOffset" signature="trill_getFieldOffset(_ : *Void) -> Int" type="(*Void) -> Int"
(param_decl metadata.h:117:29 kind="local" mutable=false name="" type="*Void"))
(func_decl metadata.h:134:1 modifiers="foreign, implicit" name="trill_allocateAny" signature="trill_allocateAny(_ : *Void) -> Any" type="(*Void) -> Any"
(param_decl metadata.h:134:29 kind="local" mutable=false name="" type="*Void"))
(func_decl metadata.h:147:1 modifiers="foreign, implicit" name="trill_copyAny" signature="trill_copyAny(_ : Any) -> Any" type="(Any) -> Any"
(param_decl metadata.h:147:25 kind="local" mutable=false name="" type="Any"))
(func_decl metadata.h:163:1 modifiers="foreign, implicit" name="trill_getAnyFieldValuePtr" signature="trill_getAnyFieldValuePtr(_ : Any, _ : UInt) -> *Void" type="(Any, UInt) -> *Void"
(param_decl metadata.h:163:42 kind="local" mutable=false name="" type="Any")
(param_decl metadata.h:163:58 kind="local" mutable=false name="" type="UInt"))
(func_decl metadata.h:178:1 modifiers="foreign, implicit" name="trill_extractAnyField" signature="trill_extractAnyField(_ : Any, _ : UInt) -> Any" type="(Any, UInt) -> Any"
(param_decl metadata.h:178:33 kind="local" mutable=false name="" type="Any")
(param_decl metadata.h:178:49 kind="local" mutable=false name="" type="UInt"))
(func_decl metadata.h:188:1 modifiers="foreign, implicit" name="trill_updateAny" signature="trill_updateAny(_ : Any, _ : UInt, _ : Any)" type="(Any, UInt, Any) -> Void"
(param_decl metadata.h:188:22 kind="local" mutable=false name="" type="Any")
(param_decl metadata.h:188:38 kind="local" mutable=false name="" type="UInt")
(param_decl metadata.h:188:57 kind="local" mutable=false name="" type="Any"))
(func_decl metadata.h:200:1 modifiers="foreign, implicit" name="trill_getAnyValuePtr" signature="trill_getAnyValuePtr(_ : Any) -> *Void" type="(Any) -> *Void"
(param_decl metadata.h:200:37 kind="local" mutable=false name="" type="Any"))
(func_decl metadata.h:209:1 modifiers="foreign, implicit" name="trill_getAnyTypeMetadata" signature="trill_getAnyTypeMetadata(_ : Any) -> *Void" type="(Any) -> *Void"
(param_decl metadata.h:209:47 kind="local" mutable=false name="" type="Any"))
(func_decl metadata.h:220:1 modifiers="foreign, implicit" name="trill_checkTypes" signature="trill_checkTypes(_ : Any, _ : *Void) -> UInt8" type="(Any, *Void) -> UInt8"
(param_decl metadata.h:220:26 kind="local" mutable=false name="" type="Any")
(param_decl metadata.h:221:26 kind="local" mutable=false name="" type="*Void"))
(func_decl metadata.h:237:1 modifiers="foreign, implicit" name="trill_checkedCast" signature="trill_checkedCast(_ : Any, _ : *Void) -> *Void" type="(Any, *Void) -> *Void"
(param_decl metadata.h:237:40 kind="local" mutable=false name="" type="Any")
(param_decl metadata.h:238:40 kind="local" mutable=false name="" type="*Void"))
(func_decl metadata.h:252:1 modifiers="foreign, implicit" name="trill_anyIsNil" signature="trill_anyIsNil(_ : Any) -> UInt8" type="(Any) -> UInt8"
(param_decl metadata.h:252:24 kind="local" mutable=false name="" type="Any"))
(func_decl runtime.h:27:1 modifiers="foreign, implicit" name="trill_init" signature="trill_init()" type="() -> Void")
(func_decl runtime.h:29:1 modifiers="foreign, implicit" name="trill_once" signature="trill_once(_ : *UInt, _ : () -> Void)" type="(*UInt, () -> Void) -> Void"
(param_decl runtime.h:29:17 kind="local" mutable=false name="" type="*UInt")
(param_decl runtime.h:29:46 kind="local" mutable=false name="" type="() -> Void"))
(func_decl runtime.h:31:1 modifiers="foreign, implicit" name="trill_printStackTrace" signature="trill_printStackTrace()" type="() -> Void")
(func_decl runtime.h:33:1 modifiers="foreign, implicit" name="trill_alloc" signature="trill_alloc(_ : Int) -> *Void" type="(Int) -> *Void"
(param_decl runtime.h:33:27 kind="local" mutable=false name="" type="Int"))
(func_decl runtime.h:37:1 modifiers="foreign, implicit" name="trill_registerDeinitializer" signature="trill_registerDeinitializer(_ : *Void, _ : (*Void) -> Void)" type="(*Void, (*Void) -> Void) -> Void"
(param_decl runtime.h:37:34 kind="local" mutable=false name="" type="*Void")
(param_decl runtime.h:37:56 kind="local" mutable=false name="" type="(*Void) -> Void"))
(func_decl signal.h:390:1 modifiers="foreign, implicit" name="signal" signature="signal(_ : Int32, _ : (Int32) -> Void) -> (Int32) -> Void" type="(Int32, (Int32) -> Void) -> (Int32) -> Void"
(param_decl signal.h:390:15 kind="local" mutable=false name="" type="Int32")
(param_decl signal.h:390:20 kind="local" mutable=false name="" type="(Int32) -> Void"))
(func_decl resource.h:385:1 modifiers="foreign, implicit" name="getpriority" signature="getpriority(_ : Int32, _ : id_t) -> Int32" type="(Int32, id_t) -> Int32"
(param_decl resource.h:385:17 kind="local" mutable=false name="" type="Int32")
(param_decl resource.h:385:22 kind="local" mutable=false name="" type="id_t"))
(func_decl resource.h:387:1 modifiers="foreign, implicit" name="getiopolicy_np" signature="getiopolicy_np(_ : Int32, _ : Int32) -> Int32" type="(Int32, Int32) -> Int32"
(param_decl resource.h:387:20 kind="local" mutable=false name="" type="Int32")
(param_decl resource.h:387:25 kind="local" mutable=false name="" type="Int32"))
(func_decl resource.h:389:1 modifiers="foreign, implicit" name="getrlimit" signature="getrlimit(_ : Int32, _ : *rlimit) -> Int32" type="(Int32, *rlimit) -> Int32"
(param_decl resource.h:389:15 kind="local" mutable=false name="" type="Int32")
(param_decl resource.h:389:20 kind="local" mutable=false name="" type="*rlimit"))
(func_decl resource.h:390:1 modifiers="foreign, implicit" name="getrusage" signature="getrusage(_ : Int32, _ : *rusage) -> Int32" type="(Int32, *rusage) -> Int32"
(param_decl resource.h:390:15 kind="local" mutable=false name="" type="Int32")
(param_decl resource.h:390:20 kind="local" mutable=false name="" type="*rusage"))
(func_decl resource.h:391:1 modifiers="foreign, implicit" name="setpriority" signature="setpriority(_ : Int32, _ : id_t, _ : Int32) -> Int32" type="(Int32, id_t, Int32) -> Int32"
(param_decl resource.h:391:17 kind="local" mutable=false name="" type="Int32")
(param_decl resource.h:391:22 kind="local" mutable=false name="" type="id_t")
(param_decl resource.h:391:28 kind="local" mutable=false name="" type="Int32"))
(func_decl resource.h:393:1 modifiers="foreign, implicit" name="setiopolicy_np" signature="setiopolicy_np(_ : Int32, _ : Int32, _ : Int32) -> Int32" type="(Int32, Int32, Int32) -> Int32"
(param_decl resource.h:393:20 kind="local" mutable=false name="" type="Int32")
(param_decl resource.h:393:25 kind="local" mutable=false name="" type="Int32")
(param_decl resource.h:393:30 kind="local" mutable=false name="" type="Int32"))
(func_decl resource.h:395:1 modifiers="foreign, implicit" name="setrlimit" signature="setrlimit(_ : Int32, _ : *rlimit) -> Int32" type="(Int32, *rlimit) -> Int32"
(param_decl resource.h:395:15 kind="local" mutable=false name="" type="Int32")
(param_decl resource.h:395:20 kind="local" mutable=false name="" type="*rlimit"))
(func_decl _OSByteOrder.h:44:1 modifiers="foreign, implicit" name="_OSSwapInt16" signature="_OSSwapInt16(_ : __uint16_t) -> __uint16_t" type="(__uint16_t) -> __uint16_t"
(param_decl _OSByteOrder.h:47:5 kind="local" mutable=false name="" type="__uint16_t"))
(func_decl _OSByteOrder.h:53:1 modifiers="foreign, implicit" name="_OSSwapInt32" signature="_OSSwapInt32(_ : __uint32_t) -> __uint32_t" type="(__uint32_t) -> __uint32_t"
(param_decl _OSByteOrder.h:56:5 kind="local" mutable=false name="" type="__uint32_t"))
(func_decl _OSByteOrder.h:68:1 modifiers="foreign, implicit" name="_OSSwapInt64" signature="_OSSwapInt64(_ : __uint64_t) -> __uint64_t" type="(__uint64_t) -> __uint64_t"
(param_decl _OSByteOrder.h:71:5 kind="local" mutable=false name="" type="__uint64_t"))
(func_decl wait.h:248:1 modifiers="foreign, implicit" name="wait" signature="wait(_ : *Int32) -> pid_t" type="(*Int32) -> pid_t"
(param_decl wait.h:248:12 kind="local" mutable=false name="" type="*Int32"))
(func_decl wait.h:249:1 modifiers="foreign, implicit" name="waitpid" signature="waitpid(_ : pid_t, _ : *Int32, _ : Int32) -> pid_t" type="(pid_t, *Int32, Int32) -> pid_t"
(param_decl wait.h:249:15 kind="local" mutable=false name="" type="pid_t")
(param_decl wait.h:249:22 kind="local" mutable=false name="" type="*Int32")
(param_decl wait.h:249:29 kind="local" mutable=false name="" type="Int32"))
(func_decl wait.h:251:1 modifiers="foreign, implicit" name="waitid" signature="waitid(_ : idtype_t, _ : id_t, _ : *siginfo_t, _ : Int32) -> Int32" type="(idtype_t, id_t, *siginfo_t, Int32) -> Int32"
(param_decl wait.h:251:12 kind="local" mutable=false name="" type="idtype_t")
(param_decl wait.h:251:22 kind="local" mutable=false name="" type="id_t")
(param_decl wait.h:251:28 kind="local" mutable=false name="" type="*siginfo_t")
(param_decl wait.h:251:41 kind="local" mutable=false name="" type="Int32"))
(func_decl wait.h:254:1 modifiers="foreign, implicit" name="wait3" signature="wait3(_ : *Int32, _ : Int32, _ : *rusage) -> pid_t" type="(*Int32, Int32, *rusage) -> pid_t"
(param_decl wait.h:254:13 kind="local" mutable=false name="" type="*Int32")
(param_decl wait.h:254:20 kind="local" mutable=false name="" type="Int32")
(param_decl wait.h:254:25 kind="local" mutable=false name="" type="*rusage"))
(func_decl wait.h:255:1 modifiers="foreign, implicit" name="wait4" signature="wait4(_ : pid_t, _ : *Int32, _ : Int32, _ : *rusage) -> pid_t" type="(pid_t, *Int32, Int32, *rusage) -> pid_t"
(param_decl wait.h:255:13 kind="local" mutable=false name="" type="pid_t")
(param_decl wait.h:255:20 kind="local" mutable=false name="" type="*Int32")
(param_decl wait.h:255:27 kind="local" mutable=false name="" type="Int32")
(param_decl wait.h:255:32 kind="local" mutable=false name="" type="*rusage"))
(func_decl alloca.h:32:1 modifiers="foreign, implicit" name="alloca" signature="alloca(_ : UInt) -> *Void" type="(UInt) -> *Void"
(param_decl alloca.h:32:14 kind="local" mutable=false name="" type="UInt"))
(func_decl stdlib.h:128:1 modifiers="foreign, implicit, noreturn" name="abort" signature="abort()" type="() -> Void")
(func_decl stdlib.h:129:1 modifiers="foreign, implicit" name="abs" signature="abs(_ : Int32) -> Int32" type="(Int32) -> Int32"
(param_decl stdlib.h:129:10 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:130:1 modifiers="foreign, implicit" name="atexit" signature="atexit(_ : () -> Void) -> Int32" type="(() -> Void) -> Int32"
(param_decl stdlib.h:130:13 kind="local" mutable=false name="" type="() -> Void"))
(func_decl stdlib.h:131:1 modifiers="foreign, implicit" name="atof" signature="atof(_ : *Int8) -> Double" type="(*Int8) -> Double"
(param_decl stdlib.h:131:14 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:132:1 modifiers="foreign, implicit" name="atoi" signature="atoi(_ : *Int8) -> Int32" type="(*Int8) -> Int32"
(param_decl stdlib.h:132:11 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:133:1 modifiers="foreign, implicit" name="atol" signature="atol(_ : *Int8) -> Int" type="(*Int8) -> Int"
(param_decl stdlib.h:133:12 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:135:1 modifiers="foreign, implicit" name="atoll" signature="atoll(_ : *Int8) -> Int" type="(*Int8) -> Int"
(param_decl stdlib.h:136:9 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:138:1 modifiers="foreign, implicit" name="bsearch" signature="bsearch(_ : *Void, _ : *Void, _ : Int, _ : Int, _ : (*Void, *Void) -> Int32) -> *Void" type="(*Void, *Void, Int, Int, (*Void, *Void) -> Int32) -> *Void"
(param_decl stdlib.h:138:15 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:138:34 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:138:54 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:139:6 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:139:22 kind="local" mutable=false name="" type="(*Void, *Void) -> Int32"))
(func_decl stdlib.h:141:1 modifiers="foreign, implicit" name="div" signature="div(_ : Int32, _ : Int32) -> div_t" type="(Int32, Int32) -> div_t"
(param_decl stdlib.h:141:12 kind="local" mutable=false name="" type="Int32")
(param_decl stdlib.h:141:17 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:142:1 modifiers="foreign, implicit, noreturn" name="exit" signature="exit(_ : Int32)" type="(Int32) -> Void"
(param_decl stdlib.h:142:12 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:143:1 modifiers="foreign, implicit" name="free" signature="free(_ : *Void)" type="(*Void) -> Void"
(param_decl stdlib.h:143:12 kind="local" mutable=false name="" type="*Void"))
(func_decl stdlib.h:144:1 modifiers="foreign, implicit" name="getenv" signature="getenv(_ : *Int8) -> *Int8" type="(*Int8) -> *Int8"
(param_decl stdlib.h:144:14 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:145:1 modifiers="foreign, implicit" name="labs" signature="labs(_ : Int) -> Int" type="(Int) -> Int"
(param_decl stdlib.h:145:12 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:146:1 modifiers="foreign, implicit" name="ldiv" signature="ldiv(_ : Int, _ : Int) -> ldiv_t" type="(Int, Int) -> ldiv_t"
(param_decl stdlib.h:146:14 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:146:20 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:148:1 modifiers="foreign, implicit" name="llabs" signature="llabs(_ : Int) -> Int" type="(Int) -> Int"
(param_decl stdlib.h:149:9 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:150:1 modifiers="foreign, implicit" name="lldiv" signature="lldiv(_ : Int, _ : Int) -> lldiv_t" type="(Int, Int) -> lldiv_t"
(param_decl stdlib.h:150:16 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:150:27 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:153:1 modifiers="foreign, implicit" name="mblen" signature="mblen(_ : *Int8, _ : Int) -> Int32" type="(*Int8, Int) -> Int32"
(param_decl stdlib.h:153:12 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:153:29 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:154:1 modifiers="foreign, implicit" name="mbstowcs" signature="mbstowcs(_ : *wchar_t, _ : *Int8, _ : Int) -> Int" type="(*wchar_t, *Int8, Int) -> Int"
(param_decl stdlib.h:154:18 kind="local" mutable=false name="" type="*wchar_t")
(param_decl stdlib.h:154:41 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:154:66 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:155:1 modifiers="foreign, implicit" name="mbtowc" signature="mbtowc(_ : *wchar_t, _ : *Int8, _ : Int) -> Int32" type="(*wchar_t, *Int8, Int) -> Int32"
(param_decl stdlib.h:155:13 kind="local" mutable=false name="" type="*wchar_t")
(param_decl stdlib.h:155:35 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:155:60 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:156:1 modifiers="foreign, implicit" name="posix_memalign" signature="posix_memalign(_ : **Void, _ : Int, _ : Int) -> Int32" type="(**Void, Int, Int) -> Int32"
(param_decl stdlib.h:156:22 kind="local" mutable=false name="" type="**Void")
(param_decl stdlib.h:156:39 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:156:59 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:157:1 modifiers="foreign, implicit" name="qsort" signature="qsort(_ : *Void, _ : Int, _ : Int, _ : (*Void, *Void) -> Int32)" type="(*Void, Int, Int, (*Void, *Void) -> Int32) -> Void"
(param_decl stdlib.h:157:13 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:157:27 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:157:41 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:158:6 kind="local" mutable=false name="" type="(*Void, *Void) -> Int32"))
(func_decl stdlib.h:159:1 modifiers="foreign, implicit" name="rand" signature="rand() -> Int32" type="() -> Int32")
(func_decl stdlib.h:161:1 modifiers="foreign, implicit" name="srand" signature="srand(_ : UInt32)" type="(UInt32) -> Void"
(param_decl stdlib.h:161:13 kind="local" mutable=false name="" type="UInt32"))
(func_decl stdlib.h:162:1 modifiers="foreign, implicit" name="strtod" signature="strtod(_ : *Int8, _ : **Int8) -> Double" type="(*Int8, **Int8) -> Double"
(param_decl stdlib.h:162:16 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:162:30 kind="local" mutable=false name="" type="**Int8"))
(func_decl stdlib.h:163:1 modifiers="foreign, implicit" name="strtof" signature="strtof(_ : *Int8, _ : **Int8) -> Float" type="(*Int8, **Int8) -> Float"
(param_decl stdlib.h:163:15 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:163:29 kind="local" mutable=false name="" type="**Int8"))
(func_decl stdlib.h:164:1 modifiers="foreign, implicit" name="strtol" signature="strtol(_ : *Int8, _ : **Int8, _ : Int32) -> Int" type="(*Int8, **Int8, Int32) -> Int"
(param_decl stdlib.h:164:14 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:164:33 kind="local" mutable=false name="" type="**Int8")
(param_decl stdlib.h:164:50 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:165:1 modifiers="foreign, implicit" name="strtold" signature="strtold(_ : *Int8, _ : **Int8) -> Float80" type="(*Int8, **Int8) -> Float80"
(param_decl stdlib.h:166:11 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:166:25 kind="local" mutable=false name="" type="**Int8"))
(func_decl stdlib.h:168:1 modifiers="foreign, implicit" name="strtoll" signature="strtoll(_ : *Int8, _ : **Int8, _ : Int32) -> Int" type="(*Int8, **Int8, Int32) -> Int"
(param_decl stdlib.h:169:11 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:169:30 kind="local" mutable=false name="" type="**Int8")
(param_decl stdlib.h:169:47 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:171:1 modifiers="foreign, implicit" name="strtoul" signature="strtoul(_ : *Int8, _ : **Int8, _ : Int32) -> UInt" type="(*Int8, **Int8, Int32) -> UInt"
(param_decl stdlib.h:172:11 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:172:30 kind="local" mutable=false name="" type="**Int8")
(param_decl stdlib.h:172:47 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:174:1 modifiers="foreign, implicit" name="strtoull" signature="strtoull(_ : *Int8, _ : **Int8, _ : Int32) -> UInt" type="(*Int8, **Int8, Int32) -> UInt"
(param_decl stdlib.h:175:12 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:175:31 kind="local" mutable=false name="" type="**Int8")
(param_decl stdlib.h:175:48 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:185:1 modifiers="foreign, implicit" name="system" signature="system(_ : *Int8) -> Int32" type="(*Int8) -> Int32"
(param_decl stdlib.h:187:13 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:191:1 modifiers="foreign, implicit" name="wcstombs" signature="wcstombs(_ : *Int8, _ : *wchar_t, _ : Int) -> Int" type="(*Int8, *wchar_t, Int) -> Int"
(param_decl stdlib.h:191:18 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:191:37 kind="local" mutable=false name="" type="*wchar_t")
(param_decl stdlib.h:191:65 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:192:1 modifiers="foreign, implicit" name="wctomb" signature="wctomb(_ : *Int8, _ : wchar_t) -> Int32" type="(*Int8, wchar_t) -> Int32"
(param_decl stdlib.h:192:13 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:192:21 kind="local" mutable=false name="" type="wchar_t"))
(func_decl stdlib.h:195:1 modifiers="foreign, implicit, noreturn" name="_Exit" signature="_Exit(_ : Int32)" type="(Int32) -> Void"
(param_decl stdlib.h:195:12 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:196:1 modifiers="foreign, implicit" name="a64l" signature="a64l(_ : *Int8) -> Int" type="(*Int8) -> Int"
(param_decl stdlib.h:196:12 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:197:1 modifiers="foreign, implicit" name="drand48" signature="drand48() -> Double" type="() -> Double")
(func_decl stdlib.h:198:1 modifiers="foreign, implicit" name="ecvt" signature="ecvt(_ : Double, _ : Int32, _ : *Int32, _ : *Int32) -> *Int8" type="(Double, Int32, *Int32, *Int32) -> *Int8"
(param_decl stdlib.h:198:12 kind="local" mutable=false name="" type="Double")
(param_decl stdlib.h:198:20 kind="local" mutable=false name="" type="Int32")
(param_decl stdlib.h:198:25 kind="local" mutable=false name="" type="*Int32")
(param_decl stdlib.h:198:42 kind="local" mutable=false name="" type="*Int32"))
(func_decl stdlib.h:199:1 modifiers="foreign, implicit" name="erand48" signature="erand48(_ : *UInt16) -> Double" type="(*UInt16) -> Double"
(param_decl stdlib.h:199:17 kind="local" mutable=false name="" type="*UInt16"))
(func_decl stdlib.h:200:1 modifiers="foreign, implicit" name="fcvt" signature="fcvt(_ : Double, _ : Int32, _ : *Int32, _ : *Int32) -> *Int8" type="(Double, Int32, *Int32, *Int32) -> *Int8"
(param_decl stdlib.h:200:12 kind="local" mutable=false name="" type="Double")
(param_decl stdlib.h:200:20 kind="local" mutable=false name="" type="Int32")
(param_decl stdlib.h:200:25 kind="local" mutable=false name="" type="*Int32")
(param_decl stdlib.h:200:42 kind="local" mutable=false name="" type="*Int32"))
(func_decl stdlib.h:201:1 modifiers="foreign, implicit" name="gcvt" signature="gcvt(_ : Double, _ : Int32, _ : *Int8) -> *Int8" type="(Double, Int32, *Int8) -> *Int8"
(param_decl stdlib.h:201:12 kind="local" mutable=false name="" type="Double")
(param_decl stdlib.h:201:20 kind="local" mutable=false name="" type="Int32")
(param_decl stdlib.h:201:25 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:202:1 modifiers="foreign, implicit" name="getsubopt" signature="getsubopt(_ : **Int8, _ : **Int8, _ : **Int8) -> Int32" type="(**Int8, **Int8, **Int8) -> Int32"
(param_decl stdlib.h:202:16 kind="local" mutable=false name="" type="**Int8")
(param_decl stdlib.h:202:25 kind="local" mutable=false name="" type="**Int8")
(param_decl stdlib.h:202:41 kind="local" mutable=false name="" type="**Int8"))
(func_decl stdlib.h:203:1 modifiers="foreign, implicit" name="grantpt" signature="grantpt(_ : Int32) -> Int32" type="(Int32) -> Int32"
(param_decl stdlib.h:203:14 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:205:1 modifiers="foreign, implicit" name="initstate" signature="initstate(_ : UInt32, _ : *Int8, _ : Int) -> *Int8" type="(UInt32, *Int8, Int) -> *Int8"
(param_decl stdlib.h:205:17 kind="local" mutable=false name="" type="UInt32")
(param_decl stdlib.h:205:27 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:205:35 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:209:1 modifiers="foreign, implicit" name="jrand48" signature="jrand48(_ : *UInt16) -> Int" type="(*UInt16) -> Int"
(param_decl stdlib.h:209:15 kind="local" mutable=false name="" type="*UInt16"))
(func_decl stdlib.h:210:1 modifiers="foreign, implicit" name="l64a" signature="l64a(_ : Int) -> *Int8" type="(Int) -> *Int8"
(param_decl stdlib.h:210:12 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:211:1 modifiers="foreign, implicit" name="lcong48" signature="lcong48(_ : *UInt16)" type="(*UInt16) -> Void"
(param_decl stdlib.h:211:15 kind="local" mutable=false name="" type="*UInt16"))
(func_decl stdlib.h:212:1 modifiers="foreign, implicit" name="lrand48" signature="lrand48() -> Int" type="() -> Int")
(func_decl stdlib.h:213:1 modifiers="foreign, implicit" name="mktemp" signature="mktemp(_ : *Int8) -> *Int8" type="(*Int8) -> *Int8"
(param_decl stdlib.h:213:14 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:214:1 modifiers="foreign, implicit" name="mkstemp" signature="mkstemp(_ : *Int8) -> Int32" type="(*Int8) -> Int32"
(param_decl stdlib.h:214:14 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:215:1 modifiers="foreign, implicit" name="mrand48" signature="mrand48() -> Int" type="() -> Int")
(func_decl stdlib.h:216:1 modifiers="foreign, implicit" name="nrand48" signature="nrand48(_ : *UInt16) -> Int" type="(*UInt16) -> Int"
(param_decl stdlib.h:216:15 kind="local" mutable=false name="" type="*UInt16"))
(func_decl stdlib.h:217:1 modifiers="foreign, implicit" name="posix_openpt" signature="posix_openpt(_ : Int32) -> Int32" type="(Int32) -> Int32"
(param_decl stdlib.h:217:19 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:218:1 modifiers="foreign, implicit" name="ptsname" signature="ptsname(_ : Int32) -> *Int8" type="(Int32) -> *Int8"
(param_decl stdlib.h:218:15 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:219:1 modifiers="foreign, implicit" name="putenv" signature="putenv(_ : *Int8) -> Int32" type="(*Int8) -> Int32"
(param_decl stdlib.h:219:13 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:220:1 modifiers="foreign, implicit" name="random" signature="random() -> Int" type="() -> Int")
(func_decl stdlib.h:221:1 modifiers="foreign, implicit" name="rand_r" signature="rand_r(_ : *UInt32) -> Int32" type="(*UInt32) -> Int32"
(param_decl stdlib.h:221:13 kind="local" mutable=false name="" type="*UInt32"))
(func_decl stdlib.h:223:1 modifiers="foreign, implicit" name="realpath" signature="realpath(_ : *Int8, _ : *Int8) -> *Int8" type="(*Int8, *Int8) -> *Int8"
(param_decl stdlib.h:223:16 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:223:41 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:227:1 modifiers="foreign, implicit" name="seed48" signature="seed48(_ : *UInt16) -> *UInt16" type="(*UInt16) -> *UInt16"
(param_decl stdlib.h:228:10 kind="local" mutable=false name="" type="*UInt16"))
(func_decl stdlib.h:229:1 modifiers="foreign, implicit" name="setenv" signature="setenv(_ : *Int8, _ : *Int8, _ : Int32) -> Int32" type="(*Int8, *Int8, Int32) -> Int32"
(param_decl stdlib.h:229:13 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:229:34 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:229:56 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:231:1 modifiers="foreign, implicit" name="setkey" signature="setkey(_ : *Int8)" type="(*Int8) -> Void"
(param_decl stdlib.h:231:14 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:235:1 modifiers="foreign, implicit" name="setstate" signature="setstate(_ : *Int8) -> *Int8" type="(*Int8) -> *Int8"
(param_decl stdlib.h:235:16 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:236:1 modifiers="foreign, implicit" name="srand48" signature="srand48(_ : Int)" type="(Int) -> Void"
(param_decl stdlib.h:236:15 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:238:1 modifiers="foreign, implicit" name="srandom" signature="srandom(_ : UInt32)" type="(UInt32) -> Void"
(param_decl stdlib.h:238:15 kind="local" mutable=false name="" type="UInt32"))
(func_decl stdlib.h:242:1 modifiers="foreign, implicit" name="unlockpt" signature="unlockpt(_ : Int32) -> Int32" type="(Int32) -> Int32"
(param_decl stdlib.h:242:15 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:244:1 modifiers="foreign, implicit" name="unsetenv" signature="unsetenv(_ : *Int8) -> Int32" type="(*Int8) -> Int32"
(param_decl stdlib.h:244:15 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:257:1 modifiers="foreign, implicit" name="arc4random" signature="arc4random() -> UInt32" type="() -> UInt32")
(func_decl stdlib.h:258:1 modifiers="foreign, implicit" name="arc4random_addrandom" signature="arc4random_addrandom(_ : *UInt8, _ : Int32)" type="(*UInt8, Int32) -> Void"
(param_decl stdlib.h:258:28 kind="local" mutable=false name="" type="*UInt8")
(param_decl stdlib.h:258:53 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:263:1 modifiers="foreign, implicit" name="arc4random_buf" signature="arc4random_buf(_ : *Void, _ : Int)" type="(*Void, Int) -> Void"
(param_decl stdlib.h:263:22 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:263:36 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:264:1 modifiers="foreign, implicit" name="arc4random_stir" signature="arc4random_stir()" type="() -> Void")
(func_decl stdlib.h:265:1 modifiers="foreign, implicit" name="arc4random_uniform" signature="arc4random_uniform(_ : UInt32) -> UInt32" type="(UInt32) -> UInt32"
(param_decl stdlib.h:266:22 kind="local" mutable=false name="" type="UInt32"))
(func_decl stdlib.h:268:1 modifiers="foreign, implicit" name="atexit_b" signature="atexit_b(_ : *Int8) -> Int32" type="(*Int8) -> Int32"
(param_decl stdlib.h:268:15 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:269:1 modifiers="foreign, implicit" name="bsearch_b" signature="bsearch_b(_ : *Void, _ : *Void, _ : Int, _ : Int, _ : *Int8) -> *Void" type="(*Void, *Void, Int, Int, *Int8) -> *Void"
(param_decl stdlib.h:269:17 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:269:36 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:269:56 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:270:6 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:270:22 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:274:1 modifiers="foreign, implicit" name="cgetcap" signature="cgetcap(_ : *Int8, _ : *Int8, _ : Int32) -> *Int8" type="(*Int8, *Int8, Int32) -> *Int8"
(param_decl stdlib.h:274:15 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:274:23 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:274:37 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:275:1 modifiers="foreign, implicit" name="cgetclose" signature="cgetclose() -> Int32" type="() -> Int32")
(func_decl stdlib.h:276:1 modifiers="foreign, implicit" name="cgetent" signature="cgetent(_ : **Int8, _ : **Int8, _ : *Int8) -> Int32" type="(**Int8, **Int8, *Int8) -> Int32"
(param_decl stdlib.h:276:14 kind="local" mutable=false name="" type="**Int8")
(param_decl stdlib.h:276:23 kind="local" mutable=false name="" type="**Int8")
(param_decl stdlib.h:276:32 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:277:1 modifiers="foreign, implicit" name="cgetfirst" signature="cgetfirst(_ : **Int8, _ : **Int8) -> Int32" type="(**Int8, **Int8) -> Int32"
(param_decl stdlib.h:277:16 kind="local" mutable=false name="" type="**Int8")
(param_decl stdlib.h:277:25 kind="local" mutable=false name="" type="**Int8"))
(func_decl stdlib.h:278:1 modifiers="foreign, implicit" name="cgetmatch" signature="cgetmatch(_ : *Int8, _ : *Int8) -> Int32" type="(*Int8, *Int8) -> Int32"
(param_decl stdlib.h:278:16 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:278:30 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:279:1 modifiers="foreign, implicit" name="cgetnext" signature="cgetnext(_ : **Int8, _ : **Int8) -> Int32" type="(**Int8, **Int8) -> Int32"
(param_decl stdlib.h:279:15 kind="local" mutable=false name="" type="**Int8")
(param_decl stdlib.h:279:24 kind="local" mutable=false name="" type="**Int8"))
(func_decl stdlib.h:280:1 modifiers="foreign, implicit" name="cgetnum" signature="cgetnum(_ : *Int8, _ : *Int8, _ : *Int) -> Int32" type="(*Int8, *Int8, *Int) -> Int32"
(param_decl stdlib.h:280:14 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:280:22 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:280:36 kind="local" mutable=false name="" type="*Int"))
(func_decl stdlib.h:281:1 modifiers="foreign, implicit" name="cgetset" signature="cgetset(_ : *Int8) -> Int32" type="(*Int8) -> Int32"
(param_decl stdlib.h:281:14 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:282:1 modifiers="foreign, implicit" name="cgetstr" signature="cgetstr(_ : *Int8, _ : *Int8, _ : **Int8) -> Int32" type="(*Int8, *Int8, **Int8) -> Int32"
(param_decl stdlib.h:282:14 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:282:22 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:282:36 kind="local" mutable=false name="" type="**Int8"))
(func_decl stdlib.h:283:1 modifiers="foreign, implicit" name="cgetustr" signature="cgetustr(_ : *Int8, _ : *Int8, _ : **Int8) -> Int32" type="(*Int8, *Int8, **Int8) -> Int32"
(param_decl stdlib.h:283:15 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:283:23 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:283:37 kind="local" mutable=false name="" type="**Int8"))
(func_decl stdlib.h:285:1 modifiers="foreign, implicit" name="daemon" signature="daemon(_ : Int32, _ : Int32) -> Int32" type="(Int32, Int32) -> Int32"
(param_decl stdlib.h:285:13 kind="local" mutable=false name="" type="Int32")
(param_decl stdlib.h:285:18 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:286:1 modifiers="foreign, implicit" name="devname" signature="devname(_ : dev_t, _ : mode_t) -> *Int8" type="(dev_t, mode_t) -> *Int8"
(param_decl stdlib.h:286:15 kind="local" mutable=false name="" type="dev_t")
(param_decl stdlib.h:286:22 kind="local" mutable=false name="" type="mode_t"))
(func_decl stdlib.h:287:1 modifiers="foreign, implicit" name="devname_r" signature="devname_r(_ : dev_t, _ : mode_t, _ : *Int8, _ : Int32) -> *Int8" type="(dev_t, mode_t, *Int8, Int32) -> *Int8"
(param_decl stdlib.h:287:17 kind="local" mutable=false name="" type="dev_t")
(param_decl stdlib.h:287:24 kind="local" mutable=false name="" type="mode_t")
(param_decl stdlib.h:287:32 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:287:43 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:288:1 modifiers="foreign, implicit" name="getbsize" signature="getbsize(_ : *Int32, _ : *Int) -> *Int8" type="(*Int32, *Int) -> *Int8"
(param_decl stdlib.h:288:16 kind="local" mutable=false name="" type="*Int32")
(param_decl stdlib.h:288:23 kind="local" mutable=false name="" type="*Int"))
(func_decl stdlib.h:289:1 modifiers="foreign, implicit" name="getloadavg" signature="getloadavg(_ : *Double, _ : Int32) -> Int32" type="(*Double, Int32) -> Int32"
(param_decl stdlib.h:289:17 kind="local" mutable=false name="" type="*Double")
(param_decl stdlib.h:289:28 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:290:1 modifiers="foreign, implicit" name="getprogname" signature="getprogname() -> *Int8" type="() -> *Int8")
(func_decl stdlib.h:293:1 modifiers="foreign, implicit" name="heapsort" signature="heapsort(_ : *Void, _ : Int, _ : Int, _ : (*Void, *Void) -> Int32) -> Int32" type="(*Void, Int, Int, (*Void, *Void) -> Int32) -> Int32"
(param_decl stdlib.h:293:15 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:293:29 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:293:43 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:294:6 kind="local" mutable=false name="" type="(*Void, *Void) -> Int32"))
(func_decl stdlib.h:296:1 modifiers="foreign, implicit" name="heapsort_b" signature="heapsort_b(_ : *Void, _ : Int, _ : Int, _ : *Int8) -> Int32" type="(*Void, Int, Int, *Int8) -> Int32"
(param_decl stdlib.h:296:17 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:296:31 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:296:45 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:297:6 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:299:1 modifiers="foreign, implicit" name="mergesort" signature="mergesort(_ : *Void, _ : Int, _ : Int, _ : (*Void, *Void) -> Int32) -> Int32" type="(*Void, Int, Int, (*Void, *Void) -> Int32) -> Int32"
(param_decl stdlib.h:299:16 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:299:30 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:299:44 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:300:6 kind="local" mutable=false name="" type="(*Void, *Void) -> Int32"))
(func_decl stdlib.h:302:1 modifiers="foreign, implicit" name="mergesort_b" signature="mergesort_b(_ : *Void, _ : Int, _ : Int, _ : *Int8) -> Int32" type="(*Void, Int, Int, *Int8) -> Int32"
(param_decl stdlib.h:302:18 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:302:32 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:302:46 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:303:6 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:305:1 modifiers="foreign, implicit" name="psort" signature="psort(_ : *Void, _ : Int, _ : Int, _ : (*Void, *Void) -> Int32)" type="(*Void, Int, Int, (*Void, *Void) -> Int32) -> Void"
(param_decl stdlib.h:305:13 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:305:27 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:305:41 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:306:6 kind="local" mutable=false name="" type="(*Void, *Void) -> Int32"))
(func_decl stdlib.h:308:1 modifiers="foreign, implicit" name="psort_b" signature="psort_b(_ : *Void, _ : Int, _ : Int, _ : *Int8)" type="(*Void, Int, Int, *Int8) -> Void"
(param_decl stdlib.h:308:15 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:308:29 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:308:43 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:309:6 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:311:1 modifiers="foreign, implicit" name="psort_r" signature="psort_r(_ : *Void, _ : Int, _ : Int, _ : *Void, _ : (*Void, *Void, *Void) -> Int32)" type="(*Void, Int, Int, *Void, (*Void, *Void, *Void) -> Int32) -> Void"
(param_decl stdlib.h:311:15 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:311:29 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:311:43 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:311:59 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:312:6 kind="local" mutable=false name="" type="(*Void, *Void, *Void) -> Int32"))
(func_decl stdlib.h:314:1 modifiers="foreign, implicit" name="qsort_b" signature="qsort_b(_ : *Void, _ : Int, _ : Int, _ : *Int8)" type="(*Void, Int, Int, *Int8) -> Void"
(param_decl stdlib.h:314:15 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:314:29 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:314:43 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:315:6 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:317:1 modifiers="foreign, implicit" name="qsort_r" signature="qsort_r(_ : *Void, _ : Int, _ : Int, _ : *Void, _ : (*Void, *Void, *Void) -> Int32)" type="(*Void, Int, Int, *Void, (*Void, *Void, *Void) -> Int32) -> Void"
(param_decl stdlib.h:317:15 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:317:29 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:317:43 kind="local" mutable=false name="" type="Int")
(param_decl stdlib.h:317:59 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:318:6 kind="local" mutable=false name="" type="(*Void, *Void, *Void) -> Int32"))
(func_decl stdlib.h:319:1 modifiers="foreign, implicit" name="radixsort" signature="radixsort(_ : **UInt8, _ : Int32, _ : *UInt8, _ : UInt32) -> Int32" type="(**UInt8, Int32, *UInt8, UInt32) -> Int32"
(param_decl stdlib.h:319:16 kind="local" mutable=false name="" type="**UInt8")
(param_decl stdlib.h:319:46 kind="local" mutable=false name="" type="Int32")
(param_decl stdlib.h:319:57 kind="local" mutable=false name="" type="*UInt8")
(param_decl stdlib.h:320:6 kind="local" mutable=false name="" type="UInt32"))
(func_decl stdlib.h:321:1 modifiers="foreign, implicit" name="setprogname" signature="setprogname(_ : *Int8)" type="(*Int8) -> Void"
(param_decl stdlib.h:321:19 kind="local" mutable=false name="" type="*Int8"))
(func_decl stdlib.h:322:1 modifiers="foreign, implicit" name="sradixsort" signature="sradixsort(_ : **UInt8, _ : Int32, _ : *UInt8, _ : UInt32) -> Int32" type="(**UInt8, Int32, *UInt8, UInt32) -> Int32"
(param_decl stdlib.h:322:17 kind="local" mutable=false name="" type="**UInt8")
(param_decl stdlib.h:322:47 kind="local" mutable=false name="" type="Int32")
(param_decl stdlib.h:322:58 kind="local" mutable=false name="" type="*UInt8")
(param_decl stdlib.h:323:6 kind="local" mutable=false name="" type="UInt32"))
(func_decl stdlib.h:324:1 modifiers="foreign, implicit" name="sranddev" signature="sranddev()" type="() -> Void")
(func_decl stdlib.h:325:1 modifiers="foreign, implicit" name="srandomdev" signature="srandomdev()" type="() -> Void")
(func_decl stdlib.h:326:1 modifiers="foreign, implicit" name="reallocf" signature="reallocf(_ : *Void, _ : Int) -> *Void" type="(*Void, Int) -> *Void"
(param_decl stdlib.h:326:16 kind="local" mutable=false name="" type="*Void")
(param_decl stdlib.h:326:29 kind="local" mutable=false name="" type="Int"))
(func_decl stdlib.h:328:1 modifiers="foreign, implicit" name="strtoq" signature="strtoq(_ : *Int8, _ : **Int8, _ : Int32) -> Int" type="(*Int8, **Int8, Int32) -> Int"
(param_decl stdlib.h:329:10 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:329:29 kind="local" mutable=false name="" type="**Int8")
(param_decl stdlib.h:329:46 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:330:1 modifiers="foreign, implicit" name="strtouq" signature="strtouq(_ : *Int8, _ : **Int8, _ : Int32) -> UInt" type="(*Int8, **Int8, Int32) -> UInt"
(param_decl stdlib.h:331:11 kind="local" mutable=false name="" type="*Int8")
(param_decl stdlib.h:331:30 kind="local" mutable=false name="" type="**Int8")
(param_decl stdlib.h:331:47 kind="local" mutable=false name="" type="Int32"))
(func_decl stdlib.h:334:1 modifiers="foreign, implicit" name="valloc" signature="valloc(_ : Int) -> *Void" type="(Int) -> *Void"
(param_decl stdlib.h:334:14 kind="local" mutable=false name="" type="Int"))
(func_decl fcntl.h:497:1 modifiers="foreign, implicit" name="open" signature="open(_ : *Int8, _ : Int32, _: ...) -> Int32" type="(*Int8, Int32) -> Int32"
(param_decl fcntl.h:497:10 kind="local" mutable=false name="" type="*Int8")
(param_decl fcntl.h:497:24 kind="local" mutable=false name="" type="Int32"))
(func_decl fcntl.h:499:1 modifiers="foreign, implicit" name="openat" signature="openat(_ : Int32, _ : *Int8, _ : Int32, _: ...) -> Int32" type="(Int32, *Int8, Int32) -> Int32"
(param_decl fcntl.h:499:12 kind="local" mutable=false name="" type="Int32")
(param_decl fcntl.h:499:17 kind="local" mutable=false name="" type="*Int8")
(param_decl fcntl.h:499:31 kind="local" mutable=false name="" type="Int32"))
(func_decl fcntl.h:501:1 modifiers="foreign, implicit" name="creat" signature="creat(_ : *Int8, _ : mode_t) -> Int32" type="(*Int8, mode_t) -> Int32"
(param_decl fcntl.h:501:11 kind="local" mutable=false name="" type="*Int8")
(param_decl fcntl.h:501:25 kind="local" mutable=false name="" type="mode_t"))
(func_decl fcntl.h:502:1 modifiers="foreign, implicit" name="fcntl" signature="fcntl(_ : Int32, _ : Int32, _: ...) -> Int32" type="(Int32, Int32) -> Int32"
(param_decl fcntl.h:502:11 kind="local" mutable=false name="" type="Int32")
(param_decl fcntl.h:502:16 kind="local" mutable=false name="" type="Int32"))
(func_decl fcntl.h:505:1 modifiers="foreign, implicit" name="openx_np" signature="openx_np(_ : *Int8, _ : Int32, _ : filesec_t) -> Int32" type="(*Int8, Int32, filesec_t) -> Int32"
(param_decl fcntl.h:505:14 kind="local" mutable=false name="" type="*Int8")
(param_decl fcntl.h:505:28 kind="local" mutable=false name="" type="Int32")
(param_decl fcntl.h:505:33 kind="local" mutable=false name="" type="filesec_t"))
(func_decl fcntl.h:510:1 modifiers="foreign, implicit" name="open_dprotected_np" signature="open_dprotected_np(_ : *Int8, _ : Int32, _ : Int32, _ : Int32, _: ...) -> Int32" type="(*Int8, Int32, Int32, Int32) -> Int32"
(param_decl fcntl.h:510:26 kind="local" mutable=false name="" type="*Int8")
(param_decl fcntl.h:510:40 kind="local" mutable=false name="" type="Int32")
(param_decl fcntl.h:510:45 kind="local" mutable=false name="" type="Int32")
(param_decl fcntl.h:510:50 kind="local" mutable=false name="" type="Int32"))
(func_decl fcntl.h:511:1 modifiers="foreign, implicit" name="flock" signature="flock(_ : Int32, _ : Int32) -> Int32" type="(Int32, Int32) -> Int32"
(param_decl fcntl.h:511:11 kind="local" mutable=false name="" type="Int32")
(param_decl fcntl.h:511:16 kind="local" mutable=false name="" type="Int32"))
(func_decl fcntl.h:512:1 modifiers="foreign, implicit" name="filesec_init" signature="filesec_init() -> filesec_t" type="() -> filesec_t")
(func_decl fcntl.h:513:1 modifiers="foreign, implicit" name="filesec_dup" signature="filesec_dup(_ : filesec_t) -> filesec_t" type="(filesec_t) -> filesec_t"
(param_decl fcntl.h:513:23 kind="local" mutable=false name="" type="filesec_t"))
(func_decl fcntl.h:514:1 modifiers="foreign, implicit" name="filesec_free" signature="filesec_free(_ : filesec_t)" type="(filesec_t) -> Void"
(param_decl fcntl.h:514:19 kind="local" mutable=false name="" type="filesec_t"))
(func_decl fcntl.h:515:1 modifiers="foreign, implicit" name="filesec_get_property" signature="filesec_get_property(_ : filesec_t, _ : filesec_property_t, _ : *Void) -> Int32" type="(filesec_t, filesec_property_t, *Void) -> Int32"
(param_decl fcntl.h:515:26 kind="local" mutable=false name="" type="filesec_t")
(param_decl fcntl.h:515:37 kind="local" mutable=false name="" type="filesec_property_t")
(param_decl fcntl.h:515:57 kind="local" mutable=false name="" type="*Void"))
(func_decl fcntl.h:516:1 modifiers="foreign, implicit" name="filesec_query_property" signature="filesec_query_property(_ : filesec_t, _ : filesec_property_t, _ : *Int32) -> Int32" type="(filesec_t, filesec_property_t, *Int32) -> Int32"
(param_decl fcntl.h:516:28 kind="local" mutable=false name="" type="filesec_t")
(param_decl fcntl.h:516:39 kind="local" mutable=false name="" type="filesec_property_t")
(param_decl fcntl.h:516:59 kind="local" mutable=false name="" type="*Int32"))
(func_decl fcntl.h:517:1 modifiers="foreign, implicit" name="filesec_set_property" signature="filesec_set_property(_ : filesec_t, _ : filesec_property_t, _ : *Void) -> Int32" type="(filesec_t, filesec_property_t, *Void) -> Int32"
(param_decl fcntl.h:517:26 kind="local" mutable=false name="" type="filesec_t")
(param_decl fcntl.h:517:37 kind="local" mutable=false name="" type="filesec_property_t")
(param_decl fcntl.h:517:57 kind="local" mutable=false name="" type="*Void"))
(func_decl fcntl.h:518:1 modifiers="foreign, implicit" name="filesec_unset_property" signature="filesec_unset_property(_ : filesec_t, _ : filesec_property_t) -> Int32" type="(filesec_t, filesec_property_t) -> Int32"
(param_decl fcntl.h:518:28 kind="local" mutable=false name="" type="filesec_t")
(param_decl fcntl.h:518:39 kind="local" mutable=false name="" type="filesec_property_t"))
(func_decl math.h:111:1 modifiers="foreign, implicit" name="__math_errhandling" signature="__math_errhandling() -> Int32" type="() -> Int32")
(func_decl math.h:144:1 modifiers="foreign, implicit" name="__fpclassifyf" signature="__fpclassifyf(_ : Float) -> Int32" type="(Float) -> Int32"
(param_decl math.h:144:26 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:145:1 modifiers="foreign, implicit" name="__fpclassifyd" signature="__fpclassifyd(_ : Double) -> Int32" type="(Double) -> Int32"
(param_decl math.h:145:26 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:146:1 modifiers="foreign, implicit" name="__fpclassifyl" signature="__fpclassifyl(_ : Float80) -> Int32" type="(Float80) -> Int32"
(param_decl math.h:146:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:188:1 modifiers="foreign, implicit" name="__inline_isfinitef" signature="__inline_isfinitef(_ : Float) -> Int32" type="(Float) -> Int32"
(param_decl math.h:188:47 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:189:1 modifiers="foreign, implicit" name="__inline_isfinited" signature="__inline_isfinited(_ : Double) -> Int32" type="(Double) -> Int32"
(param_decl math.h:189:47 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:190:1 modifiers="foreign, implicit" name="__inline_isfinitel" signature="__inline_isfinitel(_ : Float80) -> Int32" type="(Float80) -> Int32"
(param_decl math.h:190:47 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:191:1 modifiers="foreign, implicit" name="__inline_isinff" signature="__inline_isinff(_ : Float) -> Int32" type="(Float) -> Int32"
(param_decl math.h:191:44 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:192:1 modifiers="foreign, implicit" name="__inline_isinfd" signature="__inline_isinfd(_ : Double) -> Int32" type="(Double) -> Int32"
(param_decl math.h:192:44 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:193:1 modifiers="foreign, implicit" name="__inline_isinfl" signature="__inline_isinfl(_ : Float80) -> Int32" type="(Float80) -> Int32"
(param_decl math.h:193:44 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:194:1 modifiers="foreign, implicit" name="__inline_isnanf" signature="__inline_isnanf(_ : Float) -> Int32" type="(Float) -> Int32"
(param_decl math.h:194:44 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:195:1 modifiers="foreign, implicit" name="__inline_isnand" signature="__inline_isnand(_ : Double) -> Int32" type="(Double) -> Int32"
(param_decl math.h:195:44 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:196:1 modifiers="foreign, implicit" name="__inline_isnanl" signature="__inline_isnanl(_ : Float80) -> Int32" type="(Float80) -> Int32"
(param_decl math.h:196:44 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:197:1 modifiers="foreign, implicit" name="__inline_isnormalf" signature="__inline_isnormalf(_ : Float) -> Int32" type="(Float) -> Int32"
(param_decl math.h:197:47 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:198:1 modifiers="foreign, implicit" name="__inline_isnormald" signature="__inline_isnormald(_ : Double) -> Int32" type="(Double) -> Int32"
(param_decl math.h:198:47 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:199:1 modifiers="foreign, implicit" name="__inline_isnormall" signature="__inline_isnormall(_ : Float80) -> Int32" type="(Float80) -> Int32"
(param_decl math.h:199:47 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:200:1 modifiers="foreign, implicit" name="__inline_signbitf" signature="__inline_signbitf(_ : Float) -> Int32" type="(Float) -> Int32"
(param_decl math.h:200:46 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:201:1 modifiers="foreign, implicit" name="__inline_signbitd" signature="__inline_signbitd(_ : Double) -> Int32" type="(Double) -> Int32"
(param_decl math.h:201:46 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:202:1 modifiers="foreign, implicit" name="__inline_signbitl" signature="__inline_signbitl(_ : Float80) -> Int32" type="(Float80) -> Int32"
(param_decl math.h:202:46 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:322:1 modifiers="foreign, implicit" name="acosf" signature="acosf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:322:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:323:1 modifiers="foreign, implicit" name="acos" signature="acos(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:323:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:324:1 modifiers="foreign, implicit" name="acosl" signature="acosl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:324:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:326:1 modifiers="foreign, implicit" name="asinf" signature="asinf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:326:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:327:1 modifiers="foreign, implicit" name="asin" signature="asin(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:327:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:328:1 modifiers="foreign, implicit" name="asinl" signature="asinl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:328:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:330:1 modifiers="foreign, implicit" name="atanf" signature="atanf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:330:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:331:1 modifiers="foreign, implicit" name="atan" signature="atan(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:331:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:332:1 modifiers="foreign, implicit" name="atanl" signature="atanl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:332:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:334:1 modifiers="foreign, implicit" name="atan2f" signature="atan2f(_ : Float, _ : Float) -> Float" type="(Float, Float) -> Float"
(param_decl math.h:334:21 kind="local" mutable=false name="" type="Float")
(param_decl math.h:334:28 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:335:1 modifiers="foreign, implicit" name="atan2" signature="atan2(_ : Double, _ : Double) -> Double" type="(Double, Double) -> Double"
(param_decl math.h:335:21 kind="local" mutable=false name="" type="Double")
(param_decl math.h:335:29 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:336:1 modifiers="foreign, implicit" name="atan2l" signature="atan2l(_ : Float80, _ : Float80) -> Float80" type="(Float80, Float80) -> Float80"
(param_decl math.h:336:27 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:336:40 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:338:1 modifiers="foreign, implicit" name="cosf" signature="cosf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:338:19 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:339:1 modifiers="foreign, implicit" name="cos" signature="cos(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:339:19 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:340:1 modifiers="foreign, implicit" name="cosl" signature="cosl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:340:25 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:342:1 modifiers="foreign, implicit" name="sinf" signature="sinf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:342:19 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:343:1 modifiers="foreign, implicit" name="sin" signature="sin(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:343:19 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:344:1 modifiers="foreign, implicit" name="sinl" signature="sinl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:344:25 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:346:1 modifiers="foreign, implicit" name="tanf" signature="tanf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:346:19 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:347:1 modifiers="foreign, implicit" name="tan" signature="tan(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:347:19 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:348:1 modifiers="foreign, implicit" name="tanl" signature="tanl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:348:25 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:350:1 modifiers="foreign, implicit" name="acoshf" signature="acoshf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:350:21 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:351:1 modifiers="foreign, implicit" name="acosh" signature="acosh(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:351:21 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:352:1 modifiers="foreign, implicit" name="acoshl" signature="acoshl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:352:27 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:354:1 modifiers="foreign, implicit" name="asinhf" signature="asinhf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:354:21 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:355:1 modifiers="foreign, implicit" name="asinh" signature="asinh(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:355:21 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:356:1 modifiers="foreign, implicit" name="asinhl" signature="asinhl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:356:27 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:358:1 modifiers="foreign, implicit" name="atanhf" signature="atanhf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:358:21 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:359:1 modifiers="foreign, implicit" name="atanh" signature="atanh(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:359:21 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:360:1 modifiers="foreign, implicit" name="atanhl" signature="atanhl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:360:27 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:362:1 modifiers="foreign, implicit" name="coshf" signature="coshf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:362:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:363:1 modifiers="foreign, implicit" name="cosh" signature="cosh(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:363:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:364:1 modifiers="foreign, implicit" name="coshl" signature="coshl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:364:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:366:1 modifiers="foreign, implicit" name="sinhf" signature="sinhf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:366:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:367:1 modifiers="foreign, implicit" name="sinh" signature="sinh(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:367:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:368:1 modifiers="foreign, implicit" name="sinhl" signature="sinhl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:368:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:370:1 modifiers="foreign, implicit" name="tanhf" signature="tanhf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:370:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:371:1 modifiers="foreign, implicit" name="tanh" signature="tanh(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:371:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:372:1 modifiers="foreign, implicit" name="tanhl" signature="tanhl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:372:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:374:1 modifiers="foreign, implicit" name="expf" signature="expf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:374:19 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:375:1 modifiers="foreign, implicit" name="exp" signature="exp(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:375:19 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:376:1 modifiers="foreign, implicit" name="expl" signature="expl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:376:25 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:378:1 modifiers="foreign, implicit" name="exp2f" signature="exp2f(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:378:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:379:1 modifiers="foreign, implicit" name="exp2" signature="exp2(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:379:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:380:1 modifiers="foreign, implicit" name="exp2l" signature="exp2l(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:380:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:382:1 modifiers="foreign, implicit" name="expm1f" signature="expm1f(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:382:21 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:383:1 modifiers="foreign, implicit" name="expm1" signature="expm1(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:383:21 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:384:1 modifiers="foreign, implicit" name="expm1l" signature="expm1l(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:384:27 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:386:1 modifiers="foreign, implicit" name="logf" signature="logf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:386:19 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:387:1 modifiers="foreign, implicit" name="log" signature="log(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:387:19 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:388:1 modifiers="foreign, implicit" name="logl" signature="logl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:388:25 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:390:1 modifiers="foreign, implicit" name="log10f" signature="log10f(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:390:21 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:391:1 modifiers="foreign, implicit" name="log10" signature="log10(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:391:21 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:392:1 modifiers="foreign, implicit" name="log10l" signature="log10l(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:392:27 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:394:1 modifiers="foreign, implicit" name="log2f" signature="log2f(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:394:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:395:1 modifiers="foreign, implicit" name="log2" signature="log2(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:395:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:396:1 modifiers="foreign, implicit" name="log2l" signature="log2l(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:396:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:398:1 modifiers="foreign, implicit" name="log1pf" signature="log1pf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:398:21 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:399:1 modifiers="foreign, implicit" name="log1p" signature="log1p(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:399:21 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:400:1 modifiers="foreign, implicit" name="log1pl" signature="log1pl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:400:27 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:402:1 modifiers="foreign, implicit" name="logbf" signature="logbf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:402:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:403:1 modifiers="foreign, implicit" name="logb" signature="logb(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:403:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:404:1 modifiers="foreign, implicit" name="logbl" signature="logbl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:404:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:406:1 modifiers="foreign, implicit" name="modff" signature="modff(_ : Float, _ : *Float) -> Float" type="(Float, *Float) -> Float"
(param_decl math.h:406:20 kind="local" mutable=false name="" type="Float")
(param_decl math.h:406:27 kind="local" mutable=false name="" type="*Float"))
(func_decl math.h:407:1 modifiers="foreign, implicit" name="modf" signature="modf(_ : Double, _ : *Double) -> Double" type="(Double, *Double) -> Double"
(param_decl math.h:407:20 kind="local" mutable=false name="" type="Double")
(param_decl math.h:407:28 kind="local" mutable=false name="" type="*Double"))
(func_decl math.h:408:1 modifiers="foreign, implicit" name="modfl" signature="modfl(_ : Float80, _ : *Float80) -> Float80" type="(Float80, *Float80) -> Float80"
(param_decl math.h:408:26 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:408:39 kind="local" mutable=false name="" type="*Float80"))
(func_decl math.h:410:1 modifiers="foreign, implicit" name="ldexpf" signature="ldexpf(_ : Float, _ : Int32) -> Float" type="(Float, Int32) -> Float"
(param_decl math.h:410:21 kind="local" mutable=false name="" type="Float")
(param_decl math.h:410:28 kind="local" mutable=false name="" type="Int32"))
(func_decl math.h:411:1 modifiers="foreign, implicit" name="ldexp" signature="ldexp(_ : Double, _ : Int32) -> Double" type="(Double, Int32) -> Double"
(param_decl math.h:411:21 kind="local" mutable=false name="" type="Double")
(param_decl math.h:411:29 kind="local" mutable=false name="" type="Int32"))
(func_decl math.h:412:1 modifiers="foreign, implicit" name="ldexpl" signature="ldexpl(_ : Float80, _ : Int32) -> Float80" type="(Float80, Int32) -> Float80"
(param_decl math.h:412:27 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:412:40 kind="local" mutable=false name="" type="Int32"))
(func_decl math.h:414:1 modifiers="foreign, implicit" name="frexpf" signature="frexpf(_ : Float, _ : *Int32) -> Float" type="(Float, *Int32) -> Float"
(param_decl math.h:414:21 kind="local" mutable=false name="" type="Float")
(param_decl math.h:414:28 kind="local" mutable=false name="" type="*Int32"))
(func_decl math.h:415:1 modifiers="foreign, implicit" name="frexp" signature="frexp(_ : Double, _ : *Int32) -> Double" type="(Double, *Int32) -> Double"
(param_decl math.h:415:21 kind="local" mutable=false name="" type="Double")
(param_decl math.h:415:29 kind="local" mutable=false name="" type="*Int32"))
(func_decl math.h:416:1 modifiers="foreign, implicit" name="frexpl" signature="frexpl(_ : Float80, _ : *Int32) -> Float80" type="(Float80, *Int32) -> Float80"
(param_decl math.h:416:27 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:416:40 kind="local" mutable=false name="" type="*Int32"))
(func_decl math.h:418:1 modifiers="foreign, implicit" name="ilogbf" signature="ilogbf(_ : Float) -> Int32" type="(Float) -> Int32"
(param_decl math.h:418:19 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:419:1 modifiers="foreign, implicit" name="ilogb" signature="ilogb(_ : Double) -> Int32" type="(Double) -> Int32"
(param_decl math.h:419:18 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:420:1 modifiers="foreign, implicit" name="ilogbl" signature="ilogbl(_ : Float80) -> Int32" type="(Float80) -> Int32"
(param_decl math.h:420:19 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:422:1 modifiers="foreign, implicit" name="scalbnf" signature="scalbnf(_ : Float, _ : Int32) -> Float" type="(Float, Int32) -> Float"
(param_decl math.h:422:22 kind="local" mutable=false name="" type="Float")
(param_decl math.h:422:29 kind="local" mutable=false name="" type="Int32"))
(func_decl math.h:423:1 modifiers="foreign, implicit" name="scalbn" signature="scalbn(_ : Double, _ : Int32) -> Double" type="(Double, Int32) -> Double"
(param_decl math.h:423:22 kind="local" mutable=false name="" type="Double")
(param_decl math.h:423:30 kind="local" mutable=false name="" type="Int32"))
(func_decl math.h:424:1 modifiers="foreign, implicit" name="scalbnl" signature="scalbnl(_ : Float80, _ : Int32) -> Float80" type="(Float80, Int32) -> Float80"
(param_decl math.h:424:28 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:424:41 kind="local" mutable=false name="" type="Int32"))
(func_decl math.h:426:1 modifiers="foreign, implicit" name="scalblnf" signature="scalblnf(_ : Float, _ : Int) -> Float" type="(Float, Int) -> Float"
(param_decl math.h:426:23 kind="local" mutable=false name="" type="Float")
(param_decl math.h:426:30 kind="local" mutable=false name="" type="Int"))
(func_decl math.h:427:1 modifiers="foreign, implicit" name="scalbln" signature="scalbln(_ : Double, _ : Int) -> Double" type="(Double, Int) -> Double"
(param_decl math.h:427:23 kind="local" mutable=false name="" type="Double")
(param_decl math.h:427:31 kind="local" mutable=false name="" type="Int"))
(func_decl math.h:428:1 modifiers="foreign, implicit" name="scalblnl" signature="scalblnl(_ : Float80, _ : Int) -> Float80" type="(Float80, Int) -> Float80"
(param_decl math.h:428:29 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:428:42 kind="local" mutable=false name="" type="Int"))
(func_decl math.h:430:1 modifiers="foreign, implicit" name="fabsf" signature="fabsf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:430:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:431:1 modifiers="foreign, implicit" name="fabs" signature="fabs(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:431:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:432:1 modifiers="foreign, implicit" name="fabsl" signature="fabsl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:432:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:434:1 modifiers="foreign, implicit" name="cbrtf" signature="cbrtf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:434:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:435:1 modifiers="foreign, implicit" name="cbrt" signature="cbrt(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:435:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:436:1 modifiers="foreign, implicit" name="cbrtl" signature="cbrtl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:436:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:438:1 modifiers="foreign, implicit" name="hypotf" signature="hypotf(_ : Float, _ : Float) -> Float" type="(Float, Float) -> Float"
(param_decl math.h:438:21 kind="local" mutable=false name="" type="Float")
(param_decl math.h:438:28 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:439:1 modifiers="foreign, implicit" name="hypot" signature="hypot(_ : Double, _ : Double) -> Double" type="(Double, Double) -> Double"
(param_decl math.h:439:21 kind="local" mutable=false name="" type="Double")
(param_decl math.h:439:29 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:440:1 modifiers="foreign, implicit" name="hypotl" signature="hypotl(_ : Float80, _ : Float80) -> Float80" type="(Float80, Float80) -> Float80"
(param_decl math.h:440:27 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:440:40 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:442:1 modifiers="foreign, implicit" name="powf" signature="powf(_ : Float, _ : Float) -> Float" type="(Float, Float) -> Float"
(param_decl math.h:442:19 kind="local" mutable=false name="" type="Float")
(param_decl math.h:442:26 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:443:1 modifiers="foreign, implicit" name="pow" signature="pow(_ : Double, _ : Double) -> Double" type="(Double, Double) -> Double"
(param_decl math.h:443:19 kind="local" mutable=false name="" type="Double")
(param_decl math.h:443:27 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:444:1 modifiers="foreign, implicit" name="powl" signature="powl(_ : Float80, _ : Float80) -> Float80" type="(Float80, Float80) -> Float80"
(param_decl math.h:444:25 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:444:38 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:446:1 modifiers="foreign, implicit" name="sqrtf" signature="sqrtf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:446:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:447:1 modifiers="foreign, implicit" name="sqrt" signature="sqrt(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:447:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:448:1 modifiers="foreign, implicit" name="sqrtl" signature="sqrtl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:448:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:450:1 modifiers="foreign, implicit" name="erff" signature="erff(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:450:19 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:451:1 modifiers="foreign, implicit" name="erf" signature="erf(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:451:19 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:452:1 modifiers="foreign, implicit" name="erfl" signature="erfl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:452:25 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:454:1 modifiers="foreign, implicit" name="erfcf" signature="erfcf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:454:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:455:1 modifiers="foreign, implicit" name="erfc" signature="erfc(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:455:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:456:1 modifiers="foreign, implicit" name="erfcl" signature="erfcl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:456:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:461:1 modifiers="foreign, implicit" name="lgammaf" signature="lgammaf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:461:22 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:462:1 modifiers="foreign, implicit" name="lgamma" signature="lgamma(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:462:22 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:463:1 modifiers="foreign, implicit" name="lgammal" signature="lgammal(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:463:28 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:465:1 modifiers="foreign, implicit" name="tgammaf" signature="tgammaf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:465:22 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:466:1 modifiers="foreign, implicit" name="tgamma" signature="tgamma(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:466:22 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:467:1 modifiers="foreign, implicit" name="tgammal" signature="tgammal(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:467:28 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:469:1 modifiers="foreign, implicit" name="ceilf" signature="ceilf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:469:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:470:1 modifiers="foreign, implicit" name="ceil" signature="ceil(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:470:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:471:1 modifiers="foreign, implicit" name="ceill" signature="ceill(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:471:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:473:1 modifiers="foreign, implicit" name="floorf" signature="floorf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:473:21 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:474:1 modifiers="foreign, implicit" name="floor" signature="floor(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:474:21 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:475:1 modifiers="foreign, implicit" name="floorl" signature="floorl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:475:27 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:477:1 modifiers="foreign, implicit" name="nearbyintf" signature="nearbyintf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:477:25 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:478:1 modifiers="foreign, implicit" name="nearbyint" signature="nearbyint(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:478:25 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:479:1 modifiers="foreign, implicit" name="nearbyintl" signature="nearbyintl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:479:31 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:481:1 modifiers="foreign, implicit" name="rintf" signature="rintf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:481:20 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:482:1 modifiers="foreign, implicit" name="rint" signature="rint(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:482:20 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:483:1 modifiers="foreign, implicit" name="rintl" signature="rintl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:483:26 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:485:1 modifiers="foreign, implicit" name="lrintf" signature="lrintf(_ : Float) -> Int" type="(Float) -> Int"
(param_decl math.h:485:24 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:486:1 modifiers="foreign, implicit" name="lrint" signature="lrint(_ : Double) -> Int" type="(Double) -> Int"
(param_decl math.h:486:23 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:487:1 modifiers="foreign, implicit" name="lrintl" signature="lrintl(_ : Float80) -> Int" type="(Float80) -> Int"
(param_decl math.h:487:24 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:489:1 modifiers="foreign, implicit" name="roundf" signature="roundf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:489:21 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:490:1 modifiers="foreign, implicit" name="round" signature="round(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:490:21 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:491:1 modifiers="foreign, implicit" name="roundl" signature="roundl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:491:27 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:493:1 modifiers="foreign, implicit" name="lroundf" signature="lroundf(_ : Float) -> Int" type="(Float) -> Int"
(param_decl math.h:493:25 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:494:1 modifiers="foreign, implicit" name="lround" signature="lround(_ : Double) -> Int" type="(Double) -> Int"
(param_decl math.h:494:24 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:495:1 modifiers="foreign, implicit" name="lroundl" signature="lroundl(_ : Float80) -> Int" type="(Float80) -> Int"
(param_decl math.h:495:25 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:500:1 modifiers="foreign, implicit" name="llrintf" signature="llrintf(_ : Float) -> Int" type="(Float) -> Int"
(param_decl math.h:500:30 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:501:1 modifiers="foreign, implicit" name="llrint" signature="llrint(_ : Double) -> Int" type="(Double) -> Int"
(param_decl math.h:501:29 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:502:1 modifiers="foreign, implicit" name="llrintl" signature="llrintl(_ : Float80) -> Int" type="(Float80) -> Int"
(param_decl math.h:502:30 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:504:1 modifiers="foreign, implicit" name="llroundf" signature="llroundf(_ : Float) -> Int" type="(Float) -> Int"
(param_decl math.h:504:31 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:505:1 modifiers="foreign, implicit" name="llround" signature="llround(_ : Double) -> Int" type="(Double) -> Int"
(param_decl math.h:505:30 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:506:1 modifiers="foreign, implicit" name="llroundl" signature="llroundl(_ : Float80) -> Int" type="(Float80) -> Int"
(param_decl math.h:506:31 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:509:1 modifiers="foreign, implicit" name="truncf" signature="truncf(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:509:21 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:510:1 modifiers="foreign, implicit" name="trunc" signature="trunc(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:510:21 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:511:1 modifiers="foreign, implicit" name="truncl" signature="truncl(_ : Float80) -> Float80" type="(Float80) -> Float80"
(param_decl math.h:511:27 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:513:1 modifiers="foreign, implicit" name="fmodf" signature="fmodf(_ : Float, _ : Float) -> Float" type="(Float, Float) -> Float"
(param_decl math.h:513:20 kind="local" mutable=false name="" type="Float")
(param_decl math.h:513:27 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:514:1 modifiers="foreign, implicit" name="fmod" signature="fmod(_ : Double, _ : Double) -> Double" type="(Double, Double) -> Double"
(param_decl math.h:514:20 kind="local" mutable=false name="" type="Double")
(param_decl math.h:514:28 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:515:1 modifiers="foreign, implicit" name="fmodl" signature="fmodl(_ : Float80, _ : Float80) -> Float80" type="(Float80, Float80) -> Float80"
(param_decl math.h:515:26 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:515:39 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:517:1 modifiers="foreign, implicit" name="remainderf" signature="remainderf(_ : Float, _ : Float) -> Float" type="(Float, Float) -> Float"
(param_decl math.h:517:25 kind="local" mutable=false name="" type="Float")
(param_decl math.h:517:32 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:518:1 modifiers="foreign, implicit" name="remainder" signature="remainder(_ : Double, _ : Double) -> Double" type="(Double, Double) -> Double"
(param_decl math.h:518:25 kind="local" mutable=false name="" type="Double")
(param_decl math.h:518:33 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:519:1 modifiers="foreign, implicit" name="remainderl" signature="remainderl(_ : Float80, _ : Float80) -> Float80" type="(Float80, Float80) -> Float80"
(param_decl math.h:519:31 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:519:44 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:521:1 modifiers="foreign, implicit" name="remquof" signature="remquof(_ : Float, _ : Float, _ : *Int32) -> Float" type="(Float, Float, *Int32) -> Float"
(param_decl math.h:521:22 kind="local" mutable=false name="" type="Float")
(param_decl math.h:521:29 kind="local" mutable=false name="" type="Float")
(param_decl math.h:521:36 kind="local" mutable=false name="" type="*Int32"))
(func_decl math.h:522:1 modifiers="foreign, implicit" name="remquo" signature="remquo(_ : Double, _ : Double, _ : *Int32) -> Double" type="(Double, Double, *Int32) -> Double"
(param_decl math.h:522:22 kind="local" mutable=false name="" type="Double")
(param_decl math.h:522:30 kind="local" mutable=false name="" type="Double")
(param_decl math.h:522:38 kind="local" mutable=false name="" type="*Int32"))
(func_decl math.h:523:1 modifiers="foreign, implicit" name="remquol" signature="remquol(_ : Float80, _ : Float80, _ : *Int32) -> Float80" type="(Float80, Float80, *Int32) -> Float80"
(param_decl math.h:523:28 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:523:41 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:523:54 kind="local" mutable=false name="" type="*Int32"))
(func_decl math.h:525:1 modifiers="foreign, implicit" name="copysignf" signature="copysignf(_ : Float, _ : Float) -> Float" type="(Float, Float) -> Float"
(param_decl math.h:525:24 kind="local" mutable=false name="" type="Float")
(param_decl math.h:525:31 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:526:1 modifiers="foreign, implicit" name="copysign" signature="copysign(_ : Double, _ : Double) -> Double" type="(Double, Double) -> Double"
(param_decl math.h:526:24 kind="local" mutable=false name="" type="Double")
(param_decl math.h:526:32 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:527:1 modifiers="foreign, implicit" name="copysignl" signature="copysignl(_ : Float80, _ : Float80) -> Float80" type="(Float80, Float80) -> Float80"
(param_decl math.h:527:30 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:527:43 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:529:1 modifiers="foreign, implicit" name="nanf" signature="nanf(_ : *Int8) -> Float" type="(*Int8) -> Float"
(param_decl math.h:529:19 kind="local" mutable=false name="" type="*Int8"))
(func_decl math.h:530:1 modifiers="foreign, implicit" name="nan" signature="nan(_ : *Int8) -> Double" type="(*Int8) -> Double"
(param_decl math.h:530:19 kind="local" mutable=false name="" type="*Int8"))
(func_decl math.h:531:1 modifiers="foreign, implicit" name="nanl" signature="nanl(_ : *Int8) -> Float80" type="(*Int8) -> Float80"
(param_decl math.h:531:25 kind="local" mutable=false name="" type="*Int8"))
(func_decl math.h:533:1 modifiers="foreign, implicit" name="nextafterf" signature="nextafterf(_ : Float, _ : Float) -> Float" type="(Float, Float) -> Float"
(param_decl math.h:533:25 kind="local" mutable=false name="" type="Float")
(param_decl math.h:533:32 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:534:1 modifiers="foreign, implicit" name="nextafter" signature="nextafter(_ : Double, _ : Double) -> Double" type="(Double, Double) -> Double"
(param_decl math.h:534:25 kind="local" mutable=false name="" type="Double")
(param_decl math.h:534:33 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:535:1 modifiers="foreign, implicit" name="nextafterl" signature="nextafterl(_ : Float80, _ : Float80) -> Float80" type="(Float80, Float80) -> Float80"
(param_decl math.h:535:31 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:535:44 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:537:1 modifiers="foreign, implicit" name="nexttoward" signature="nexttoward(_ : Double, _ : Float80) -> Double" type="(Double, Float80) -> Double"
(param_decl math.h:537:26 kind="local" mutable=false name="" type="Double")
(param_decl math.h:537:34 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:538:1 modifiers="foreign, implicit" name="nexttowardf" signature="nexttowardf(_ : Float, _ : Float80) -> Float" type="(Float, Float80) -> Float"
(param_decl math.h:538:26 kind="local" mutable=false name="" type="Float")
(param_decl math.h:538:33 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:539:1 modifiers="foreign, implicit" name="nexttowardl" signature="nexttowardl(_ : Float80, _ : Float80) -> Float80" type="(Float80, Float80) -> Float80"
(param_decl math.h:539:32 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:539:45 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:541:1 modifiers="foreign, implicit" name="fdimf" signature="fdimf(_ : Float, _ : Float) -> Float" type="(Float, Float) -> Float"
(param_decl math.h:541:20 kind="local" mutable=false name="" type="Float")
(param_decl math.h:541:27 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:542:1 modifiers="foreign, implicit" name="fdim" signature="fdim(_ : Double, _ : Double) -> Double" type="(Double, Double) -> Double"
(param_decl math.h:542:20 kind="local" mutable=false name="" type="Double")
(param_decl math.h:542:28 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:543:1 modifiers="foreign, implicit" name="fdiml" signature="fdiml(_ : Float80, _ : Float80) -> Float80" type="(Float80, Float80) -> Float80"
(param_decl math.h:543:26 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:543:39 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:545:1 modifiers="foreign, implicit" name="fmaxf" signature="fmaxf(_ : Float, _ : Float) -> Float" type="(Float, Float) -> Float"
(param_decl math.h:545:20 kind="local" mutable=false name="" type="Float")
(param_decl math.h:545:27 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:546:1 modifiers="foreign, implicit" name="fmax" signature="fmax(_ : Double, _ : Double) -> Double" type="(Double, Double) -> Double"
(param_decl math.h:546:20 kind="local" mutable=false name="" type="Double")
(param_decl math.h:546:28 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:547:1 modifiers="foreign, implicit" name="fmaxl" signature="fmaxl(_ : Float80, _ : Float80) -> Float80" type="(Float80, Float80) -> Float80"
(param_decl math.h:547:26 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:547:39 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:549:1 modifiers="foreign, implicit" name="fminf" signature="fminf(_ : Float, _ : Float) -> Float" type="(Float, Float) -> Float"
(param_decl math.h:549:20 kind="local" mutable=false name="" type="Float")
(param_decl math.h:549:27 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:550:1 modifiers="foreign, implicit" name="fmin" signature="fmin(_ : Double, _ : Double) -> Double" type="(Double, Double) -> Double"
(param_decl math.h:550:20 kind="local" mutable=false name="" type="Double")
(param_decl math.h:550:28 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:551:1 modifiers="foreign, implicit" name="fminl" signature="fminl(_ : Float80, _ : Float80) -> Float80" type="(Float80, Float80) -> Float80"
(param_decl math.h:551:26 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:551:39 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:553:1 modifiers="foreign, implicit" name="fmaf" signature="fmaf(_ : Float, _ : Float, _ : Float) -> Float" type="(Float, Float, Float) -> Float"
(param_decl math.h:553:19 kind="local" mutable=false name="" type="Float")
(param_decl math.h:553:26 kind="local" mutable=false name="" type="Float")
(param_decl math.h:553:33 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:554:1 modifiers="foreign, implicit" name="fma" signature="fma(_ : Double, _ : Double, _ : Double) -> Double" type="(Double, Double, Double) -> Double"
(param_decl math.h:554:19 kind="local" mutable=false name="" type="Double")
(param_decl math.h:554:27 kind="local" mutable=false name="" type="Double")
(param_decl math.h:554:35 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:555:1 modifiers="foreign, implicit" name="fmal" signature="fmal(_ : Float80, _ : Float80, _ : Float80) -> Float80" type="(Float80, Float80, Float80) -> Float80"
(param_decl math.h:555:25 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:555:38 kind="local" mutable=false name="" type="Float80")
(param_decl math.h:555:51 kind="local" mutable=false name="" type="Float80"))
(func_decl math.h:565:1 modifiers="foreign, implicit" name="__inff" signature="__inff() -> Float" type="() -> Float")
(func_decl math.h:566:1 modifiers="foreign, implicit" name="__inf" signature="__inf() -> Double" type="() -> Double")
(func_decl math.h:567:1 modifiers="foreign, implicit" name="__infl" signature="__infl() -> Float80" type="() -> Float80")
(func_decl math.h:569:1 modifiers="foreign, implicit" name="__nan" signature="__nan() -> Float" type="() -> Float")
(func_decl math.h:597:1 modifiers="foreign, implicit" name="__exp10f" signature="__exp10f(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:597:23 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:598:1 modifiers="foreign, implicit" name="__exp10" signature="__exp10(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:598:23 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:604:1 modifiers="foreign, implicit" name="__sincosf" signature="__sincosf(_ : Float, _ : *Float, _ : *Float)" type="(Float, *Float, *Float) -> Void"
(param_decl math.h:604:39 kind="local" mutable=false name="" type="Float")
(param_decl math.h:604:50 kind="local" mutable=false name="" type="*Float")
(param_decl math.h:604:65 kind="local" mutable=false name="" type="*Float"))
(func_decl math.h:605:1 modifiers="foreign, implicit" name="__sincos" signature="__sincos(_ : Double, _ : *Double, _ : *Double)" type="(Double, *Double, *Double) -> Void"
(param_decl math.h:605:38 kind="local" mutable=false name="" type="Double")
(param_decl math.h:605:50 kind="local" mutable=false name="" type="*Double")
(param_decl math.h:605:66 kind="local" mutable=false name="" type="*Double"))
(func_decl math.h:614:1 modifiers="foreign, implicit" name="__cospif" signature="__cospif(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:614:23 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:615:1 modifiers="foreign, implicit" name="__cospi" signature="__cospi(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:615:23 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:616:1 modifiers="foreign, implicit" name="__sinpif" signature="__sinpif(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:616:23 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:617:1 modifiers="foreign, implicit" name="__sinpi" signature="__sinpi(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:617:23 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:618:1 modifiers="foreign, implicit" name="__tanpif" signature="__tanpif(_ : Float) -> Float" type="(Float) -> Float"
(param_decl math.h:618:23 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:619:1 modifiers="foreign, implicit" name="__tanpi" signature="__tanpi(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:619:23 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:645:1 modifiers="foreign, implicit" name="__sincospif" signature="__sincospif(_ : Float, _ : *Float, _ : *Float)" type="(Float, *Float, *Float) -> Void"
(param_decl math.h:645:41 kind="local" mutable=false name="" type="Float")
(param_decl math.h:645:52 kind="local" mutable=false name="" type="*Float")
(param_decl math.h:645:67 kind="local" mutable=false name="" type="*Float"))
(func_decl math.h:646:1 modifiers="foreign, implicit" name="__sincospi" signature="__sincospi(_ : Double, _ : *Double, _ : *Double)" type="(Double, *Double, *Double) -> Void"
(param_decl math.h:646:40 kind="local" mutable=false name="" type="Double")
(param_decl math.h:646:52 kind="local" mutable=false name="" type="*Double")
(param_decl math.h:646:68 kind="local" mutable=false name="" type="*Double"))
(func_decl math.h:656:1 modifiers="foreign, implicit" name="__sincosf_stret" signature="__sincosf_stret(_ : Float) -> __float2" type="(Float) -> __float2"
(param_decl math.h:656:40 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:657:1 modifiers="foreign, implicit" name="__sincos_stret" signature="__sincos_stret(_ : Double) -> __double2" type="(Double) -> __double2"
(param_decl math.h:657:40 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:658:1 modifiers="foreign, implicit" name="__sincospif_stret" signature="__sincospif_stret(_ : Float) -> __float2" type="(Float) -> __float2"
(param_decl math.h:658:42 kind="local" mutable=false name="" type="Float"))
(func_decl math.h:659:1 modifiers="foreign, implicit" name="__sincospi_stret" signature="__sincospi_stret(_ : Double) -> __double2" type="(Double) -> __double2"
(param_decl math.h:659:42 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:687:1 modifiers="foreign, implicit" name="j0" signature="j0(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:687:18 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:688:1 modifiers="foreign, implicit" name="j1" signature="j1(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:688:18 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:689:1 modifiers="foreign, implicit" name="jn" signature="jn(_ : Int32, _ : Double) -> Double" type="(Int32, Double) -> Double"
(param_decl math.h:689:18 kind="local" mutable=false name="" type="Int32")
(param_decl math.h:689:23 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:690:1 modifiers="foreign, implicit" name="y0" signature="y0(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:690:18 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:691:1 modifiers="foreign, implicit" name="y1" signature="y1(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:691:18 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:692:1 modifiers="foreign, implicit" name="yn" signature="yn(_ : Int32, _ : Double) -> Double" type="(Int32, Double) -> Double"
(param_decl math.h:692:18 kind="local" mutable=false name="" type="Int32")
(param_decl math.h:692:23 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:693:1 modifiers="foreign, implicit" name="scalb" signature="scalb(_ : Double, _ : Double) -> Double" type="(Double, Double) -> Double"
(param_decl math.h:693:21 kind="local" mutable=false name="" type="Double")
(param_decl math.h:693:29 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:751:1 modifiers="foreign, implicit" name="rinttol" signature="rinttol(_ : Double) -> Int" type="(Double) -> Int"
(param_decl math.h:751:25 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:753:1 modifiers="foreign, implicit" name="roundtol" signature="roundtol(_ : Double) -> Int" type="(Double) -> Int"
(param_decl math.h:753:26 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:755:1 modifiers="foreign, implicit" name="drem" signature="drem(_ : Double, _ : Double) -> Double" type="(Double, Double) -> Double"
(param_decl math.h:755:20 kind="local" mutable=false name="" type="Double")
(param_decl math.h:755:28 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:757:1 modifiers="foreign, implicit" name="finite" signature="finite(_ : Double) -> Int32" type="(Double) -> Int32"
(param_decl math.h:757:19 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:759:1 modifiers="foreign, implicit" name="gamma" signature="gamma(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:759:21 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:761:1 modifiers="foreign, implicit" name="significand" signature="significand(_ : Double) -> Double" type="(Double) -> Double"
(param_decl math.h:761:27 kind="local" mutable=false name="" type="Double"))
(func_decl math.h:772:1 modifiers="foreign, implicit" name="matherr" signature="matherr(_ : *exception) -> Int32" type="(*exception) -> Int32"
(param_decl math.h:772:20 kind="local" mutable=false name="" type="*exception"))
(func_decl string.h:70:1 modifiers="foreign, implicit" name="memchr" signature="memchr(_ : *Void, _ : Int32, _ : UInt) -> *Void" type="(*Void, Int32, UInt) -> *Void"
(param_decl string.h:70:14 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:70:31 kind="local" mutable=false name="" type="Int32")
(param_decl string.h:70:40 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:71:1 modifiers="foreign, implicit" name="memcmp" signature="memcmp(_ : *Void, _ : *Void, _ : UInt) -> Int32" type="(*Void, *Void, UInt) -> Int32"
(param_decl string.h:71:13 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:71:31 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:71:49 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:72:1 modifiers="foreign, implicit" name="memcpy" signature="memcpy(_ : *Void, _ : *Void, _ : UInt) -> *Void" type="(*Void, *Void, UInt) -> *Void"
(param_decl string.h:72:14 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:72:27 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:72:46 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:73:1 modifiers="foreign, implicit" name="memmove" signature="memmove(_ : *Void, _ : *Void, _ : UInt) -> *Void" type="(*Void, *Void, UInt) -> *Void"
(param_decl string.h:73:15 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:73:28 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:73:47 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:74:1 modifiers="foreign, implicit" name="memset" signature="memset(_ : *Void, _ : Int32, _ : UInt) -> *Void" type="(*Void, Int32, UInt) -> *Void"
(param_decl string.h:74:14 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:74:25 kind="local" mutable=false name="" type="Int32")
(param_decl string.h:74:34 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:75:1 modifiers="foreign, implicit" name="strcat" signature="strcat(_ : *Int8, _ : *Int8) -> *Int8" type="(*Int8, *Int8) -> *Int8"
(param_decl string.h:75:14 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:75:26 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:76:1 modifiers="foreign, implicit" name="strchr" signature="strchr(_ : *Int8, _ : Int32) -> *Int8" type="(*Int8, Int32) -> *Int8"
(param_decl string.h:76:14 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:76:31 kind="local" mutable=false name="" type="Int32"))
(func_decl string.h:77:1 modifiers="foreign, implicit" name="strcmp" signature="strcmp(_ : *Int8, _ : *Int8) -> Int32" type="(*Int8, *Int8) -> Int32"
(param_decl string.h:77:13 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:77:31 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:78:1 modifiers="foreign, implicit" name="strcoll" signature="strcoll(_ : *Int8, _ : *Int8) -> Int32" type="(*Int8, *Int8) -> Int32"
(param_decl string.h:78:14 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:78:32 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:79:1 modifiers="foreign, implicit" name="strcpy" signature="strcpy(_ : *Int8, _ : *Int8) -> *Int8" type="(*Int8, *Int8) -> *Int8"
(param_decl string.h:79:14 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:79:27 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:80:1 modifiers="foreign, implicit" name="strcspn" signature="strcspn(_ : *Int8, _ : *Int8) -> UInt" type="(*Int8, *Int8) -> UInt"
(param_decl string.h:80:17 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:80:34 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:81:1 modifiers="foreign, implicit" name="strerror" signature="strerror(_ : Int32) -> *Int8" type="(Int32) -> *Int8"
(param_decl string.h:81:16 kind="local" mutable=false name="" type="Int32"))
(func_decl string.h:82:1 modifiers="foreign, implicit" name="strlen" signature="strlen(_ : *Int8) -> UInt" type="(*Int8) -> UInt"
(param_decl string.h:82:16 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:83:1 modifiers="foreign, implicit" name="strncat" signature="strncat(_ : *Int8, _ : *Int8, _ : UInt) -> *Int8" type="(*Int8, *Int8, UInt) -> *Int8"
(param_decl string.h:83:15 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:83:27 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:83:45 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:84:1 modifiers="foreign, implicit" name="strncmp" signature="strncmp(_ : *Int8, _ : *Int8, _ : UInt) -> Int32" type="(*Int8, *Int8, UInt) -> Int32"
(param_decl string.h:84:14 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:84:32 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:84:50 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:85:1 modifiers="foreign, implicit" name="strncpy" signature="strncpy(_ : *Int8, _ : *Int8, _ : UInt) -> *Int8" type="(*Int8, *Int8, UInt) -> *Int8"
(param_decl string.h:85:15 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:85:28 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:85:47 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:86:1 modifiers="foreign, implicit" name="strpbrk" signature="strpbrk(_ : *Int8, _ : *Int8) -> *Int8" type="(*Int8, *Int8) -> *Int8"
(param_decl string.h:86:15 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:86:32 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:87:1 modifiers="foreign, implicit" name="strrchr" signature="strrchr(_ : *Int8, _ : Int32) -> *Int8" type="(*Int8, Int32) -> *Int8"
(param_decl string.h:87:15 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:87:32 kind="local" mutable=false name="" type="Int32"))
(func_decl string.h:88:1 modifiers="foreign, implicit" name="strspn" signature="strspn(_ : *Int8, _ : *Int8) -> UInt" type="(*Int8, *Int8) -> UInt"
(param_decl string.h:88:16 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:88:33 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:89:1 modifiers="foreign, implicit" name="strstr" signature="strstr(_ : *Int8, _ : *Int8) -> *Int8" type="(*Int8, *Int8) -> *Int8"
(param_decl string.h:89:14 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:89:33 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:90:1 modifiers="foreign, implicit" name="strtok" signature="strtok(_ : *Int8, _ : *Int8) -> *Int8" type="(*Int8, *Int8) -> *Int8"
(param_decl string.h:90:14 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:90:27 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:91:1 modifiers="foreign, implicit" name="strxfrm" signature="strxfrm(_ : *Int8, _ : *Int8, _ : UInt) -> UInt" type="(*Int8, *Int8, UInt) -> UInt"
(param_decl string.h:91:17 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:91:29 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:91:47 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:104:1 modifiers="foreign, implicit" name="strtok_r" signature="strtok_r(_ : *Int8, _ : *Int8, _ : **Int8) -> *Int8" type="(*Int8, *Int8, **Int8) -> *Int8"
(param_decl string.h:104:16 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:104:29 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:104:48 kind="local" mutable=false name="" type="**Int8"))
(func_decl string.h:116:1 modifiers="foreign, implicit" name="strerror_r" signature="strerror_r(_ : Int32, _ : *Int8, _ : Int) -> Int32" type="(Int32, *Int8, Int) -> Int32"
(param_decl string.h:116:17 kind="local" mutable=false name="" type="Int32")
(param_decl string.h:116:31 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:116:50 kind="local" mutable=false name="" type="Int"))
(func_decl string.h:117:1 modifiers="foreign, implicit" name="strdup" signature="strdup(_ : *Int8) -> *Int8" type="(*Int8) -> *Int8"
(param_decl string.h:117:14 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:118:1 modifiers="foreign, implicit" name="memccpy" signature="memccpy(_ : *Void, _ : *Void, _ : Int32, _ : Int) -> *Void" type="(*Void, *Void, Int32, Int) -> *Void"
(param_decl string.h:118:15 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:118:28 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:118:47 kind="local" mutable=false name="" type="Int32")
(param_decl string.h:118:56 kind="local" mutable=false name="" type="Int"))
(func_decl string.h:130:1 modifiers="foreign, implicit" name="stpcpy" signature="stpcpy(_ : *Int8, _ : *Int8) -> *Int8" type="(*Int8, *Int8) -> *Int8"
(param_decl string.h:130:14 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:130:27 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:131:1 modifiers="foreign, implicit" name="stpncpy" signature="stpncpy(_ : *Int8, _ : *Int8, _ : UInt) -> *Int8" type="(*Int8, *Int8, UInt) -> *Int8"
(param_decl string.h:131:18 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:131:31 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:131:50 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:132:1 modifiers="foreign, implicit" name="strndup" signature="strndup(_ : *Int8, _ : UInt) -> *Int8" type="(*Int8, UInt) -> *Int8"
(param_decl string.h:132:15 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:132:33 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:133:1 modifiers="foreign, implicit" name="strnlen" signature="strnlen(_ : *Int8, _ : Int) -> Int" type="(*Int8, Int) -> Int"
(param_decl string.h:133:18 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:133:36 kind="local" mutable=false name="" type="Int"))
(func_decl string.h:134:1 modifiers="foreign, implicit" name="strsignal" signature="strsignal(_ : Int32) -> *Int8" type="(Int32) -> *Int8"
(param_decl string.h:134:17 kind="local" mutable=false name="" type="Int32"))
(func_decl string.h:145:1 modifiers="foreign, implicit" name="memset_s" signature="memset_s(_ : *Void, _ : Int, _ : Int32, _ : Int) -> errno_t" type="(*Void, Int, Int32, Int) -> errno_t"
(param_decl string.h:145:18 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:145:29 kind="local" mutable=false name="" type="Int")
(param_decl string.h:145:45 kind="local" mutable=false name="" type="Int32")
(param_decl string.h:145:54 kind="local" mutable=false name="" type="Int"))
(func_decl string.h:155:1 modifiers="foreign, implicit" name="memmem" signature="memmem(_ : *Void, _ : Int, _ : *Void, _ : Int) -> *Void" type="(*Void, Int, *Void, Int) -> *Void"
(param_decl string.h:155:14 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:155:33 kind="local" mutable=false name="" type="Int")
(param_decl string.h:155:51 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:155:73 kind="local" mutable=false name="" type="Int"))
(func_decl string.h:156:1 modifiers="foreign, implicit" name="memset_pattern4" signature="memset_pattern4(_ : *Void, _ : *Void, _ : Int)" type="(*Void, *Void, Int) -> Void"
(param_decl string.h:156:26 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:156:37 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:156:61 kind="local" mutable=false name="" type="Int"))
(func_decl string.h:157:1 modifiers="foreign, implicit" name="memset_pattern8" signature="memset_pattern8(_ : *Void, _ : *Void, _ : Int)" type="(*Void, *Void, Int) -> Void"
(param_decl string.h:157:26 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:157:37 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:157:61 kind="local" mutable=false name="" type="Int"))
(func_decl string.h:158:1 modifiers="foreign, implicit" name="memset_pattern16" signature="memset_pattern16(_ : *Void, _ : *Void, _ : Int)" type="(*Void, *Void, Int) -> Void"
(param_decl string.h:158:27 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:158:38 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:158:63 kind="local" mutable=false name="" type="Int"))
(func_decl string.h:160:1 modifiers="foreign, implicit" name="strcasestr" signature="strcasestr(_ : *Int8, _ : *Int8) -> *Int8" type="(*Int8, *Int8) -> *Int8"
(param_decl string.h:160:18 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:160:37 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:161:1 modifiers="foreign, implicit" name="strnstr" signature="strnstr(_ : *Int8, _ : *Int8, _ : Int) -> *Int8" type="(*Int8, *Int8, Int) -> *Int8"
(param_decl string.h:161:15 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:161:34 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:161:56 kind="local" mutable=false name="" type="Int"))
(func_decl string.h:162:1 modifiers="foreign, implicit" name="strlcat" signature="strlcat(_ : *Int8, _ : *Int8, _ : UInt) -> UInt" type="(*Int8, *Int8, UInt) -> UInt"
(param_decl string.h:162:17 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:162:30 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:162:52 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:163:1 modifiers="foreign, implicit" name="strlcpy" signature="strlcpy(_ : *Int8, _ : *Int8, _ : UInt) -> UInt" type="(*Int8, *Int8, UInt) -> UInt"
(param_decl string.h:163:17 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:163:30 kind="local" mutable=false name="" type="*Int8")
(param_decl string.h:163:52 kind="local" mutable=false name="" type="UInt"))
(func_decl string.h:164:1 modifiers="foreign, implicit" name="strmode" signature="strmode(_ : Int32, _ : *Int8)" type="(Int32, *Int8) -> Void"
(param_decl string.h:164:15 kind="local" mutable=false name="" type="Int32")
(param_decl string.h:164:27 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:165:1 modifiers="foreign, implicit" name="strsep" signature="strsep(_ : **Int8, _ : *Int8) -> *Int8" type="(**Int8, *Int8) -> *Int8"
(param_decl string.h:165:14 kind="local" mutable=false name="" type="**Int8")
(param_decl string.h:165:32 kind="local" mutable=false name="" type="*Int8"))
(func_decl string.h:168:1 modifiers="foreign, implicit" name="swab" signature="swab(_ : *Void, _ : *Void, _ : Int)" type="(*Void, *Void, Int) -> Void"
(param_decl string.h:168:12 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:168:37 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:168:56 kind="local" mutable=false name="" type="Int"))
(func_decl string.h:171:1 modifiers="foreign, implicit" name="timingsafe_bcmp" signature="timingsafe_bcmp(_ : *Void, _ : *Void, _ : Int) -> Int32" type="(*Void, *Void, Int) -> Int32"
(param_decl string.h:174:21 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:174:39 kind="local" mutable=false name="" type="*Void")
(param_decl string.h:174:57 kind="local" mutable=false name="" type="Int"))
(func_decl strings.h:70:1 modifiers="foreign, implicit" name="bcmp" signature="bcmp(_ : *Void, _ : *Void, _ : Int) -> Int32" type="(*Void, *Void, Int) -> Int32"
(param_decl strings.h:70:11 kind="local" mutable=false name="" type="*Void")
(param_decl strings.h:70:25 kind="local" mutable=false name="" type="*Void")
(param_decl strings.h:70:39 kind="local" mutable=false name="" type="Int"))
(func_decl strings.h:71:1 modifiers="foreign, implicit" name="bcopy" signature="bcopy(_ : *Void, _ : *Void, _ : Int)" type="(*Void, *Void, Int) -> Void"
(param_decl strings.h:71:13 kind="local" mutable=false name="" type="*Void")
(param_decl strings.h:71:27 kind="local" mutable=false name="" type="*Void")
(param_decl strings.h:71:35 kind="local" mutable=false name="" type="Int"))
(func_decl strings.h:72:1 modifiers="foreign, implicit" name="bzero" signature="bzero(_ : *Void, _ : UInt)" type="(*Void, UInt) -> Void"
(param_decl strings.h:72:13 kind="local" mutable=false name="" type="*Void")
(param_decl strings.h:72:21 kind="local" mutable=false name="" type="UInt"))
(func_decl strings.h:73:1 modifiers="foreign, implicit" name="index" signature="index(_ : *Int8, _ : Int32) -> *Int8" type="(*Int8, Int32) -> *Int8"
(param_decl strings.h:73:13 kind="local" mutable=false name="" type="*Int8")
(param_decl strings.h:73:27 kind="local" mutable=false name="" type="Int32"))
(func_decl strings.h:74:1 modifiers="foreign, implicit" name="rindex" signature="rindex(_ : *Int8, _ : Int32) -> *Int8" type="(*Int8, Int32) -> *Int8"
(param_decl strings.h:74:14 kind="local" mutable=false name="" type="*Int8")
(param_decl strings.h:74:28 kind="local" mutable=false name="" type="Int32"))
(func_decl strings.h:77:1 modifiers="foreign, implicit" name="ffs" signature="ffs(_ : Int32) -> Int32" type="(Int32) -> Int32"
(param_decl strings.h:77:10 kind="local" mutable=false name="" type="Int32"))
(func_decl strings.h:78:1 modifiers="foreign, implicit" name="strcasecmp" signature="strcasecmp(_ : *Int8, _ : *Int8) -> Int32" type="(*Int8, *Int8) -> Int32"
(param_decl strings.h:78:17 kind="local" mutable=false name="" type="*Int8")
(param_decl strings.h:78:31 kind="local" mutable=false name="" type="*Int8"))
(func_decl strings.h:79:1 modifiers="foreign, implicit" name="strncasecmp" signature="strncasecmp(_ : *Int8, _ : *Int8, _ : UInt) -> Int32" type="(*Int8, *Int8, UInt) -> Int32"
(param_decl strings.h:79:18 kind="local" mutable=false name="" type="*Int8")
(param_decl strings.h:79:32 kind="local" mutable=false name="" type="*Int8")
(param_decl strings.h:79:46 kind="local" mutable=false name="" type="UInt"))
(func_decl strings.h:85:1 modifiers="foreign, implicit" name="ffsl" signature="ffsl(_ : Int) -> Int32" type="(Int) -> Int32"
(param_decl strings.h:85:11 kind="local" mutable=false name="" type="Int"))
(func_decl strings.h:86:1 modifiers="foreign, implicit" name="ffsll" signature="ffsll(_ : Int) -> Int32" type="(Int) -> Int32"
(param_decl strings.h:86:12 kind="local" mutable=false name="" type="Int"))
(func_decl strings.h:87:1 modifiers="foreign, implicit" name="fls" signature="fls(_ : Int32) -> Int32" type="(Int32) -> Int32"
(param_decl strings.h:87:10 kind="local" mutable=false name="" type="Int32"))
(func_decl strings.h:88:1 modifiers="foreign, implicit" name="flsl" signature="flsl(_ : Int) -> Int32" type="(Int) -> Int32"
(param_decl strings.h:88:11 kind="local" mutable=false name="" type="Int"))
(func_decl strings.h:89:1 modifiers="foreign, implicit" name="flsll" signature="flsll(_ : Int) -> Int32" type="(Int) -> Int32"
(param_decl strings.h:89:12 kind="local" mutable=false name="" type="Int"))
(func_decl sched.h:38:1 modifiers="foreign, implicit" name="sched_yield" signature="sched_yield() -> Int32" type="() -> Int32")
(func_decl sched.h:39:1 modifiers="foreign, implicit" name="sched_get_priority_min" signature="sched_get_priority_min(_ : Int32) -> Int32" type="(Int32) -> Int32"
(param_decl sched.h:39:35 kind="local" mutable=false name="" type="Int32"))
(func_decl sched.h:40:1 modifiers="foreign, implicit" name="sched_get_priority_max" signature="sched_get_priority_max(_ : Int32) -> Int32" type="(Int32) -> Int32"
(param_decl sched.h:40:35 kind="local" mutable=false name="" type="Int32"))
(func_decl time.h:107:1 modifiers="foreign, implicit" name="asctime" signature="asctime(_ : *tm) -> *Int8" type="(*tm) -> *Int8"
(param_decl time.h:107:15 kind="local" mutable=false name="" type="*tm"))
(func_decl time.h:108:1 modifiers="foreign, implicit" name="clock" signature="clock() -> clock_t" type="() -> clock_t")
(func_decl time.h:109:1 modifiers="foreign, implicit" name="ctime" signature="ctime(_ : *time_t) -> *Int8" type="(*time_t) -> *Int8"
(param_decl time.h:109:13 kind="local" mutable=false name="" type="*time_t"))
(func_decl time.h:110:1 modifiers="foreign, implicit" name="difftime" signature="difftime(_ : time_t, _ : time_t) -> Double" type="(time_t, time_t) -> Double"
(param_decl time.h:110:17 kind="local" mutable=false name="" type="time_t")
(param_decl time.h:110:25 kind="local" mutable=false name="" type="time_t"))
(func_decl time.h:111:1 modifiers="foreign, implicit" name="getdate" signature="getdate(_ : *Int8) -> *tm" type="(*Int8) -> *tm"
(param_decl time.h:111:20 kind="local" mutable=false name="" type="*Int8"))
(func_decl time.h:112:1 modifiers="foreign, implicit" name="gmtime" signature="gmtime(_ : *time_t) -> *tm" type="(*time_t) -> *tm"
(param_decl time.h:112:19 kind="local" mutable=false name="" type="*time_t"))
(func_decl time.h:113:1 modifiers="foreign, implicit" name="localtime" signature="localtime(_ : *time_t) -> *tm" type="(*time_t) -> *tm"
(param_decl time.h:113:22 kind="local" mutable=false name="" type="*time_t"))
(func_decl time.h:114:1 modifiers="foreign, implicit" name="mktime" signature="mktime(_ : *tm) -> time_t" type="(*tm) -> time_t"
(param_decl time.h:114:15 kind="local" mutable=false name="" type="*tm"))
(func_decl time.h:115:1 modifiers="foreign, implicit" name="strftime" signature="strftime(_ : *Int8, _ : Int, _ : *Int8, _ : *tm) -> Int" type="(*Int8, Int, *Int8, *tm) -> Int"
(param_decl time.h:115:17 kind="local" mutable=false name="" type="*Int8")
(param_decl time.h:115:36 kind="local" mutable=false name="" type="Int")
(param_decl time.h:115:44 kind="local" mutable=false name="" type="*Int8")
(param_decl time.h:115:69 kind="local" mutable=false name="" type="*tm"))
(func_decl time.h:116:1 modifiers="foreign, implicit" name="strptime" signature="strptime(_ : *Int8, _ : *Int8, _ : *tm) -> *Int8" type="(*Int8, *Int8, *tm) -> *Int8"
(param_decl time.h:116:16 kind="local" mutable=false name="" type="*Int8")
(param_decl time.h:116:41 kind="local" mutable=false name="" type="*Int8")
(param_decl time.h:116:66 kind="local" mutable=false name="" type="*tm"))
(func_decl time.h:117:1 modifiers="foreign, implicit" name="time" signature="time(_ : *time_t) -> time_t" type="(*time_t) -> time_t"
(param_decl time.h:117:13 kind="local" mutable=false name="" type="*time_t"))
(func_decl time.h:120:1 modifiers="foreign, implicit" name="tzset" signature="tzset()" type="() -> Void")
(func_decl time.h:124:1 modifiers="foreign, implicit" name="asctime_r" signature="asctime_r(_ : *tm, _ : *Int8) -> *Int8" type="(*tm, *Int8) -> *Int8"
(param_decl time.h:124:17 kind="local" mutable=false name="" type="*tm")
(param_decl time.h:124:47 kind="local" mutable=false name="" type="*Int8"))
(func_decl time.h:125:1 modifiers="foreign, implicit" name="ctime_r" signature="ctime_r(_ : *time_t, _ : *Int8) -> *Int8" type="(*time_t, *Int8) -> *Int8"
(param_decl time.h:125:15 kind="local" mutable=false name="" type="*time_t")
(param_decl time.h:125:31 kind="local" mutable=false name="" type="*Int8"))
(func_decl time.h:126:1 modifiers="foreign, implicit" name="gmtime_r" signature="gmtime_r(_ : *time_t, _ : *tm) -> *tm" type="(*time_t, *tm) -> *tm"
(param_decl time.h:126:21 kind="local" mutable=false name="" type="*time_t")
(param_decl time.h:126:48 kind="local" mutable=false name="" type="*tm"))
(func_decl time.h:127:1 modifiers="foreign, implicit" name="localtime_r" signature="localtime_r(_ : *time_t, _ : *tm) -> *tm" type="(*time_t, *tm) -> *tm"
(param_decl time.h:127:24 kind="local" mutable=false name="" type="*time_t")
(param_decl time.h:127:51 kind="local" mutable=false name="" type="*tm"))
(func_decl time.h:130:1 modifiers="foreign, implicit" name="posix2time" signature="posix2time(_ : time_t) -> time_t" type="(time_t) -> time_t"
(param_decl time.h:130:19 kind="local" mutable=false name="" type="time_t"))
(func_decl time.h:134:1 modifiers="foreign, implicit" name="tzsetwall" signature="tzsetwall()" type="() -> Void")
(func_decl time.h:135:1 modifiers="foreign, implicit" name="time2posix" signature="time2posix(_ : time_t) -> time_t" type="(time_t) -> time_t"
(param_decl time.h:135:19 kind="local" mutable=false name="" type="time_t"))
(func_decl time.h:136:1 modifiers="foreign, implicit" name="timelocal" signature="timelocal(_ : *tm) -> time_t" type="(*tm) -> time_t"
(param_decl time.h:136:18 kind="local" mutable=false name="" type="*tm"))
(func_decl time.h:137:1 modifiers="foreign, implicit" name="timegm" signature="timegm(_ : *tm) -> time_t" type="(*tm) -> time_t"
(param_decl time.h:137:15 kind="local" mutable=false name="" type="*tm"))
(func_decl time.h:141:1 modifiers="foreign, implicit" name="nanosleep" signature="nanosleep(_ : *timespec, _ : *timespec) -> Int32" type="(*timespec, *timespec) -> Int32"
(param_decl time.h:141:15 kind="local" mutable=false name="" type="*timespec")
(param_decl time.h:141:46 kind="local" mutable=false name="" type="*timespec"))
(func_decl time.h:173:1 modifiers="foreign, implicit" name="clock_getres" signature="clock_getres(_ : clockid_t, _ : *timespec) -> Int32" type="(clockid_t, *timespec) -> Int32"
(param_decl time.h:174:18 kind="local" mutable=false name="" type="clockid_t")
(param_decl time.h:174:40 kind="local" mutable=false name="" type="*timespec"))
(func_decl time.h:176:1 modifiers="foreign, implicit" name="clock_gettime" signature="clock_gettime(_ : clockid_t, _ : *timespec) -> Int32" type="(clockid_t, *timespec) -> Int32"
(param_decl time.h:177:19 kind="local" mutable=false name="" type="clockid_t")
(param_decl time.h:177:41 kind="local" mutable=false name="" type="*timespec"))
(func_decl time.h:180:1 modifiers="foreign, implicit" name="clock_gettime_nsec_np" signature="clock_gettime_nsec_np(_ : clockid_t) -> __uint64_t" type="(clockid_t) -> __uint64_t"
(param_decl time.h:181:34 kind="local" mutable=false name="" type="clockid_t"))
(func_decl time.h:184:1 modifiers="foreign, implicit" name="clock_settime" signature="clock_settime(_ : clockid_t, _ : *timespec) -> Int32" type="(clockid_t, *timespec) -> Int32"
(param_decl time.h:186:19 kind="local" mutable=false name="" type="clockid_t")
(param_decl time.h:186:41 kind="local" mutable=false name="" type="*timespec"))
(func_decl qos.h:168:1 modifiers="foreign, implicit" name="qos_class_self" signature="qos_class_self() -> qos_class_t" type="() -> qos_class_t")
(func_decl qos.h:190:1 modifiers="foreign, implicit" name="qos_class_main" signature="qos_class_main() -> qos_class_t" type="() -> qos_class_t")
(func_decl qos.h:79:1 modifiers="foreign, implicit" name="pthread_attr_set_qos_class_np" signature="pthread_attr_set_qos_class_np(_ : *pthread_attr_t, _ : qos_class_t, _ : Int32) -> Int32" type="(*pthread_attr_t, qos_class_t, Int32) -> Int32"
(param_decl qos.h:81:31 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl qos.h:82:3 kind="local" mutable=false name="" type="qos_class_t")
(param_decl qos.h:82:28 kind="local" mutable=false name="" type="Int32"))
(func_decl qos.h:110:1 modifiers="foreign, implicit" name="pthread_attr_get_qos_class_np" signature="pthread_attr_get_qos_class_np(_ : *pthread_attr_t, _ : *qos_class_t, _ : *Int32) -> Int32" type="(*pthread_attr_t, *qos_class_t, *Int32) -> Int32"
(param_decl qos.h:112:31 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl qos.h:113:3 kind="local" mutable=false name="" type="*qos_class_t")
(param_decl qos.h:114:3 kind="local" mutable=false name="" type="*Int32"))
(func_decl qos.h:151:1 modifiers="foreign, implicit" name="pthread_set_qos_class_self_np" signature="pthread_set_qos_class_self_np(_ : qos_class_t, _ : Int32) -> Int32" type="(qos_class_t, Int32) -> Int32"
(param_decl qos.h:153:31 kind="local" mutable=false name="" type="qos_class_t")
(param_decl qos.h:154:3 kind="local" mutable=false name="" type="Int32"))
(func_decl qos.h:182:1 modifiers="foreign, implicit" name="pthread_get_qos_class_np" signature="pthread_get_qos_class_np(_ : pthread_t, _ : *qos_class_t, _ : *Int32) -> Int32" type="(pthread_t, *qos_class_t, *Int32) -> Int32"
(param_decl qos.h:184:26 kind="local" mutable=false name="" type="pthread_t")
(param_decl qos.h:185:3 kind="local" mutable=false name="" type="*qos_class_t")
(param_decl qos.h:186:3 kind="local" mutable=false name="" type="*Int32"))
(func_decl qos.h:261:1 modifiers="foreign, implicit" name="pthread_override_qos_class_start_np" signature="pthread_override_qos_class_start_np(_ : pthread_t, _ : qos_class_t, _ : Int32) -> pthread_override_t" type="(pthread_t, qos_class_t, Int32) -> pthread_override_t"
(param_decl qos.h:263:37 kind="local" mutable=false name="" type="pthread_t")
(param_decl qos.h:264:3 kind="local" mutable=false name="" type="qos_class_t")
(param_decl qos.h:264:28 kind="local" mutable=false name="" type="Int32"))
(func_decl qos.h:289:1 modifiers="foreign, implicit" name="pthread_override_qos_class_end_np" signature="pthread_override_qos_class_end_np(_ : pthread_override_t) -> Int32" type="(pthread_override_t) -> Int32"
(param_decl qos.h:291:35 kind="local" mutable=false name="" type="pthread_override_t"))
(func_decl pthread.h:215:1 modifiers="foreign, implicit" name="pthread_atfork" signature="pthread_atfork(_ : () -> Void, _ : () -> Void, _ : () -> Void) -> Int32" type="(() -> Void, () -> Void, () -> Void) -> Int32"
(param_decl pthread.h:216:20 kind="local" mutable=false name="" type="() -> Void")
(param_decl pthread.h:216:46 kind="local" mutable=false name="" type="() -> Void")
(param_decl pthread.h:217:3 kind="local" mutable=false name="" type="() -> Void"))
(func_decl pthread.h:219:1 modifiers="foreign, implicit" name="pthread_attr_destroy" signature="pthread_attr_destroy(_ : *pthread_attr_t) -> Int32" type="(*pthread_attr_t) -> Int32"
(param_decl pthread.h:220:26 kind="local" mutable=false name="" type="*pthread_attr_t"))
(func_decl pthread.h:222:1 modifiers="foreign, implicit" name="pthread_attr_getdetachstate" signature="pthread_attr_getdetachstate(_ : *pthread_attr_t, _ : *Int32) -> Int32" type="(*pthread_attr_t, *Int32) -> Int32"
(param_decl pthread.h:223:33 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:223:57 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:225:1 modifiers="foreign, implicit" name="pthread_attr_getguardsize" signature="pthread_attr_getguardsize(_ : *pthread_attr_t, _ : *Int) -> Int32" type="(*pthread_attr_t, *Int) -> Int32"
(param_decl pthread.h:226:31 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:226:66 kind="local" mutable=false name="" type="*Int"))
(func_decl pthread.h:228:1 modifiers="foreign, implicit" name="pthread_attr_getinheritsched" signature="pthread_attr_getinheritsched(_ : *pthread_attr_t, _ : *Int32) -> Int32" type="(*pthread_attr_t, *Int32) -> Int32"
(param_decl pthread.h:229:34 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:229:69 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:231:1 modifiers="foreign, implicit" name="pthread_attr_getschedparam" signature="pthread_attr_getschedparam(_ : *pthread_attr_t, _ : *sched_param) -> Int32" type="(*pthread_attr_t, *sched_param) -> Int32"
(param_decl pthread.h:232:32 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:233:3 kind="local" mutable=false name="" type="*sched_param"))
(func_decl pthread.h:235:1 modifiers="foreign, implicit" name="pthread_attr_getschedpolicy" signature="pthread_attr_getschedpolicy(_ : *pthread_attr_t, _ : *Int32) -> Int32" type="(*pthread_attr_t, *Int32) -> Int32"
(param_decl pthread.h:236:33 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:236:68 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:238:1 modifiers="foreign, implicit" name="pthread_attr_getscope" signature="pthread_attr_getscope(_ : *pthread_attr_t, _ : *Int32) -> Int32" type="(*pthread_attr_t, *Int32) -> Int32"
(param_decl pthread.h:239:27 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:239:62 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:241:1 modifiers="foreign, implicit" name="pthread_attr_getstack" signature="pthread_attr_getstack(_ : *pthread_attr_t, _ : **Void, _ : *Int) -> Int32" type="(*pthread_attr_t, **Void, *Int) -> Int32"
(param_decl pthread.h:242:27 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:243:3 kind="local" mutable=false name="" type="**Void")
(param_decl pthread.h:243:43 kind="local" mutable=false name="" type="*Int"))
(func_decl pthread.h:245:1 modifiers="foreign, implicit" name="pthread_attr_getstackaddr" signature="pthread_attr_getstackaddr(_ : *pthread_attr_t, _ : **Void) -> Int32" type="(*pthread_attr_t, **Void) -> Int32"
(param_decl pthread.h:246:31 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:247:3 kind="local" mutable=false name="" type="**Void"))
(func_decl pthread.h:249:1 modifiers="foreign, implicit" name="pthread_attr_getstacksize" signature="pthread_attr_getstacksize(_ : *pthread_attr_t, _ : *Int) -> Int32" type="(*pthread_attr_t, *Int) -> Int32"
(param_decl pthread.h:250:31 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:250:66 kind="local" mutable=false name="" type="*Int"))
(func_decl pthread.h:252:1 modifiers="foreign, implicit" name="pthread_attr_init" signature="pthread_attr_init(_ : *pthread_attr_t) -> Int32" type="(*pthread_attr_t) -> Int32"
(param_decl pthread.h:253:23 kind="local" mutable=false name="" type="*pthread_attr_t"))
(func_decl pthread.h:255:1 modifiers="foreign, implicit" name="pthread_attr_setdetachstate" signature="pthread_attr_setdetachstate(_ : *pthread_attr_t, _ : Int32) -> Int32" type="(*pthread_attr_t, Int32) -> Int32"
(param_decl pthread.h:256:33 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:256:51 kind="local" mutable=false name="" type="Int32"))
(func_decl pthread.h:258:1 modifiers="foreign, implicit" name="pthread_attr_setguardsize" signature="pthread_attr_setguardsize(_ : *pthread_attr_t, _ : Int) -> Int32" type="(*pthread_attr_t, Int) -> Int32"
(param_decl pthread.h:259:31 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:259:49 kind="local" mutable=false name="" type="Int"))
(func_decl pthread.h:261:1 modifiers="foreign, implicit" name="pthread_attr_setinheritsched" signature="pthread_attr_setinheritsched(_ : *pthread_attr_t, _ : Int32) -> Int32" type="(*pthread_attr_t, Int32) -> Int32"
(param_decl pthread.h:262:34 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:262:52 kind="local" mutable=false name="" type="Int32"))
(func_decl pthread.h:264:1 modifiers="foreign, implicit" name="pthread_attr_setschedparam" signature="pthread_attr_setschedparam(_ : *pthread_attr_t, _ : *sched_param) -> Int32" type="(*pthread_attr_t, *sched_param) -> Int32"
(param_decl pthread.h:265:32 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:266:3 kind="local" mutable=false name="" type="*sched_param"))
(func_decl pthread.h:268:1 modifiers="foreign, implicit" name="pthread_attr_setschedpolicy" signature="pthread_attr_setschedpolicy(_ : *pthread_attr_t, _ : Int32) -> Int32" type="(*pthread_attr_t, Int32) -> Int32"
(param_decl pthread.h:269:33 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:269:51 kind="local" mutable=false name="" type="Int32"))
(func_decl pthread.h:271:1 modifiers="foreign, implicit" name="pthread_attr_setscope" signature="pthread_attr_setscope(_ : *pthread_attr_t, _ : Int32) -> Int32" type="(*pthread_attr_t, Int32) -> Int32"
(param_decl pthread.h:272:27 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:272:45 kind="local" mutable=false name="" type="Int32"))
(func_decl pthread.h:274:1 modifiers="foreign, implicit" name="pthread_attr_setstack" signature="pthread_attr_setstack(_ : *pthread_attr_t, _ : *Void, _ : Int) -> Int32" type="(*pthread_attr_t, *Void, Int) -> Int32"
(param_decl pthread.h:275:27 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:275:45 kind="local" mutable=false name="" type="*Void")
(param_decl pthread.h:275:53 kind="local" mutable=false name="" type="Int"))
(func_decl pthread.h:277:1 modifiers="foreign, implicit" name="pthread_attr_setstackaddr" signature="pthread_attr_setstackaddr(_ : *pthread_attr_t, _ : *Void) -> Int32" type="(*pthread_attr_t, *Void) -> Int32"
(param_decl pthread.h:278:31 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:278:49 kind="local" mutable=false name="" type="*Void"))
(func_decl pthread.h:280:1 modifiers="foreign, implicit" name="pthread_attr_setstacksize" signature="pthread_attr_setstacksize(_ : *pthread_attr_t, _ : Int) -> Int32" type="(*pthread_attr_t, Int) -> Int32"
(param_decl pthread.h:281:31 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:281:49 kind="local" mutable=false name="" type="Int"))
(func_decl pthread.h:283:1 modifiers="foreign, implicit" name="pthread_cancel" signature="pthread_cancel(_ : pthread_t) -> Int32" type="(pthread_t) -> Int32"
(param_decl pthread.h:284:20 kind="local" mutable=false name="" type="pthread_t"))
(func_decl pthread.h:286:1 modifiers="foreign, implicit" name="pthread_cond_broadcast" signature="pthread_cond_broadcast(_ : *pthread_cond_t) -> Int32" type="(*pthread_cond_t) -> Int32"
(param_decl pthread.h:287:28 kind="local" mutable=false name="" type="*pthread_cond_t"))
(func_decl pthread.h:289:1 modifiers="foreign, implicit" name="pthread_cond_destroy" signature="pthread_cond_destroy(_ : *pthread_cond_t) -> Int32" type="(*pthread_cond_t) -> Int32"
(param_decl pthread.h:290:26 kind="local" mutable=false name="" type="*pthread_cond_t"))
(func_decl pthread.h:292:1 modifiers="foreign, implicit" name="pthread_cond_init" signature="pthread_cond_init(_ : *pthread_cond_t, _ : *pthread_condattr_t) -> Int32" type="(*pthread_cond_t, *pthread_condattr_t) -> Int32"
(param_decl pthread.h:294:3 kind="local" mutable=false name="" type="*pthread_cond_t")
(param_decl pthread.h:295:3 kind="local" mutable=false name="" type="*pthread_condattr_t"))
(func_decl pthread.h:298:1 modifiers="foreign, implicit" name="pthread_cond_signal" signature="pthread_cond_signal(_ : *pthread_cond_t) -> Int32" type="(*pthread_cond_t) -> Int32"
(param_decl pthread.h:299:25 kind="local" mutable=false name="" type="*pthread_cond_t"))
(func_decl pthread.h:301:1 modifiers="foreign, implicit" name="pthread_cond_timedwait" signature="pthread_cond_timedwait(_ : *pthread_cond_t, _ : *pthread_mutex_t, _ : *timespec) -> Int32" type="(*pthread_cond_t, *pthread_mutex_t, *timespec) -> Int32"
(param_decl pthread.h:303:3 kind="local" mutable=false name="" type="*pthread_cond_t")
(param_decl pthread.h:303:32 kind="local" mutable=false name="" type="*pthread_mutex_t")
(param_decl pthread.h:304:3 kind="local" mutable=false name="" type="*timespec"))
(func_decl pthread.h:307:1 modifiers="foreign, implicit" name="pthread_cond_wait" signature="pthread_cond_wait(_ : *pthread_cond_t, _ : *pthread_mutex_t) -> Int32" type="(*pthread_cond_t, *pthread_mutex_t) -> Int32"
(param_decl pthread.h:308:23 kind="local" mutable=false name="" type="*pthread_cond_t")
(param_decl pthread.h:309:3 kind="local" mutable=false name="" type="*pthread_mutex_t"))
(func_decl pthread.h:311:1 modifiers="foreign, implicit" name="pthread_condattr_destroy" signature="pthread_condattr_destroy(_ : *pthread_condattr_t) -> Int32" type="(*pthread_condattr_t) -> Int32"
(param_decl pthread.h:312:30 kind="local" mutable=false name="" type="*pthread_condattr_t"))
(func_decl pthread.h:314:1 modifiers="foreign, implicit" name="pthread_condattr_init" signature="pthread_condattr_init(_ : *pthread_condattr_t) -> Int32" type="(*pthread_condattr_t) -> Int32"
(param_decl pthread.h:315:27 kind="local" mutable=false name="" type="*pthread_condattr_t"))
(func_decl pthread.h:317:1 modifiers="foreign, implicit" name="pthread_condattr_getpshared" signature="pthread_condattr_getpshared(_ : *pthread_condattr_t, _ : *Int32) -> Int32" type="(*pthread_condattr_t, *Int32) -> Int32"
(param_decl pthread.h:318:33 kind="local" mutable=false name="" type="*pthread_condattr_t")
(param_decl pthread.h:319:3 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:321:1 modifiers="foreign, implicit" name="pthread_condattr_setpshared" signature="pthread_condattr_setpshared(_ : *pthread_condattr_t, _ : Int32) -> Int32" type="(*pthread_condattr_t, Int32) -> Int32"
(param_decl pthread.h:322:33 kind="local" mutable=false name="" type="*pthread_condattr_t")
(param_decl pthread.h:322:55 kind="local" mutable=false name="" type="Int32"))
(func_decl pthread.h:324:1 modifiers="foreign, implicit" name="pthread_create" signature="pthread_create(_ : *pthread_t, _ : *pthread_attr_t, _ : (*Void) -> *Void, _ : *Void) -> Int32" type="(*pthread_t, *pthread_attr_t, (*Void) -> *Void, *Void) -> Int32"
(param_decl pthread.h:326:20 kind="local" mutable=false name="" type="*pthread_t")
(param_decl pthread.h:327:3 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:328:3 kind="local" mutable=false name="" type="(*Void) -> *Void")
(param_decl pthread.h:329:3 kind="local" mutable=false name="" type="*Void"))
(func_decl pthread.h:336:1 modifiers="foreign, implicit" name="pthread_detach" signature="pthread_detach(_ : pthread_t) -> Int32" type="(pthread_t) -> Int32"
(param_decl pthread.h:337:20 kind="local" mutable=false name="" type="pthread_t"))
(func_decl pthread.h:339:1 modifiers="foreign, implicit" name="pthread_equal" signature="pthread_equal(_ : pthread_t, _ : pthread_t) -> Int32" type="(pthread_t, pthread_t) -> Int32"
(param_decl pthread.h:340:19 kind="local" mutable=false name="" type="pthread_t")
(param_decl pthread.h:340:40 kind="local" mutable=false name="" type="pthread_t"))
(func_decl pthread.h:342:1 modifiers="foreign, implicit, noreturn" name="pthread_exit" signature="pthread_exit(_ : *Void)" type="(*Void) -> Void"
(param_decl pthread.h:343:19 kind="local" mutable=false name="" type="*Void"))
(func_decl pthread.h:345:1 modifiers="foreign, implicit" name="pthread_getconcurrency" signature="pthread_getconcurrency() -> Int32" type="() -> Int32")
(func_decl pthread.h:348:1 modifiers="foreign, implicit" name="pthread_getschedparam" signature="pthread_getschedparam(_ : pthread_t, _ : *Int32, _ : *sched_param) -> Int32" type="(pthread_t, *Int32, *sched_param) -> Int32"
(param_decl pthread.h:349:27 kind="local" mutable=false name="" type="pthread_t")
(param_decl pthread.h:349:39 kind="local" mutable=false name="" type="*Int32")
(param_decl pthread.h:350:3 kind="local" mutable=false name="" type="*sched_param"))
(func_decl pthread.h:352:1 modifiers="foreign, implicit" name="pthread_getspecific" signature="pthread_getspecific(_ : pthread_key_t) -> *Void" type="(pthread_key_t) -> *Void"
(param_decl pthread.h:353:37 kind="local" mutable=false name="" type="pthread_key_t"))
(func_decl pthread.h:355:1 modifiers="foreign, implicit" name="pthread_join" signature="pthread_join(_ : pthread_t, _ : **Void) -> Int32" type="(pthread_t, **Void) -> Int32"
(param_decl pthread.h:356:18 kind="local" mutable=false name="" type="pthread_t")
(param_decl pthread.h:356:30 kind="local" mutable=false name="" type="**Void"))
(func_decl pthread.h:359:1 modifiers="foreign, implicit" name="pthread_key_create" signature="pthread_key_create(_ : *pthread_key_t, _ : (*Void) -> Void) -> Int32" type="(*pthread_key_t, (*Void) -> Void) -> Int32"
(param_decl pthread.h:360:24 kind="local" mutable=false name="" type="*pthread_key_t")
(param_decl pthread.h:360:41 kind="local" mutable=false name="" type="(*Void) -> Void"))
(func_decl pthread.h:362:1 modifiers="foreign, implicit" name="pthread_key_delete" signature="pthread_key_delete(_ : pthread_key_t) -> Int32" type="(pthread_key_t) -> Int32"
(param_decl pthread.h:363:24 kind="local" mutable=false name="" type="pthread_key_t"))
(func_decl pthread.h:365:1 modifiers="foreign, implicit" name="pthread_mutex_destroy" signature="pthread_mutex_destroy(_ : *pthread_mutex_t) -> Int32" type="(*pthread_mutex_t) -> Int32"
(param_decl pthread.h:366:27 kind="local" mutable=false name="" type="*pthread_mutex_t"))
(func_decl pthread.h:368:1 modifiers="foreign, implicit" name="pthread_mutex_getprioceiling" signature="pthread_mutex_getprioceiling(_ : *pthread_mutex_t, _ : *Int32) -> Int32" type="(*pthread_mutex_t, *Int32) -> Int32"
(param_decl pthread.h:369:34 kind="local" mutable=false name="" type="*pthread_mutex_t")
(param_decl pthread.h:370:3 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:372:1 modifiers="foreign, implicit" name="pthread_mutex_init" signature="pthread_mutex_init(_ : *pthread_mutex_t, _ : *pthread_mutexattr_t) -> Int32" type="(*pthread_mutex_t, *pthread_mutexattr_t) -> Int32"
(param_decl pthread.h:373:24 kind="local" mutable=false name="" type="*pthread_mutex_t")
(param_decl pthread.h:374:3 kind="local" mutable=false name="" type="*pthread_mutexattr_t"))
(func_decl pthread.h:376:1 modifiers="foreign, implicit" name="pthread_mutex_lock" signature="pthread_mutex_lock(_ : *pthread_mutex_t) -> Int32" type="(*pthread_mutex_t) -> Int32"
(param_decl pthread.h:377:24 kind="local" mutable=false name="" type="*pthread_mutex_t"))
(func_decl pthread.h:379:1 modifiers="foreign, implicit" name="pthread_mutex_setprioceiling" signature="pthread_mutex_setprioceiling(_ : *pthread_mutex_t, _ : Int32, _ : *Int32) -> Int32" type="(*pthread_mutex_t, Int32, *Int32) -> Int32"
(param_decl pthread.h:380:34 kind="local" mutable=false name="" type="*pthread_mutex_t")
(param_decl pthread.h:380:64 kind="local" mutable=false name="" type="Int32")
(param_decl pthread.h:381:3 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:383:1 modifiers="foreign, implicit" name="pthread_mutex_trylock" signature="pthread_mutex_trylock(_ : *pthread_mutex_t) -> Int32" type="(*pthread_mutex_t) -> Int32"
(param_decl pthread.h:384:27 kind="local" mutable=false name="" type="*pthread_mutex_t"))
(func_decl pthread.h:386:1 modifiers="foreign, implicit" name="pthread_mutex_unlock" signature="pthread_mutex_unlock(_ : *pthread_mutex_t) -> Int32" type="(*pthread_mutex_t) -> Int32"
(param_decl pthread.h:387:26 kind="local" mutable=false name="" type="*pthread_mutex_t"))
(func_decl pthread.h:389:1 modifiers="foreign, implicit" name="pthread_mutexattr_destroy" signature="pthread_mutexattr_destroy(_ : *pthread_mutexattr_t) -> Int32" type="(*pthread_mutexattr_t) -> Int32"
(param_decl pthread.h:390:31 kind="local" mutable=false name="" type="*pthread_mutexattr_t"))
(func_decl pthread.h:392:1 modifiers="foreign, implicit" name="pthread_mutexattr_getprioceiling" signature="pthread_mutexattr_getprioceiling(_ : *pthread_mutexattr_t, _ : *Int32) -> Int32" type="(*pthread_mutexattr_t, *Int32) -> Int32"
(param_decl pthread.h:393:38 kind="local" mutable=false name="" type="*pthread_mutexattr_t")
(param_decl pthread.h:394:3 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:396:1 modifiers="foreign, implicit" name="pthread_mutexattr_getprotocol" signature="pthread_mutexattr_getprotocol(_ : *pthread_mutexattr_t, _ : *Int32) -> Int32" type="(*pthread_mutexattr_t, *Int32) -> Int32"
(param_decl pthread.h:397:35 kind="local" mutable=false name="" type="*pthread_mutexattr_t")
(param_decl pthread.h:398:3 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:400:1 modifiers="foreign, implicit" name="pthread_mutexattr_getpshared" signature="pthread_mutexattr_getpshared(_ : *pthread_mutexattr_t, _ : *Int32) -> Int32" type="(*pthread_mutexattr_t, *Int32) -> Int32"
(param_decl pthread.h:401:34 kind="local" mutable=false name="" type="*pthread_mutexattr_t")
(param_decl pthread.h:402:3 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:404:1 modifiers="foreign, implicit" name="pthread_mutexattr_gettype" signature="pthread_mutexattr_gettype(_ : *pthread_mutexattr_t, _ : *Int32) -> Int32" type="(*pthread_mutexattr_t, *Int32) -> Int32"
(param_decl pthread.h:405:31 kind="local" mutable=false name="" type="*pthread_mutexattr_t")
(param_decl pthread.h:406:3 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:408:1 modifiers="foreign, implicit" name="pthread_mutexattr_init" signature="pthread_mutexattr_init(_ : *pthread_mutexattr_t) -> Int32" type="(*pthread_mutexattr_t) -> Int32"
(param_decl pthread.h:409:28 kind="local" mutable=false name="" type="*pthread_mutexattr_t"))
(func_decl pthread.h:411:1 modifiers="foreign, implicit" name="pthread_mutexattr_setprioceiling" signature="pthread_mutexattr_setprioceiling(_ : *pthread_mutexattr_t, _ : Int32) -> Int32" type="(*pthread_mutexattr_t, Int32) -> Int32"
(param_decl pthread.h:412:38 kind="local" mutable=false name="" type="*pthread_mutexattr_t")
(param_decl pthread.h:412:61 kind="local" mutable=false name="" type="Int32"))
(func_decl pthread.h:414:1 modifiers="foreign, implicit" name="pthread_mutexattr_setprotocol" signature="pthread_mutexattr_setprotocol(_ : *pthread_mutexattr_t, _ : Int32) -> Int32" type="(*pthread_mutexattr_t, Int32) -> Int32"
(param_decl pthread.h:415:35 kind="local" mutable=false name="" type="*pthread_mutexattr_t")
(param_decl pthread.h:415:58 kind="local" mutable=false name="" type="Int32"))
(func_decl pthread.h:417:1 modifiers="foreign, implicit" name="pthread_mutexattr_setpshared" signature="pthread_mutexattr_setpshared(_ : *pthread_mutexattr_t, _ : Int32) -> Int32" type="(*pthread_mutexattr_t, Int32) -> Int32"
(param_decl pthread.h:418:34 kind="local" mutable=false name="" type="*pthread_mutexattr_t")
(param_decl pthread.h:418:57 kind="local" mutable=false name="" type="Int32"))
(func_decl pthread.h:420:1 modifiers="foreign, implicit" name="pthread_mutexattr_settype" signature="pthread_mutexattr_settype(_ : *pthread_mutexattr_t, _ : Int32) -> Int32" type="(*pthread_mutexattr_t, Int32) -> Int32"
(param_decl pthread.h:421:31 kind="local" mutable=false name="" type="*pthread_mutexattr_t")
(param_decl pthread.h:421:54 kind="local" mutable=false name="" type="Int32"))
(func_decl pthread.h:424:1 modifiers="foreign, implicit" name="pthread_once" signature="pthread_once(_ : *pthread_once_t, _ : () -> Void) -> Int32" type="(*pthread_once_t, () -> Void) -> Int32"
(param_decl pthread.h:425:18 kind="local" mutable=false name="" type="*pthread_once_t")
(param_decl pthread.h:425:36 kind="local" mutable=false name="" type="() -> Void"))
(func_decl pthread.h:427:1 modifiers="foreign, implicit" name="pthread_rwlock_destroy" signature="pthread_rwlock_destroy(_ : *pthread_rwlock_t) -> Int32" type="(*pthread_rwlock_t) -> Int32"
(param_decl pthread.h:428:28 kind="local" mutable=false name="" type="*pthread_rwlock_t"))
(func_decl pthread.h:430:1 modifiers="foreign, implicit" name="pthread_rwlock_init" signature="pthread_rwlock_init(_ : *pthread_rwlock_t, _ : *pthread_rwlockattr_t) -> Int32" type="(*pthread_rwlock_t, *pthread_rwlockattr_t) -> Int32"
(param_decl pthread.h:431:25 kind="local" mutable=false name="" type="*pthread_rwlock_t")
(param_decl pthread.h:432:3 kind="local" mutable=false name="" type="*pthread_rwlockattr_t"))
(func_decl pthread.h:435:1 modifiers="foreign, implicit" name="pthread_rwlock_rdlock" signature="pthread_rwlock_rdlock(_ : *pthread_rwlock_t) -> Int32" type="(*pthread_rwlock_t) -> Int32"
(param_decl pthread.h:436:27 kind="local" mutable=false name="" type="*pthread_rwlock_t"))
(func_decl pthread.h:438:1 modifiers="foreign, implicit" name="pthread_rwlock_tryrdlock" signature="pthread_rwlock_tryrdlock(_ : *pthread_rwlock_t) -> Int32" type="(*pthread_rwlock_t) -> Int32"
(param_decl pthread.h:439:30 kind="local" mutable=false name="" type="*pthread_rwlock_t"))
(func_decl pthread.h:441:1 modifiers="foreign, implicit" name="pthread_rwlock_trywrlock" signature="pthread_rwlock_trywrlock(_ : *pthread_rwlock_t) -> Int32" type="(*pthread_rwlock_t) -> Int32"
(param_decl pthread.h:442:30 kind="local" mutable=false name="" type="*pthread_rwlock_t"))
(func_decl pthread.h:444:1 modifiers="foreign, implicit" name="pthread_rwlock_wrlock" signature="pthread_rwlock_wrlock(_ : *pthread_rwlock_t) -> Int32" type="(*pthread_rwlock_t) -> Int32"
(param_decl pthread.h:445:27 kind="local" mutable=false name="" type="*pthread_rwlock_t"))
(func_decl pthread.h:447:1 modifiers="foreign, implicit" name="pthread_rwlock_unlock" signature="pthread_rwlock_unlock(_ : *pthread_rwlock_t) -> Int32" type="(*pthread_rwlock_t) -> Int32"
(param_decl pthread.h:448:27 kind="local" mutable=false name="" type="*pthread_rwlock_t"))
(func_decl pthread.h:450:1 modifiers="foreign, implicit" name="pthread_rwlockattr_destroy" signature="pthread_rwlockattr_destroy(_ : *pthread_rwlockattr_t) -> Int32" type="(*pthread_rwlockattr_t) -> Int32"
(param_decl pthread.h:451:32 kind="local" mutable=false name="" type="*pthread_rwlockattr_t"))
(func_decl pthread.h:453:1 modifiers="foreign, implicit" name="pthread_rwlockattr_getpshared" signature="pthread_rwlockattr_getpshared(_ : *pthread_rwlockattr_t, _ : *Int32) -> Int32" type="(*pthread_rwlockattr_t, *Int32) -> Int32"
(param_decl pthread.h:454:35 kind="local" mutable=false name="" type="*pthread_rwlockattr_t")
(param_decl pthread.h:455:3 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:457:1 modifiers="foreign, implicit" name="pthread_rwlockattr_init" signature="pthread_rwlockattr_init(_ : *pthread_rwlockattr_t) -> Int32" type="(*pthread_rwlockattr_t) -> Int32"
(param_decl pthread.h:458:29 kind="local" mutable=false name="" type="*pthread_rwlockattr_t"))
(func_decl pthread.h:460:1 modifiers="foreign, implicit" name="pthread_rwlockattr_setpshared" signature="pthread_rwlockattr_setpshared(_ : *pthread_rwlockattr_t, _ : Int32) -> Int32" type="(*pthread_rwlockattr_t, Int32) -> Int32"
(param_decl pthread.h:461:35 kind="local" mutable=false name="" type="*pthread_rwlockattr_t")
(param_decl pthread.h:461:59 kind="local" mutable=false name="" type="Int32"))
(func_decl pthread.h:463:1 modifiers="foreign, implicit" name="pthread_self" signature="pthread_self() -> pthread_t" type="() -> pthread_t")
(func_decl pthread.h:466:1 modifiers="foreign, implicit" name="pthread_setcancelstate" signature="pthread_setcancelstate(_ : Int32, _ : *Int32) -> Int32" type="(Int32, *Int32) -> Int32"
(param_decl pthread.h:467:28 kind="local" mutable=false name="" type="Int32")
(param_decl pthread.h:467:34 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:470:1 modifiers="foreign, implicit" name="pthread_setcanceltype" signature="pthread_setcanceltype(_ : Int32, _ : *Int32) -> Int32" type="(Int32, *Int32) -> Int32"
(param_decl pthread.h:471:27 kind="local" mutable=false name="" type="Int32")
(param_decl pthread.h:471:33 kind="local" mutable=false name="" type="*Int32"))
(func_decl pthread.h:474:1 modifiers="foreign, implicit" name="pthread_setconcurrency" signature="pthread_setconcurrency(_ : Int32) -> Int32" type="(Int32) -> Int32"
(param_decl pthread.h:475:28 kind="local" mutable=false name="" type="Int32"))
(func_decl pthread.h:477:1 modifiers="foreign, implicit" name="pthread_setschedparam" signature="pthread_setschedparam(_ : pthread_t, _ : Int32, _ : *sched_param) -> Int32" type="(pthread_t, Int32, *sched_param) -> Int32"
(param_decl pthread.h:478:27 kind="local" mutable=false name="" type="pthread_t")
(param_decl pthread.h:478:38 kind="local" mutable=false name="" type="Int32")
(param_decl pthread.h:478:43 kind="local" mutable=false name="" type="*sched_param"))
(func_decl pthread.h:480:1 modifiers="foreign, implicit" name="pthread_setspecific" signature="pthread_setspecific(_ : pthread_key_t, _ : *Void) -> Int32" type="(pthread_key_t, *Void) -> Int32"
(param_decl pthread.h:481:25 kind="local" mutable=false name="" type="pthread_key_t")
(param_decl pthread.h:481:41 kind="local" mutable=false name="" type="*Void"))
(func_decl pthread.h:483:1 modifiers="foreign, implicit" name="pthread_testcancel" signature="pthread_testcancel()" type="() -> Void")
(func_decl pthread.h:489:1 modifiers="foreign, implicit" name="pthread_is_threaded_np" signature="pthread_is_threaded_np() -> Int32" type="() -> Int32")
(func_decl pthread.h:492:1 modifiers="foreign, implicit" name="pthread_threadid_np" signature="pthread_threadid_np(_ : pthread_t, _ : *__uint64_t) -> Int32" type="(pthread_t, *__uint64_t) -> Int32"
(param_decl pthread.h:493:25 kind="local" mutable=false name="" type="pthread_t")
(param_decl pthread.h:493:45 kind="local" mutable=false name="" type="*__uint64_t"))
(func_decl pthread.h:496:1 modifiers="foreign, implicit" name="pthread_getname_np" signature="pthread_getname_np(_ : pthread_t, _ : *Int8, _ : Int) -> Int32" type="(pthread_t, *Int8, Int) -> Int32"
(param_decl pthread.h:497:24 kind="local" mutable=false name="" type="pthread_t")
(param_decl pthread.h:497:34 kind="local" mutable=false name="" type="*Int8")
(param_decl pthread.h:497:40 kind="local" mutable=false name="" type="Int"))
(func_decl pthread.h:499:1 modifiers="foreign, implicit" name="pthread_setname_np" signature="pthread_setname_np(_ : *Int8) -> Int32" type="(*Int8) -> Int32"
(param_decl pthread.h:500:24 kind="local" mutable=false name="" type="*Int8"))
(func_decl pthread.h:503:1 modifiers="foreign, implicit" name="pthread_main_np" signature="pthread_main_np() -> Int32" type="() -> Int32")
(func_decl pthread.h:507:1 modifiers="foreign, implicit" name="pthread_mach_thread_np" signature="pthread_mach_thread_np(_ : pthread_t) -> mach_port_t" type="(pthread_t) -> mach_port_t"
(param_decl pthread.h:508:36 kind="local" mutable=false name="" type="pthread_t"))
(func_decl pthread.h:510:1 modifiers="foreign, implicit" name="pthread_get_stacksize_np" signature="pthread_get_stacksize_np(_ : pthread_t) -> Int" type="(pthread_t) -> Int"
(param_decl pthread.h:511:33 kind="local" mutable=false name="" type="pthread_t"))
(func_decl pthread.h:513:1 modifiers="foreign, implicit" name="pthread_get_stackaddr_np" signature="pthread_get_stackaddr_np(_ : pthread_t) -> *Void" type="(pthread_t) -> *Void"
(param_decl pthread.h:514:32 kind="local" mutable=false name="" type="pthread_t"))
(func_decl pthread.h:517:1 modifiers="foreign, implicit" name="pthread_cond_signal_thread_np" signature="pthread_cond_signal_thread_np(_ : *pthread_cond_t, _ : pthread_t) -> Int32" type="(*pthread_cond_t, pthread_t) -> Int32"
(param_decl pthread.h:518:35 kind="local" mutable=false name="" type="*pthread_cond_t")
(param_decl pthread.h:518:53 kind="local" mutable=false name="" type="pthread_t"))
(func_decl pthread.h:521:1 modifiers="foreign, implicit" name="pthread_cond_timedwait_relative_np" signature="pthread_cond_timedwait_relative_np(_ : *pthread_cond_t, _ : *pthread_mutex_t, _ : *timespec) -> Int32" type="(*pthread_cond_t, *pthread_mutex_t, *timespec) -> Int32"
(param_decl pthread.h:522:40 kind="local" mutable=false name="" type="*pthread_cond_t")
(param_decl pthread.h:522:58 kind="local" mutable=false name="" type="*pthread_mutex_t")
(param_decl pthread.h:523:3 kind="local" mutable=false name="" type="*timespec"))
(func_decl pthread.h:526:1 modifiers="foreign, implicit" name="pthread_create_suspended_np" signature="pthread_create_suspended_np(_ : *pthread_t, _ : *pthread_attr_t, _ : (*Void) -> *Void, _ : *Void) -> Int32" type="(*pthread_t, *pthread_attr_t, (*Void) -> *Void, *Void) -> Int32"
(param_decl pthread.h:529:3 kind="local" mutable=false name="" type="*pthread_t")
(param_decl pthread.h:529:35 kind="local" mutable=false name="" type="*pthread_attr_t")
(param_decl pthread.h:530:3 kind="local" mutable=false name="" type="(*Void) -> *Void")
(param_decl pthread.h:530:52 kind="local" mutable=false name="" type="*Void"))
(func_decl pthread.h:536:1 modifiers="foreign, implicit" name="pthread_kill" signature="pthread_kill(_ : pthread_t, _ : Int32) -> Int32" type="(pthread_t, Int32) -> Int32"
(param_decl pthread.h:537:18 kind="local" mutable=false name="" type="pthread_t")
(param_decl pthread.h:537:29 kind="local" mutable=false name="" type="Int32"))
(func_decl pthread.h:539:1 modifiers="foreign, implicit" name="pthread_from_mach_thread_np" signature="pthread_from_mach_thread_np(_ : mach_port_t) -> pthread_t" type="(mach_port_t) -> pthread_t"
(param_decl pthread.h:540:49 kind="local" mutable=false name="" type="mach_port_t"))
(func_decl pthread.h:542:1 modifiers="foreign, implicit" name="pthread_sigmask" signature="pthread_sigmask(_ : Int32, _ : *sigset_t, _ : *sigset_t) -> Int32" type="(Int32, *sigset_t, *sigset_t) -> Int32"
(param_decl pthread.h:543:21 kind="local" mutable=false name="" type="Int32")
(param_decl pthread.h:543:26 kind="local" mutable=false name="" type="*sigset_t")
(param_decl pthread.h:543:54 kind="local" mutable=false name="" type="*sigset_t"))
(func_decl pthread.h:546:1 modifiers="foreign, implicit" name="pthread_yield_np" signature="pthread_yield_np()" type="() -> Void")
(func_decl _fd_def.h:52:1 modifiers="foreign, implicit" name="__darwin_fd_isset" signature="__darwin_fd_isset(_ : Int32, _ : *fd_set) -> Int32" type="(Int32, *fd_set) -> Int32"
(param_decl _fd_def.h:53:19 kind="local" mutable=false name="" type="Int32")
(param_decl _fd_def.h:53:27 kind="local" mutable=false name="" type="*fd_set"))
(func_decl time.h:189:1 modifiers="foreign, implicit" name="adjtime" signature="adjtime(_ : *timeval, _ : *timeval) -> Int32" type="(*timeval, *timeval) -> Int32"
(param_decl time.h:189:13 kind="local" mutable=false name="" type="*timeval")
(param_decl time.h:189:37 kind="local" mutable=false name="" type="*timeval"))
(func_decl time.h:190:1 modifiers="foreign, implicit" name="futimes" signature="futimes(_ : Int32, _ : *timeval) -> Int32" type="(Int32, *timeval) -> Int32"
(param_decl time.h:190:13 kind="local" mutable=false name="" type="Int32")
(param_decl time.h:190:18 kind="local" mutable=false name="" type="*timeval"))
(func_decl time.h:191:1 modifiers="foreign, implicit" name="lutimes" signature="lutimes(_ : *Int8, _ : *timeval) -> Int32" type="(*Int8, *timeval) -> Int32"
(param_decl time.h:191:13 kind="local" mutable=false name="" type="*Int8")
(param_decl time.h:191:27 kind="local" mutable=false name="" type="*timeval"))
(func_decl time.h:192:1 modifiers="foreign, implicit" name="settimeofday" signature="settimeofday(_ : *timeval, _ : *timezone) -> Int32" type="(*timeval, *timezone) -> Int32"
(param_decl time.h:192:18 kind="local" mutable=false name="" type="*timeval")
(param_decl time.h:192:42 kind="local" mutable=false name="" type="*timezone"))
(func_decl time.h:195:1 modifiers="foreign, implicit" name="getitimer" signature="getitimer(_ : Int32, _ : *itimerval) -> Int32" type="(Int32, *itimerval) -> Int32"
(param_decl time.h:195:15 kind="local" mutable=false name="" type="Int32")
(param_decl time.h:195:20 kind="local" mutable=false name="" type="*itimerval"))
(func_decl time.h:196:1 modifiers="foreign, implicit" name="gettimeofday" signature="gettimeofday(_ : *timeval, _ : *Void) -> Int32" type="(*timeval, *Void) -> Int32"
(param_decl time.h:196:18 kind="local" mutable=false name="" type="*timeval")
(param_decl time.h:196:47 kind="local" mutable=false name="" type="*Void"))
(func_decl _select.h:39:1 modifiers="foreign, implicit" name="select" signature="select(_ : Int32, _ : *fd_set, _ : *fd_set, _ : *fd_set, _ : *timeval) -> Int32" type="(Int32, *fd_set, *fd_set, *fd_set, *timeval) -> Int32"
(param_decl _select.h:39:13 kind="local" mutable=false name="" type="Int32")
(param_decl _select.h:39:18 kind="local" mutable=false name="" type="*fd_set")
(param_decl _select.h:39:39 kind="local" mutable=false name="" type="*fd_set")
(param_decl _select.h:40:3 kind="local" mutable=false name="" type="*fd_set")
(param_decl _select.h:40:24 kind="local" mutable=false name="" type="*timeval"))
(func_decl time.h:200:1 modifiers="foreign, implicit" name="setitimer" signature="setitimer(_ : Int32, _ : *itimerval, _ : *itimerval) -> Int32" type="(Int32, *itimerval, *itimerval) -> Int32"
(param_decl time.h:200:15 kind="local" mutable=false name="" type="Int32")
(param_decl time.h:200:20 kind="local" mutable=false name="" type="*itimerval")
(param_decl time.h:201:3 kind="local" mutable=false name="" type="*itimerval"))
(func_decl time.h:202:1 modifiers="foreign, implicit" name="utimes" signature="utimes(_ : *Int8, _ : *timeval) -> Int32" type="(*Int8, *timeval) -> Int32"
(param_decl time.h:202:12 kind="local" mutable=false name="" type="*Int8")
(param_decl time.h:202:26 kind="local" mutable=false name="" type="*timeval"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment