Home
last modified time | relevance | path

Searched refs:UnaryOp_kind (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Python/
H A Dast.c274 case UnaryOp_kind: in validate_expr()
415 assert(exp->kind == UnaryOp_kind); in ensure_literal_negative()
447 case UnaryOp_kind: in ensure_literal_complex()
498 case UnaryOp_kind: in validate_pattern_match_value()
H A Dast_unparse.c851 case UnaryOp_kind: in append_ast_expr()
H A Dast_opt.c721 case UnaryOp_kind: in astfold_expr()
H A Dsymtable.c1597 case UnaryOp_kind: in symtable_visit_expr()
H A Dcompile.c2896 case UnaryOp_kind: in compiler_jump_if()
5838 case UnaryOp_kind: in compiler_visit_expr1()
H A DPython-ast.c2683 p->kind = UnaryOp_kind; in _PyAST_UnaryOp()
4314 case UnaryOp_kind: in ast2obj_expr()
/third_party/python/Include/internal/
H A Dpycore_ast.h339 enum _expr_kind {BoolOp_kind=1, NamedExpr_kind=2, BinOp_kind=3, UnaryOp_kind=4, enumerator
/third_party/python/Parser/
H A Daction_helpers.c1096 case UnaryOp_kind: in _PyPegen_get_expr_name()

Completed in 41 milliseconds