Home
last modified time | relevance | path

Searched refs:asdl_withitem_seq (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h123 } 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;
676 stmt_ty _PyAST_With(asdl_withitem_seq * items, asdl_stmt_seq * body, string
679 stmt_ty _PyAST_AsyncWith(asdl_withitem_seq * items, asdl_stmt_seq * body,
/third_party/python/Grammar/
Dpython.gram194 | 'with' '(' a[asdl_withitem_seq*]=','.with_item+ ','? ')' ':' b=block {
196 | 'with' a[asdl_withitem_seq*]=','.with_item+ ':' tc=[TYPE_COMMENT] b=block {
198 | ASYNC 'with' '(' a[asdl_withitem_seq*]=','.with_item+ ','? ')' ':' b=block {
200 | ASYNC 'with' a[asdl_withitem_seq*]=','.with_item+ ':' tc=[TYPE_COMMENT] b=block {
/third_party/python/Python/
DPython-ast.c2278 _PyAST_With(asdl_withitem_seq * items, asdl_stmt_seq * body, string in _PyAST_With()
2298 _PyAST_AsyncWith(asdl_withitem_seq * items, asdl_stmt_seq * body, string in _PyAST_AsyncWith()
6991 asdl_withitem_seq* items; in obj2ast_stmt()
7097 asdl_withitem_seq* items; in obj2ast_stmt()
/third_party/python/Parser/
Dparser.c4630 asdl_withitem_seq* a; in with_stmt_rule()
4637 (a = (asdl_withitem_seq*)_gather_39_rule(p)) // ','.with_item+ in with_stmt_rule()
4678 asdl_withitem_seq* a; in with_stmt_rule()
4684 (a = (asdl_withitem_seq*)_gather_41_rule(p)) // ','.with_item+ in with_stmt_rule()
4727 asdl_withitem_seq* a; in with_stmt_rule()
4737 (a = (asdl_withitem_seq*)_gather_43_rule(p)) // ','.with_item+ in with_stmt_rule()
4778 asdl_withitem_seq* a; in with_stmt_rule()
4787 (a = (asdl_withitem_seq*)_gather_45_rule(p)) // ','.with_item+ in with_stmt_rule()