Searched refs:asdl_withitem_seq (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_ast.h | 123 } asdl_withitem_seq; typedef 125 asdl_withitem_seq *_Py_asdl_withitem_seq_new(Py_ssize_t size, PyArena *arena); 270 asdl_withitem_seq *items; 276 asdl_withitem_seq *items; 683 stmt_ty _PyAST_With(asdl_withitem_seq * items, asdl_stmt_seq * body, string 686 stmt_ty _PyAST_AsyncWith(asdl_withitem_seq * items, asdl_stmt_seq * body,
|
/third_party/python/Python/ |
H A D | Python-ast.c | 2293 _PyAST_With(asdl_withitem_seq * items, asdl_stmt_seq * body, string in _PyAST_With() 2313 _PyAST_AsyncWith(asdl_withitem_seq * items, asdl_stmt_seq * body, string in _PyAST_AsyncWith() 7134 asdl_withitem_seq* items; in obj2ast_stmt() 7240 asdl_withitem_seq* items; in obj2ast_stmt()
|
/third_party/python/Parser/ |
H A D | parser.c | 6490 asdl_withitem_seq* a; in with_stmt_rule() 6497 (a = (asdl_withitem_seq*)_gather_51_rule(p)) // ','.with_item+ in with_stmt_rule() 6538 asdl_withitem_seq* a; in with_stmt_rule() 6544 (a = (asdl_withitem_seq*)_gather_53_rule(p)) // ','.with_item+ in with_stmt_rule() 6587 asdl_withitem_seq* a; in with_stmt_rule() 6597 (a = (asdl_withitem_seq*)_gather_55_rule(p)) // ','.with_item+ in with_stmt_rule() 6638 asdl_withitem_seq* a; in with_stmt_rule() 6647 (a = (asdl_withitem_seq*)_gather_57_rule(p)) // ','.with_item+ in with_stmt_rule() [all...] |
Completed in 54 milliseconds