Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c207 static int compiler_call_helper(struct compiler *c, int n,
2421 if (!compiler_call_helper(c, 2, in compiler_class()
4151 return compiler_call_helper(c, 0, in compiler_call()
4249 compiler_call_helper(struct compiler *c, in compiler_call_helper() function