Home
last modified time | relevance | path

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

/third_party/python/Python/
Dast_unparse.c858 case BoolOp_kind: in append_ast_expr()
Dast.c236 case BoolOp_kind: in validate_expr()
Dast_opt.c498 case BoolOp_kind: in astfold_expr()
Dsymtable.c1595 case BoolOp_kind: in symtable_visit_expr()
Dcompile.c2652 case BoolOp_kind: { in compiler_jump_if()
3780 assert(e->kind == BoolOp_kind); in compiler_boolop()
5185 case BoolOp_kind: in compiler_visit_expr1()
DPython-ast.c2556 p->kind = BoolOp_kind; in _PyAST_BoolOp()
4181 case BoolOp_kind: in ast2obj_expr()
/third_party/python/Include/internal/
Dpycore_ast.h332 enum _expr_kind {BoolOp_kind=1, NamedExpr_kind=2, BinOp_kind=3, UnaryOp_kind=4, enumerator
/third_party/python/Parser/
Dpegen.c199 case BoolOp_kind: in _PyPegen_get_expr_name()