Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dflowgraph.c36 typedef struct _PyCfgBasicblock { struct
41 struct _PyCfgBasicblock *b_list; argument
50 struct _PyCfgBasicblock *b_next; argument
52 int b_iused;
77 struct _PyCfgBasicblock *g_entryblock; argument