Home
last modified time | relevance | path

Searched refs:Expr_kind (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Python/
H A Dast.c908 case Expr_kind: in validate_stmt()
1051 if (st->kind != Expr_kind) { in _PyAST_GetDocString()
H A Dtraceback.c650 case Expr_kind: { in extract_anchors_from_stmt()
H A Dast_opt.c971 case Expr_kind: in astfold_stmt()
H A Dsymtable.c1424 case Expr_kind: in symtable_visit_stmt()
H A Dcompile.c2168 assert(st->kind == Expr_kind); in compiler_body()
4142 case Expr_kind: in compiler_visit_stmt()
H A DPython-ast.c2523 p->kind = Expr_kind; in _PyAST_Expr()
4194 case Expr_kind: in ast2obj_stmt()
/third_party/python/Include/internal/
H A Dpycore_ast.h184 Expr_kind=24, Pass_kind=25, Break_kind=26, Continue_kind=27}; enumerator

Completed in 34 milliseconds