Home
last modified time | relevance | path

Searched refs:BitOr_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.h34 PyObject *BitOr_singleton; member
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ast_state.h34 PyObject *BitOr_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast_state.h34 PyObject *BitOr_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ast_state.h34 PyObject *BitOr_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast_state.h34 PyObject *BitOr_singleton; member
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c308 *RShift_singleton, *BitOr_singleton, *BitXor_singleton, *BitAnd_singleton, variable
873 BitOr_singleton = PyType_GenericNew(BitOr_type, NULL, NULL); in init_types()
874 if (!BitOr_singleton) return 0; in init_types()
3062 Py_INCREF(BitOr_singleton); in ast2obj_operator()
3063 return BitOr_singleton; in ast2obj_operator()
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c47 Py_CLEAR(state->BitOr_singleton); in _PyAST_Fini()
1576 state->BitOr_singleton = PyType_GenericNew((PyTypeObject in init_types()
1578 if (!state->BitOr_singleton) return 0; in init_types()
4789 Py_INCREF(state->BitOr_singleton); in ast2obj_operator()
4790 return state->BitOr_singleton; in ast2obj_operator()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi5147 …<var-decl name='BitOr_singleton' type-id='type-id-14' visibility='default' filepath='./Include/int…