Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h737 expr_ty _PyAST_SetComp(expr_ty elt, asdl_comprehension_seq * generators, int
/third_party/python/Grammar/
Dpython.gram715 | '{' a=named_expression b=for_if_clauses '}' { _PyAST_SetComp(a, b, EXTRA) }
/third_party/python/Python/
DPython-ast.c2778 _PyAST_SetComp(expr_ty elt, asdl_comprehension_seq * generators, int lineno, in _PyAST_SetComp() function
8532 *out = _PyAST_SetComp(elt, generators, lineno, col_offset, end_lineno, in obj2ast_expr()
/third_party/python/Parser/
Dparser.c15625 _res = _PyAST_SetComp ( a , b , EXTRA ); in setcomp_rule()