Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c166 static int compiler_visit_slice(struct compiler *, slice_ty,
1115 if (!compiler_visit_slice((C), (V), (CTX))) \
3342 compiler_visit_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_visit_slice() function