Home
last modified time | relevance | path

Searched refs:Mult_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.h108 PyObject *Mult_singleton; member
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ast_state.h108 PyObject *Mult_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast_state.h108 PyObject *Mult_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ast_state.h108 PyObject *Mult_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast_state.h108 PyObject *Mult_singleton; member
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c306 static PyObject *Add_singleton, *Sub_singleton, *Mult_singleton, variable
849 Mult_singleton = PyType_GenericNew(Mult_type, NULL, NULL); in init_types()
850 if (!Mult_singleton) return 0; in init_types()
3044 Py_INCREF(Mult_singleton); in ast2obj_operator()
3045 return Mult_singleton; in ast2obj_operator()
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c121 Py_CLEAR(state->Mult_singleton); in _PyAST_Fini()
1528 state->Mult_singleton = PyType_GenericNew((PyTypeObject *)state->Mult_type, in init_types()
1530 if (!state->Mult_singleton) return 0; in init_types()
4768 Py_INCREF(state->Mult_singleton); in ast2obj_operator()
4769 return state->Mult_singleton; in ast2obj_operator()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi5369 …<var-decl name='Mult_singleton' type-id='type-id-14' visibility='default' filepath='./Include/inte…