HOPS
HOPS class reference
ffio.h
Go to the documentation of this file.
1 #ifndef FFIO_H__
2 #define FFIO_H__
3 
4 
5 extern int
6 fill_200 (
7 struct scan_struct *root,
8 struct type_param *param,
9 struct type_200 *t200);
10 
11 extern int
12 fill_201 (struct scan_struct *root,
13 struct type_param *param,
14 struct type_201 *t201);
15 
16 extern int
17 fill_202 (
18 struct vex *root,
19 struct type_param *param,
20 struct type_202 *t202);
21 
22 extern int
23 fill_203 (
24 struct scan_struct *root,
25 struct type_param *param,
26 struct type_203 *t203);
27 
28 extern int
29 fill_204 (
30 struct type_204 *t204);
31 
32 extern int
33 fill_205 (
34 struct scan_struct *root,
35 struct type_pass *pass,
36 struct type_param *param,
37 struct type_203 *t203,
38 struct type_205 *t205);
39 
40 extern int
41 fill_206 (
42 struct scan_struct *root,
43 struct type_pass *pass,
44 struct type_param *param,
45 struct type_status *status,
46 struct type_206 *t206);
47 
48 extern int
49 fill_207 (
50 struct type_pass *pass,
51 struct type_status *status,
52 struct type_param *param,
53 struct type_207 *t207);
54 
55 extern int
56 fill_208 (
57 struct type_pass *pass,
58 struct type_param *param,
59 struct type_status *status,
60 struct type_202 *t202,
61 struct type_208 *t208);
62 
63 extern int
64 fill_210 (
65 struct type_pass *pass,
66 struct type_status *status,
67 struct type_210 *t210);
68 
69 extern int
70 fill_212 (
71 struct type_pass *pass,
72 struct type_status *status,
73 struct type_param *param,
74 int fr,
75 struct type_212 *t212);
76 
77 extern int
78 fill_222(
79 struct type_param *param,
80 struct type_222 **t222);
81 
82 extern int
83 fill_230 (
84 struct type_pass *pass,
85 struct type_param *param,
86 int fr,
87 int ap,
88 struct type_230 *t230);
89 
90 extern int
92 struct vex *root,
93 struct type_pass *pass,
94 char *filename);
95 
96 #endif /* end of include guard: FFIO_H__ */
int fill_210(struct type_pass *pass, struct type_status *status, struct type_210 *t210)
Definition: fill_210.c:24
int fill_206(struct scan_struct *root, struct type_pass *pass, struct type_param *param, struct type_status *status, struct type_206 *t206)
Definition: fill_206.c:22
int fill_203(struct scan_struct *root, struct type_param *param, struct type_203 *t203)
Definition: fill_203.c:24
int fill_212(struct type_pass *pass, struct type_status *status, struct type_param *param, int fr, struct type_212 *t212)
Definition: fill_212.c:20
int fill_207(struct type_pass *pass, struct type_status *status, struct type_param *param, struct type_207 *t207)
Definition: fill_207.c:23
int fill_204(struct type_204 *t204)
Definition: fill_204.c:23
int fill_200(struct scan_struct *root, struct type_param *param, struct type_200 *t200)
Definition: fill_200.c:28
int fill_222(struct type_param *param, struct type_222 **t222)
Definition: fill_222.c:25
int fill_202(struct vex *root, struct type_param *param, struct type_202 *t202)
Definition: fill_202.c:23
int fill_201(struct scan_struct *root, struct type_param *param, struct type_201 *t201)
Definition: fill_201.c:20
int fill_205(struct scan_struct *root, struct type_pass *pass, struct type_param *param, struct type_203 *t203, struct type_205 *t205)
Definition: fill_205.c:22
int fill_fringe_info(struct vex *root, struct type_pass *pass, char *filename)
Definition: fill_fringe_info.c:27
int fill_230(struct type_pass *pass, struct type_param *param, int fr, int ap, struct type_230 *t230)
Definition: fill_230.c:19
int fill_208(struct type_pass *pass, struct type_param *param, struct type_status *status, struct type_202 *t202, struct type_208 *t208)
Definition: fill_208.c:27
struct type_status status
Definition: fourfit3.c:53
struct type_param param
Definition: fourfit3.c:52
Definition: ovex.h:156
Definition: param_struct.h:13
Definition: param_struct.h:111
Definition: pass_struct.h:86
Definition: type_200.h:11
Definition: type_201.h:11
Definition: type_202.h:9
Definition: type_203.h:43
Definition: type_204.h:12
Definition: type_205.h:34
Definition: type_206.h:77
Definition: type_207.h:54
Definition: type_208.h:43
Definition: type_210.h:24
Definition: type_212.h:36
Definition: type_222.h:10
Definition: type_230.h:11
Definition: vex.h:28