Home
last modified time | relevance | path

Searched refs:BinOp_type (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast_state.h29 PyObject *BinOp_type; member
/third_party/python/Python/
DPython-ast.c43 Py_CLEAR(state->BinOp_type); in _PyAST_Fini()
1340 state->BinOp_type = make_type(state, "BinOp", state->expr_type, in init_types()
1343 if (!state->BinOp_type) return 0; in init_types()
4213 tp = (PyTypeObject *)state->BinOp_type; in ast2obj_expr()
8035 tp = state->BinOp_type; in obj2ast_expr()
11723 if (PyModule_AddObjectRef(m, "BinOp", state->BinOp_type) < 0) { in astmodule_exec()