Home
last modified time | relevance | path

Searched refs:BinOp_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.c1190 case BinOp_kind: in symtable_visit_expr()
Dast.c423 case BinOp_kind: in set_context()
DPython-ast.c1522 p->kind = BinOp_kind; in BinOp()
2590 case BinOp_kind: in ast2obj_expr()
Dcompile.c2971 case BinOp_kind: in compiler_visit_expr()