Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast.c247 case UnaryOp_kind: in validate_expr()
388 assert(exp->kind == UnaryOp_kind); in ensure_literal_negative()
420 case UnaryOp_kind: in ensure_literal_complex()
470 case UnaryOp_kind: in validate_pattern_match_value()
Dast_unparse.c862 case UnaryOp_kind: in append_ast_expr()
Dast_opt.c506 case UnaryOp_kind: in astfold_expr()
Dsymtable.c1602 case UnaryOp_kind: in symtable_visit_expr()
Dcompile.c2648 case UnaryOp_kind: in compiler_jump_if()
5193 case UnaryOp_kind: in compiler_visit_expr1()
DPython-ast.c2646 p->kind = UnaryOp_kind; in _PyAST_UnaryOp()
4232 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/internal/
Dpycore_ast.h332 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/
Dpegen.c200 case UnaryOp_kind: in _PyPegen_get_expr_name()
/external/python/cpython3/Doc/data/
Dpython3.10.abi13510 <enumerator name='UnaryOp_kind' value='4'/>