Home
last modified time | relevance | path

Searched refs:UnaryOp_kind (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h187 enum _expr_kind {BoolOp_kind=1, BinOp_kind=2, UnaryOp_kind=3, Lambda_kind=4, enumerator
/external/python/cpython3/Python/
Dast_unparse.c857 case UnaryOp_kind: in append_ast_expr()
Dast_opt.c479 case UnaryOp_kind: in astfold_expr()
Dsymtable.c1547 case UnaryOp_kind: in symtable_visit_expr()
Dast.c233 case UnaryOp_kind: in validate_expr()
1056 case UnaryOp_kind: in get_expr_name()
Dcompile.c2525 case UnaryOp_kind: in compiler_jump_if()
5006 case UnaryOp_kind: in compiler_visit_expr1()
DPython-ast.c2646 p->kind = UnaryOp_kind; in UnaryOp()
3999 case UnaryOp_kind: in ast2obj_expr()
/external/python/cpython3/Include/
DPython-ast.h226 enum _expr_kind {BoolOp_kind=1, NamedExpr_kind=2, BinOp_kind=3, UnaryOp_kind=4, enumerator
/external/python/cpython2/Python/
Dsymtable.c1200 case UnaryOp_kind: in symtable_visit_expr()
Dast.c424 case UnaryOp_kind: in set_context()
DPython-ast.c1549 p->kind = UnaryOp_kind; in UnaryOp()
2609 case UnaryOp_kind: in ast2obj_expr()
Dcompile.c2977 case UnaryOp_kind: in compiler_visit_expr()
/external/python/cpython3/Parser/pegen/
Dpegen.c182 case UnaryOp_kind: in _PyPegen_get_expr_name()