Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c1869 compiler_function(struct compiler *c, stmt_ty s, int is_async) in compiler_function() function
2981 return compiler_function(c, s, 0); in compiler_visit_stmt()
3057 return compiler_function(c, s, 1); in compiler_visit_stmt()
/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()