Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c818 case UnaryOp_kind: in append_ast_expr()
Dast_opt.c528 case UnaryOp_kind: in astfold_expr()
Dsymtable.c1389 case UnaryOp_kind: in symtable_visit_expr()
Dast.c234 case UnaryOp_kind: in validate_expr()
1019 case UnaryOp_kind: in set_context()
Dcompile.c2126 case UnaryOp_kind: in compiler_jump_if()
4409 case UnaryOp_kind: in compiler_visit_expr()
DPython-ast.c1810 p->kind = UnaryOp_kind; in UnaryOp()
3089 case UnaryOp_kind: in ast2obj_expr()
/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/Include/
DPython-ast.h207 enum _expr_kind {BoolOp_kind=1, BinOp_kind=2, UnaryOp_kind=3, Lambda_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()