Home
last modified time | relevance | path

Searched refs:withitem_ty (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h46 typedef struct _withitem *withitem_ty; typedef
122 withitem_ty typed_elements[1];
807 withitem_ty _PyAST_withitem(expr_ty context_expr, expr_ty optional_vars,
/third_party/python/Python/
Dast.c750 withitem_ty item = asdl_seq_GET(stmt->v.With.items, i); in validate_stmt()
761 withitem_ty item = asdl_seq_GET(stmt->v.AsyncWith.items, i); in validate_stmt()
Dast_opt.c411 static int astfold_withitem(withitem_ty node_, PyArena *ctx_, _PyASTOptimizeState *state);
788 astfold_withitem(withitem_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_withitem()
Dsymtable.c226 static int symtable_visit_withitem(struct symtable *st, withitem_ty item);
1926 symtable_visit_withitem(struct symtable *st, withitem_ty item) in symtable_visit_withitem()
DPython-ast.c369 GENERATE_ASDL_SEQ_CONSTRUCTOR(withitem, withitem_ty)
1874 withitem_ty* out, PyArena* arena);
3354 withitem_ty
3357 withitem_ty p; in _PyAST_withitem()
3363 p = (withitem_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_withitem()
5081 withitem_ty o = (withitem_ty)_o; in ast2obj_withitem()
7014 withitem_ty val; in obj2ast_stmt()
7120 withitem_ty val; in obj2ast_stmt()
10813 obj2ast_withitem(struct ast_state *state, PyObject* obj, withitem_ty* out, in obj2ast_withitem()
Dcompile.c5012 withitem_ty item = asdl_seq_GET(s->v.AsyncWith.items, pos); in compiler_async_with()
5114 withitem_ty item = asdl_seq_GET(s->v.With.items, pos); in compiler_with()
/third_party/python/Grammar/
Dpython.gram204 with_item[withitem_ty]:
/third_party/python/Parser/
Dparser.c538 static withitem_ty with_item_rule(Parser *p);
4847 static withitem_ty
4858 withitem_ty _res = NULL; in with_item_rule()
24251 withitem_ty elem; in _loop0_40_rule()
24318 withitem_ty elem; in _gather_39_rule()
24371 withitem_ty elem; in _loop0_42_rule()
24438 withitem_ty elem; in _gather_41_rule()
24491 withitem_ty elem; in _loop0_44_rule()
24558 withitem_ty elem; in _gather_43_rule()
24611 withitem_ty elem; in _loop0_46_rule()
[all …]