Home
last modified time | relevance | path

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

/third_party/python/Python/
Dast.c840 case Expr_kind: in validate_stmt()
981 if (st->kind != Expr_kind) { in _PyAST_GetDocString()
Dast_opt.c750 case Expr_kind: in astfold_stmt()
Dsymtable.c1429 case Expr_kind: in symtable_visit_stmt()
Dcompile.c1925 assert(st->kind == Expr_kind); in compiler_body()
3563 case Expr_kind: in compiler_visit_stmt()
DPython-ast.c2486 p->kind = Expr_kind; in _PyAST_Expr()
4118 case Expr_kind: in ast2obj_stmt()
/third_party/python/Include/internal/
Dpycore_ast.h183 Global_kind=21, Nonlocal_kind=22, Expr_kind=23, Pass_kind=24, enumerator