Home
last modified time | relevance | path

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

/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c306 static int compiler_match(struct compiler *, stmt_ty);
3538 return compiler_match(c, s); in compiler_visit_stmt()
6438 compiler_match(struct compiler *c, stmt_ty s) in compiler_match() function
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c341 static int compiler_match(struct compiler *, stmt_ty);
3604 return compiler_match(c, s); in compiler_visit_stmt()
6571 compiler_match(struct compiler *c, stmt_ty s) in compiler_match() function