Lines Matching refs:expr_context_ty
20 typedef enum _expr_context { Load=1, Store=2, Del=3 } expr_context_ty; typedef
341 expr_context_ty ctx;
347 expr_context_ty ctx;
352 expr_context_ty ctx;
357 expr_context_ty ctx;
362 expr_context_ty ctx;
367 expr_context_ty ctx;
633 expr_ty _Py_Attribute(expr_ty value, identifier attr, expr_context_ty ctx, int
637 expr_ty _Py_Subscript(expr_ty value, expr_ty slice, expr_context_ty ctx, int
641 expr_ty _Py_Starred(expr_ty value, expr_context_ty ctx, int lineno, int
645 expr_ty _Py_Name(identifier id, expr_context_ty ctx, int lineno, int
649 expr_ty _Py_List(asdl_seq * elts, expr_context_ty ctx, int lineno, int
653 expr_ty _Py_Tuple(asdl_seq * elts, expr_context_ty ctx, int lineno, int