Home
last modified time | relevance | path

Searched refs:BoolOp_kind (Results 1 – 5 of 5) 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/cpython2/Python/
Dsymtable.c1187 case BoolOp_kind: in symtable_visit_expr()
Dcompile.c2444 assert(e->kind == BoolOp_kind); in compiler_boolop()
2969 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()