Searched refs:_PyAST_GeneratorExp (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_ast.h | 743 expr_ty _PyAST_GeneratorExp(expr_ty elt, asdl_comprehension_seq * generators,
|
/third_party/python/Grammar/ |
D | python.gram | 711 …| '(' a=( assignment_expression | expression !':=') b=for_if_clauses ')' { _PyAST_GeneratorExp(a, …
|
/third_party/python/Python/ |
D | Python-ast.c | 2832 _PyAST_GeneratorExp(expr_ty elt, asdl_comprehension_seq * generators, int in _PyAST_GeneratorExp() function 8686 *out = _PyAST_GeneratorExp(elt, generators, lineno, col_offset, in obj2ast_expr()
|
/third_party/python/Parser/ |
D | parser.c | 15467 _res = _PyAST_GeneratorExp ( a , b , EXTRA ); in genexp_rule()
|