Home
last modified time | relevance | path

Searched refs:Return_kind (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h178 Return_kind=4, Delete_kind=5, Assign_kind=6, enumerator
/third_party/python/Python/
Dast.c698 case Return_kind: in validate_stmt()
Dast_opt.c683 case Return_kind: in astfold_stmt()
Dsymtable.c1249 case Return_kind: in symtable_visit_stmt()
DPython-ast.c2047 p->kind = Return_kind; in _PyAST_Return()
3759 case Return_kind: in ast2obj_stmt()
Dcompile.c3512 case Return_kind: in compiler_visit_stmt()