Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h53 PyObject *Expr_type; member
/third_party/python/Python/
DPython-ast.c67 Py_CLEAR(state->Expr_type); in _PyAST_Fini()
1283 state->Expr_type = make_type(state, "Expr", state->stmt_type, Expr_fields, in init_types()
1286 if (!state->Expr_type) return 0; in init_types()
4119 tp = (PyTypeObject *)state->Expr_type; in ast2obj_stmt()
7761 tp = state->Expr_type; in obj2ast_stmt()
11702 if (PyModule_AddObjectRef(m, "Expr", state->Expr_type) < 0) { in astmodule_exec()