Home
last modified time | relevance | path

Searched refs:Call_kind (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h190 Yield_kind=12, Compare_kind=13, Call_kind=14, Repr_kind=15, enumerator
/external/python/cpython3/Python/
Dast_unparse.c883 case Call_kind: in append_ast_expr()
Dast_opt.c530 case Call_kind: in astfold_expr()
Dsymtable.c1612 case Call_kind: in symtable_visit_expr()
Dast.c285 case Call_kind: in validate_expr()
1052 case Call_kind: in get_expr_name()
DPython-ast.c2949 p->kind = Call_kind; in Call()
4199 case Call_kind: in ast2obj_expr()
Dcompile.c5068 case Call_kind: in compiler_visit_expr1()
/external/python/cpython3/Include/
DPython-ast.h230 YieldFrom_kind=15, Compare_kind=16, Call_kind=17, enumerator
/external/python/cpython2/Python/
Dsymtable.c1261 case Call_kind: in symtable_visit_expr()
Dast.c419 case Call_kind: in set_context()
DPython-ast.c1784 p->kind = Call_kind; in Call()
2778 case Call_kind: in ast2obj_expr()
Dcompile.c3022 case Call_kind: in compiler_visit_expr()
/external/python/cpython3/Parser/pegen/
Dpegen.c178 case Call_kind: in _PyPegen_get_expr_name()