Searched refs:withitem_ty (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_ast.h | 46 typedef struct _withitem *withitem_ty; typedef 122 withitem_ty typed_elements[1]; 818 withitem_ty _PyAST_withitem(expr_ty context_expr, expr_ty optional_vars,
|
/third_party/python/Python/ |
H A D | ast_opt.c | 635 static int astfold_withitem(withitem_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); 1009 astfold_withitem(withitem_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_withitem()
|
H A D | ast.c | 792 withitem_ty item = asdl_seq_GET(stmt->v.With.items, i); in validate_stmt() 803 withitem_ty item = asdl_seq_GET(stmt->v.AsyncWith.items, i); in validate_stmt()
|
H A D | symtable.c | 226 static int symtable_visit_withitem(struct symtable *st, withitem_ty item); 1918 symtable_visit_withitem(struct symtable *st, withitem_ty item) in symtable_visit_withitem()
|
H A D | Python-ast.c | 371 GENERATE_ASDL_SEQ_CONSTRUCTOR(withitem, withitem_ty) 1889 withitem_ty* out, PyArena* arena); 3391 withitem_ty 3394 withitem_ty p; in _PyAST_withitem() 3400 p = (withitem_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_withitem() 5200 withitem_ty o = (withitem_ty)_o; in ast2obj_withitem() 7157 withitem_ty val; in obj2ast_stmt() 7263 withitem_ty val; in obj2ast_stmt() 11120 obj2ast_withitem(struct ast_state *state, PyObject* obj, withitem_ty* ou [all...] |
H A D | compile.c | 5649 withitem_ty item = asdl_seq_GET(s->v.AsyncWith.items, pos); in compiler_async_with() 5755 withitem_ty item = asdl_seq_GET(s->v.With.items, pos); in compiler_with()
|
/third_party/python/Parser/ |
H A D | parser.c | 616 static withitem_ty with_item_rule(Parser *p); 6707 static withitem_ty 6718 withitem_ty _res = NULL; in with_item_rule() 26692 withitem_ty elem; in _loop0_52_rule() 26759 withitem_ty elem; in _gather_51_rule() 26811 withitem_ty elem; in _loop0_54_rule() 26878 withitem_ty elem; in _gather_53_rule() 26930 withitem_ty elem; in _loop0_56_rule() 26997 withitem_ty elem; in _gather_55_rule() 27049 withitem_ty ele in _loop0_58_rule() [all...] |
Completed in 69 milliseconds