Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c1352 compiler_function(struct compiler *c, stmt_ty s) in compiler_function() function
2085 return compiler_function(c, s); in compiler_visit_stmt()
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c2589 compiler_function(struct compiler *c, stmt_ty s, int is_async) in compiler_function() function
4086 return compiler_function(c, s, 0); in compiler_visit_stmt()
4154 return compiler_function(c, s, 1); in compiler_visit_stmt()