Searched refs:_PyAST_SetComp (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 748 expr_ty _PyAST_SetComp(expr_ty elt, asdl_comprehension_seq * generators, int
|
| /third_party/python/Grammar/ |
| D | python.gram | 925 | '{' a=named_expression b=for_if_clauses '}' { _PyAST_SetComp(a, b, EXTRA) }
|
| /third_party/python/Python/ |
| D | Python-ast.c | 2815 _PyAST_SetComp(expr_ty elt, asdl_comprehension_seq * generators, int lineno, in _PyAST_SetComp() function 8839 *out = _PyAST_SetComp(elt, generators, lineno, col_offset, end_lineno, in obj2ast_expr()
|
| /third_party/python/Parser/ |
| D | parser.c | 16279 _res = _PyAST_SetComp ( a , b , EXTRA ); in setcomp_rule()
|