Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c156 void *fb_datum; member
1744 f->fb_datum = datum; in compiler_push_fblock()
1803 VISIT_SEQ(c, stmt, info->fb_datum); in compiler_unwind_fblock()
1828 SET_LOC(c, (stmt_ty)info->fb_datum); in compiler_unwind_fblock()
1849 if (info->fb_datum) { in compiler_unwind_fblock()
1856 if (info->fb_datum) { in compiler_unwind_fblock()
1858 compiler_nameop(c, info->fb_datum, Store); in compiler_unwind_fblock()
1859 compiler_nameop(c, info->fb_datum, Del); in compiler_unwind_fblock()