Home
last modified time | relevance | path

Searched refs:Expr_kind (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Python/
Dfuture.c105 else if (s->kind == Expr_kind && !found_docstring) { in future_parse()
Dsymtable.c1170 case Expr_kind: in symtable_visit_stmt()
Dcompile.c1153 if (s->kind != Expr_kind) in compiler_isdocstring()
2164 case Expr_kind: in compiler_visit_stmt()
DPython-ast.c1432 p->kind = Expr_kind; in Expr()
2526 case Expr_kind: in ast2obj_stmt()
/external/python/cpython2/Include/
DPython-ast.h67 Exec_kind=18, Global_kind=19, Expr_kind=20, Pass_kind=21, enumerator
/external/python/cpython3/Python/
Dast_opt.c710 case Expr_kind: in astfold_stmt()
Dsymtable.c1384 case Expr_kind: in symtable_visit_stmt()
Dast.c473 case Expr_kind: in validate_stmt()
5850 if (st->kind != Expr_kind) { in _PyAST_GetDocString()
Dcompile.c1807 assert(st->kind == Expr_kind); in compiler_body()
3438 case Expr_kind: in compiler_visit_stmt()
DPython-ast.c2486 p->kind = Expr_kind; in Expr()
3886 case Expr_kind: in ast2obj_stmt()
/external/python/cpython3/Include/
DPython-ast.h82 Global_kind=20, Nonlocal_kind=21, Expr_kind=22, Pass_kind=23, enumerator