Lines Matching refs:func
11 (func (export "f"))
15 (core type $ty (func))
16 (func (export "f")
17 (canon lift (core func $i "f") gc)
22 (import "f" (func $f))
24 (core type $ty (func))
25 (core func $f' (canon lower (func $f) gc (core-type $ty)))
28 (import "" "f" (func $f))
29 (func (export "f")
35 (with "" (instance (export "f" (func $f'))))
38 (func (export "f") (canon lift (core func $i "f")))
42 (instance $b (instantiate $B (with "f" (func $a "f"))))
44 (func (export "f") (alias export $b "f"))
53 (func (export "f"))
57 (core type $ty (func))
58 (func (export "f")
59 (canon lift (core func $i "f"))
64 (import "f" (func $f))
66 (core type $ty (func))
67 (core func $f' (canon lower (func $f) gc (core-type $ty)))
70 (import "" "f" (func $f))
71 (func (export "f")
77 (with "" (instance (export "f" (func $f'))))
80 (func (export "f") (canon lift (core func $i "f")))
84 (instance $b (instantiate $B (with "f" (func $a "f"))))
86 (func (export "f") (alias export $b "f"))
95 (func (export "f"))
99 (core type $ty (func))
100 (func (export "f")
101 (canon lift (core func $i "f") gc)
106 (import "f" (func $f))
108 (core func $f' (canon lower (func $f)))
111 (import "" "f" (func $f))
112 (func (export "f")
118 (with "" (instance (export "f" (func $f'))))
121 (func (export "f") (canon lift (core func $i "f")))
125 (instance $b (instantiate $B (with "f" (func $a "f"))))
127 (func (export "f") (alias export $b "f"))