Home
last modified time | relevance | path

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

/third_party/python/Python/
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