Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h732 expr_ty _PyAST_Set(asdl_expr_seq * elts, int lineno, int col_offset, int
/third_party/python/Grammar/
Dpython.gram713 set[expr_ty]: '{' a=star_named_expressions '}' { _PyAST_Set(a, EXTRA) }
/third_party/python/Python/
DPython-ast.c2737 _PyAST_Set(asdl_expr_seq * elts, int lineno, int col_offset, int end_lineno, in _PyAST_Set() function
8396 *out = _PyAST_Set(elts, lineno, col_offset, end_lineno, end_col_offset, in obj2ast_expr()
/third_party/python/Parser/
Dparser.c15554 _res = _PyAST_Set ( a , EXTRA ); in set_rule()