Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h38 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator
/external/python/cpython3/Python/
Dast_opt.c458 case Expression_kind: in astfold_mod()
Dsymtable.c309 case Expression_kind: in PySymtable_BuildObject()
Dast.c542 case Expression_kind: in PyAST_Validate()
DPython-ast.c1951 p->kind = Expression_kind; in Expression()
3411 case Expression_kind: in ast2obj_mod()
Dcompile.c1847 case Expression_kind: in compiler_mod()
/external/python/cpython3/Include/
DPython-ast.h50 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator
/external/python/cpython2/Python/
Dsymtable.c248 case Expression_kind: in PySymtable_Build()
DPython-ast.c1023 p->kind = Expression_kind; in Expression()
2162 case Expression_kind: in ast2obj_mod()
Dcompile.c1207 case Expression_kind: in compiler_mod()