File: GuardCond.d

package info (click to toggle)
oo2c32 1.5.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 8,748 kB
  • ctags: 5,415
  • sloc: ansic: 95,007; sh: 473; makefile: 344; perl: 57; lisp: 21
file content (154 lines) | stat: -rw-r--r-- 3,789 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
/* file generated by oo2c -- do not edit */
#include "GuardCond.h"
#include "Opcode.h"
#include "SymbolTable.h"

/* local definitions */

/* function prototypes */
void GuardCond__MarkUnreachable(GuardCond__RegionMatrix m, short int count, short int j);
unsigned char GuardCond__InitRegions_CreateRegionInfo_Prefix(GuardCond__RegionInfo ri, Data__Usable value, unsigned char negate);
GuardCond__RegionInfo GuardCond__InitRegions_CreateRegionInfo(Data__Region region, short int *GuardCond__InitRegions_id, GuardCond__RegionSummary *GuardCond__InitRegions_summary);
void GuardCond__InitRegions(Data__Region region, short int *id, GuardCond__RegionSummary summary);
void GuardCond__TransitiveHull(GuardCond__RegionMatrix m, GuardCond__InfoArray r, short int count);
short int GuardCond__Init_CountRegions(Data__Region r);
void GuardCond__Init_AddImplications_Implications(short int i, const GuardCond__Condition *cond, GuardCond__RegionMatrix *GuardCond__Init_m);
void GuardCond__Init_AddImplications(GuardCond__RegionInfo info, short int *GuardCond__Init_count, GuardCond__RegionMatrix *GuardCond__Init_m, Data__Opnd *GuardCond__Init_opnd);
void GuardCond__Init_PropagateGuards(Data__Region r);
void GuardCond__Init_InstrDepImplications(Data__Region r, Data__Opnd *GuardCond__Init_opnd);
unsigned char GuardCond__RemoveDeadReferences_Dead(short int i, GuardCond__RegionSummary *GuardCond__RemoveDeadReferences_s);

/* module and type descriptors */
static const struct {
  int length;
  void* pad;
  const char name[10];
} _n0 = {10, NULL, {"GuardCond"}};
static struct _MD GuardCond_md = {
  NULL, 
  &Kernel__ModuleDesc_td.td, 
  {
    NULL, 
    (const unsigned char*)_n0.name, 
    -1, 
    NULL
  }
};

static const struct {
  int length;
  void* pad;
  const char name[10];
} _n1 = {10, NULL, {"Condition"}};
static const struct {
  int length;
  void* pad;
  _Type btypes[1];
} GuardCond__Condition_tdb = {
  1, 
  NULL, 
  {
    &GuardCond__Condition_td.td
  }
};
static const struct {
  int length;
  void* pad;
  const void* tbprocs[1];
} _tb0 = {0, NULL, {
  NULL
}};
struct _TD GuardCond__Condition_td = {
  NULL,
  &Types__TypeDesc_td.td,
  {
    GuardCond__Condition_tdb.btypes,
    _tb0.tbprocs,
    (const unsigned char*)_n1.name,
    &GuardCond_md.md,
    0, 
    '0', '1',
    sizeof(GuardCond__Condition),
    NULL
  }
};

static const struct {
  int length;
  void* pad;
  const char name[18];
} _n2 = {18, NULL, {"RegionSummaryDesc"}};
static const struct {
  int length;
  void* pad;
  _Type btypes[1];
} GuardCond__RegionSummaryDesc_tdb = {
  1, 
  NULL, 
  {
    &GuardCond__RegionSummaryDesc_td.td
  }
};
static const struct {
  int length;
  void* pad;
  const void* tbprocs[1];
} _tb1 = {0, NULL, {
  NULL
}};
struct _TD GuardCond__RegionSummaryDesc_td = {
  NULL,
  &Types__TypeDesc_td.td,
  {
    GuardCond__RegionSummaryDesc_tdb.btypes,
    _tb1.tbprocs,
    (const unsigned char*)_n2.name,
    &GuardCond_md.md,
    0, 
    '0', '1',
    sizeof(GuardCond__RegionSummaryDesc),
    &GuardCond__Condition_td.td
  }
};

static const struct {
  int length;
  void* pad;
  const char name[15];
} _n3 = {15, NULL, {"RegionInfoDesc"}};
static const struct {
  int length;
  void* pad;
  _Type btypes[2];
} GuardCond__RegionInfoDesc_tdb = {
  2, 
  NULL, 
  {
    &Data__InfoDesc_td.td, 
    &GuardCond__RegionInfoDesc_td.td
  }
};
static const struct {
  int length;
  void* pad;
  const void* tbprocs[1];
} _tb2 = {0, NULL, {
  NULL
}};
struct _TD GuardCond__RegionInfoDesc_td = {
  NULL,
  &Types__TypeDesc_td.td,
  {
    GuardCond__RegionInfoDesc_tdb.btypes,
    _tb2.tbprocs,
    (const unsigned char*)_n3.name,
    &GuardCond_md.md,
    1, 
    '0', '1',
    sizeof(GuardCond__RegionInfoDesc),
    &GuardCond__RegionSummaryDesc_td.td
  }
};

/* local strings */