Home
last modified time | relevance | path

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

/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/Python/
H A Dast_unparse.c847 case BoolOp_kind: in append_ast_expr()
H A Dast_opt.c713 case BoolOp_kind: in astfold_expr()
H A Dast.c263 case BoolOp_kind: in validate_expr()
H A Dcompile.c2901 case BoolOp_kind: { in compiler_jump_if()
4353 assert(e->kind == BoolOp_kind); in compiler_boolop()
5831 case BoolOp_kind: in compiler_visit_expr1()
H A Dsymtable.c1590 case BoolOp_kind: in symtable_visit_expr()
H A DPython-ast.c2593 p->kind = BoolOp_kind; in _PyAST_BoolOp()
4263 case BoolOp_kind: in ast2obj_expr()
/third_party/python/Parser/
H A Daction_helpers.c1094 case BoolOp_kind: in _PyPegen_get_expr_name()

Completed in 35 milliseconds