Home
last modified time | relevance | path

Searched refs:Sub_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.h134 PyObject *Sub_singleton; member
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ast_state.h134 PyObject *Sub_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast_state.h134 PyObject *Sub_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ast_state.h134 PyObject *Sub_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast_state.h134 PyObject *Sub_singleton; member
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c306 static PyObject *Add_singleton, *Sub_singleton, *Mult_singleton, variable
845 Sub_singleton = PyType_GenericNew(Sub_type, NULL, NULL); in init_types()
846 if (!Sub_singleton) return 0; in init_types()
3041 Py_INCREF(Sub_singleton); in ast2obj_operator()
3042 return Sub_singleton; in ast2obj_operator()
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c147 Py_CLEAR(state->Sub_singleton); in _PyAST_Fini()
1522 state->Sub_singleton = PyType_GenericNew((PyTypeObject *)state->Sub_type, in init_types()
1524 if (!state->Sub_singleton) return 0; in init_types()
4765 Py_INCREF(state->Sub_singleton); in ast2obj_operator()
4766 return state->Sub_singleton; in ast2obj_operator()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi5447 …<var-decl name='Sub_singleton' type-id='type-id-14' visibility='default' filepath='./Include/inter…