Home
last modified time | relevance | path

Searched refs:Mod_singleton (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_ast_state.h105 PyObject *Mod_singleton; member
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ast_state.h105 PyObject *Mod_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast_state.h105 PyObject *Mod_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ast_state.h105 PyObject *Mod_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast_state.h105 PyObject *Mod_singleton; member
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c307 *Div_singleton, *Mod_singleton, *Pow_singleton, *LShift_singleton, variable
857 Mod_singleton = PyType_GenericNew(Mod_type, NULL, NULL); in init_types()
858 if (!Mod_singleton) return 0; in init_types()
3050 Py_INCREF(Mod_singleton); in ast2obj_operator()
3051 return Mod_singleton; in ast2obj_operator()
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c118 Py_CLEAR(state->Mod_singleton); in _PyAST_Fini()
1548 state->Mod_singleton = PyType_GenericNew((PyTypeObject *)state->Mod_type, in init_types()
1550 if (!state->Mod_singleton) return 0; in init_types()
4777 Py_INCREF(state->Mod_singleton); in ast2obj_operator()
4778 return state->Mod_singleton; in ast2obj_operator()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi5360 …<var-decl name='Mod_singleton' type-id='type-id-14' visibility='default' filepath='./Include/inter…