Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3241 compiler_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_slice() function
3329 return compiler_slice(c, s, ctx); in compiler_visit_nested_slice()
3364 if (!compiler_slice(c, s, ctx)) in compiler_visit_slice()
/external/python/cpython3/Python/
Dcompile.c198 static int compiler_slice(struct compiler *, expr_ty);
5109 return compiler_slice(c, e); in compiler_visit_expr1()
5396 compiler_slice(struct compiler *c, expr_ty s) in compiler_slice() function