Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c6361 compiler_match_inner(struct compiler *c, stmt_ty s, pattern_context *pc) in compiler_match_inner() function
6443 int result = compiler_match_inner(c, s, &pc); in compiler_match()