Lines Matching refs:withitem_ty
371 GENERATE_ASDL_SEQ_CONSTRUCTOR(withitem, withitem_ty)
1889 withitem_ty* out, PyArena* arena);
3391 withitem_ty
3394 withitem_ty p;
3400 p = (withitem_ty)_PyArena_Malloc(arena, sizeof(*p));
5200 withitem_ty o = (withitem_ty)_o;
7157 withitem_ty val;
7263 withitem_ty val;
11120 obj2ast_withitem(struct ast_state *state, PyObject* obj, withitem_ty* out,