Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c374 int allow_irrefutable; member
6495 int allow_irrefutable = pc->allow_irrefutable; in compiler_pattern_subpattern() local
6496 pc->allow_irrefutable = 1; in compiler_pattern_subpattern()
6498 pc->allow_irrefutable = allow_irrefutable; in compiler_pattern_subpattern()
6508 if (!pc->allow_irrefutable) { in compiler_pattern_as()
6783 pc->allow_irrefutable = (i == size - 1) && old_pc.allow_irrefutable; in compiler_pattern_or()
7039 pc->allow_irrefutable = m->guard != NULL || i == cases - 1; in compiler_match_inner()