Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c199 static int compiler_call_helper(struct compiler *c, int n,
2077 if (!compiler_call_helper(c, 2, in compiler_class()
3576 return compiler_call_helper(c, 0, in compiler_call()
3672 compiler_call_helper(struct compiler *c, in compiler_call_helper() function