Searched refs:compiler_slice (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | compile.c | 3241 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/ |
D | compile.c | 4854 compiler_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_slice() function 4888 return compiler_slice(c, s, ctx); in compiler_visit_nested_slice() 4915 if (!compiler_slice(c, s, ctx)) in compiler_visit_slice()
|