Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c814 case BoolOp_kind: in append_ast_expr()
Dast_opt.c520 case BoolOp_kind: in astfold_expr()
Dcompile.c2131 case BoolOp_kind: { in compiler_jump_if()
3292 assert(e->kind == BoolOp_kind); in compiler_boolop()
4402 case BoolOp_kind: in compiler_visit_expr()
Dsymtable.c1382 case BoolOp_kind: in symtable_visit_expr()
Dast.c225 case BoolOp_kind: in validate_expr()
1017 case BoolOp_kind: in set_context()
DPython-ast.c1752 p->kind = BoolOp_kind; in BoolOp()
3056 case BoolOp_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/
DPython-ast.h207 enum _expr_kind {BoolOp_kind=1, BinOp_kind=2, UnaryOp_kind=3, Lambda_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()