Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c816 case BinOp_kind: in append_ast_expr()
Dast_opt.c523 case BinOp_kind: in astfold_expr()
Dsymtable.c1385 case BinOp_kind: in symtable_visit_expr()
Dast.c231 case BinOp_kind: in validate_expr()
1018 case BinOp_kind: in set_context()
DPython-ast.c1783 p->kind = BinOp_kind; in BinOp()
3070 case BinOp_kind: in ast2obj_expr()
Dcompile.c4404 case BinOp_kind: in compiler_visit_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.c1196 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.c2972 case BinOp_kind: in compiler_visit_expr()