Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c166 static int compiler_visit_slice(struct compiler *, slice_ty,
1124 if (!compiler_visit_slice((C), (V), (CTX))) \
3343 compiler_visit_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_visit_slice() function
/external/python/cpython3/Python/
Dcompile.c183 static int compiler_visit_slice(struct compiler *, slice_ty,
1341 if (!compiler_visit_slice((C), (V), (CTX))) \
4902 compiler_visit_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_visit_slice() function