Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c420 static int compiler_call_simple_kw_helper(struct compiler *c,
4897 if (!compiler_call_simple_kw_helper(c, kwds, kwdsl)) { in maybe_optimize_method_call()
5074 compiler_call_simple_kw_helper(struct compiler *c, in compiler_call_simple_kw_helper() function
5138 if (!compiler_call_simple_kw_helper(c, keywords, nkwelts)) { in compiler_call_helper()