Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h151 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator
/third_party/python/Python/
Dast.c949 case Expression_kind: in _PyAST_Validate()
Dast_opt.c477 case Expression_kind: in astfold_mod()
Dsymtable.c330 case Expression_kind: in _PySymtable_Build()
DPython-ast.c1920 p->kind = Expression_kind; in _PyAST_Expression()
3606 case Expression_kind: in ast2obj_mod()
Dcompile.c1964 case Expression_kind: in compiler_mod()