Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c284 void *fb_datum; member
1943 f->fb_datum = datum; in compiler_push_fblock()
2040 VISIT_SEQ(c, stmt, info->fb_datum); in compiler_unwind_fblock()
2064 SET_LOC(c, (stmt_ty)info->fb_datum); in compiler_unwind_fblock()
2085 if (info->fb_datum) { in compiler_unwind_fblock()
2093 if (info->fb_datum) { in compiler_unwind_fblock()
2095 compiler_nameop(c, info->fb_datum, Store); in compiler_unwind_fblock()
2096 compiler_nameop(c, info->fb_datum, Del); in compiler_unwind_fblock()