Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c844 case Call_kind: in append_ast_expr()
Dast_opt.c579 case Call_kind: in astfold_expr()
Dsymtable.c1454 case Call_kind: in symtable_visit_expr()
Dast.c286 case Call_kind: in validate_expr()
1014 case Call_kind: in set_context()
DPython-ast.c2083 p->kind = Call_kind; in Call()
3273 case Call_kind: in ast2obj_expr()
Dcompile.c4467 case Call_kind: in compiler_visit_expr()
/external/python/cpython2/Include/
DPython-ast.h190 Yield_kind=12, Compare_kind=13, Call_kind=14, Repr_kind=15, enumerator
/external/python/cpython3/Include/
DPython-ast.h211 Compare_kind=15, Call_kind=16, Num_kind=17, Str_kind=18, 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()