Home
last modified time | relevance | path

Searched refs:fb_datum (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dcompile.c96 void *fb_datum; member
1633 f->fb_datum = datum; in compiler_push_fblock()
1691 VISIT_SEQ(c, stmt, info->fb_datum); in compiler_unwind_fblock()
1729 if (info->fb_datum) { in compiler_unwind_fblock()
1736 if (info->fb_datum) { in compiler_unwind_fblock()
1738 compiler_nameop(c, info->fb_datum, Store); in compiler_unwind_fblock()
1739 compiler_nameop(c, info->fb_datum, Del); in compiler_unwind_fblock()