Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c243 int allow_irrefutable; member
5846 int allow_irrefutable = pc->allow_irrefutable; in compiler_pattern_subpattern() local
5847 pc->allow_irrefutable = 1; in compiler_pattern_subpattern()
5849 pc->allow_irrefutable = allow_irrefutable; in compiler_pattern_subpattern()
5859 if (!pc->allow_irrefutable) { in compiler_pattern_as()
6124 pc->allow_irrefutable = (i == size - 1) && old_pc.allow_irrefutable; in compiler_pattern_or()
6379 pc->allow_irrefutable = m->guard != NULL || i == cases - 1; in compiler_match_inner()