Home
last modified time | relevance | path

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

/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/Python/
Dast_unparse.c853 case BoolOp_kind: in append_ast_expr()
Dast_opt.c471 case BoolOp_kind: in astfold_expr()
Dcompile.c2530 case BoolOp_kind: { in compiler_jump_if()
3654 assert(e->kind == BoolOp_kind); in compiler_boolop()
4999 case BoolOp_kind: in compiler_visit_expr1()
Dsymtable.c1540 case BoolOp_kind: in symtable_visit_expr()
Dast.c224 case BoolOp_kind: in validate_expr()
1054 case BoolOp_kind: in get_expr_name()
DPython-ast.c2556 p->kind = BoolOp_kind; in BoolOp()
3949 case BoolOp_kind: in ast2obj_expr()
/external/python/cpython3/Include/
DPython-ast.h226 enum _expr_kind {BoolOp_kind=1, NamedExpr_kind=2, BinOp_kind=3, UnaryOp_kind=4, enumerator
/external/python/cpython2/Python/
Dsymtable.c1193 case BoolOp_kind: in symtable_visit_expr()
Dcompile.c2445 assert(e->kind == BoolOp_kind); in compiler_boolop()
2970 case BoolOp_kind: in compiler_visit_expr()
Dast.c422 case BoolOp_kind: in set_context()
DPython-ast.c1491 p->kind = BoolOp_kind; in BoolOp()
2576 case BoolOp_kind: in ast2obj_expr()
/external/python/cpython3/Parser/pegen/
Dpegen.c180 case BoolOp_kind: in _PyPegen_get_expr_name()