Searched refs:compiler_visit_slice (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | compile.c | 166 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/ |
D | compile.c | 183 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
|