Home
last modified time | relevance | path

Searched refs:FloorDiv_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.h57 PyObject *FloorDiv_singleton; member
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ast_state.h57 PyObject *FloorDiv_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast_state.h57 PyObject *FloorDiv_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ast_state.h57 PyObject *FloorDiv_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast_state.h57 PyObject *FloorDiv_singleton; member
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c309 *FloorDiv_singleton; variable
885 FloorDiv_singleton = PyType_GenericNew(FloorDiv_type, NULL, NULL); in init_types()
886 if (!FloorDiv_singleton) return 0; in init_types()
3071 Py_INCREF(FloorDiv_singleton); in ast2obj_operator()
3072 return FloorDiv_singleton; in ast2obj_operator()
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c70 Py_CLEAR(state->FloorDiv_singleton); in _PyAST_Fini()
1599 state->FloorDiv_singleton = PyType_GenericNew((PyTypeObject in init_types()
1602 if (!state->FloorDiv_singleton) return 0; in init_types()
4798 Py_INCREF(state->FloorDiv_singleton); in ast2obj_operator()
4799 return state->FloorDiv_singleton; in ast2obj_operator()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi5216 …<var-decl name='FloorDiv_singleton' type-id='type-id-14' visibility='default' filepath='./Include/…