Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c239 ExceptStack *b_exceptstack; member
7349 entry->b_exceptstack = except_stack; in label_exception_targets()
7356 except_stack = b->b_exceptstack; in label_exception_targets()
7358 b->b_exceptstack = NULL; in label_exception_targets()
7368 instr->i_target->b_exceptstack = copy; in label_exception_targets()
7387 instr->i_target->b_exceptstack = copy; in label_exception_targets()
7390 instr->i_target->b_exceptstack = except_stack; in label_exception_targets()
7404 b->b_next->b_exceptstack = except_stack; in label_exception_targets()
7415 assert(b->b_exceptstack == NULL); in label_exception_targets()