Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c57 typedef struct basicblock_ { struct
61 struct basicblock_ *b_list; argument
70 struct basicblock_ *b_next; argument
72 unsigned b_seen : 1;
74 unsigned b_return : 1;
76 int b_startdepth;
78 int b_offset;