Searched refs:compiler_slice (Results 1 – 2 of 2) sorted by relevance
3241 compiler_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_slice() function3329 return compiler_slice(c, s, ctx); in compiler_visit_nested_slice()3364 if (!compiler_slice(c, s, ctx)) in compiler_visit_slice()
198 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