Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h62 enum _stmt_kind {FunctionDef_kind=1, ClassDef_kind=2, Return_kind=3, enumerator
/external/python/cpython2/Python/
Dsymtable.c1037 case Return_kind: in symtable_visit_stmt()
DPython-ast.c1098 p->kind = Return_kind; in Return()
2251 case Return_kind: in ast2obj_stmt()
Dcompile.c2086 case Return_kind: in compiler_visit_stmt()