Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c56 typedef struct basicblock_ { struct
60 struct basicblock_ *b_list; argument
69 struct basicblock_ *b_next; argument
71 unsigned b_seen : 1;
73 unsigned b_return : 1;
75 int b_startdepth;
77 int b_offset;
/external/python/cpython3/Python/
Dcompile.c53 typedef struct basicblock_ { struct
57 struct basicblock_ *b_list; argument
66 struct basicblock_ *b_next; argument
68 unsigned b_seen : 1;
70 unsigned b_return : 1;
72 int b_startdepth;
74 int b_offset;