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.c504 case Expression_kind: in astfold_mod()
Dsymtable.c297 case Expression_kind: in PySymtable_BuildObject()
DPython-ast.c1226 p->kind = Expression_kind; in Expression()
2596 case Expression_kind: in ast2obj_mod()
Dast.c568 case Expression_kind: in PyAST_Validate()
Dcompile.c1540 case Expression_kind: in compiler_mod()
/external/python/cpython3/Include/
DPython-ast.h42 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()