Home
last modified time | relevance | path

Searched defs:basicblock_ (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dcompile.c109 typedef struct basicblock_ { struct
113 struct basicblock_ *b_list; argument
122 struct basicblock_ *b_next; argument
124 unsigned b_return : 1;
126 int b_predecessors;
128 unsigned b_nofallthrough : 1;
130 unsigned b_exit : 1;
132 int b_startdepth;
134 int b_offset;