Home
last modified time | relevance | path

Searched refs:Invert_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.h76 PyObject *Invert_singleton; member
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ast_state.h76 PyObject *Invert_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast_state.h76 PyObject *Invert_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ast_state.h76 PyObject *Invert_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast_state.h76 PyObject *Invert_singleton; member
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c324 static PyObject *Invert_singleton, *Not_singleton, *UAdd_singleton, variable
892 Invert_singleton = PyType_GenericNew(Invert_type, NULL, NULL); in init_types()
893 if (!Invert_singleton) return 0; in init_types()
3083 Py_INCREF(Invert_singleton); in ast2obj_unaryop()
3084 return Invert_singleton; in ast2obj_unaryop()
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c89 Py_CLEAR(state->Invert_singleton); in _PyAST_Fini()
1611 state->Invert_singleton = PyType_GenericNew((PyTypeObject in init_types()
1614 if (!state->Invert_singleton) return 0; in init_types()
4807 Py_INCREF(state->Invert_singleton); in ast2obj_unaryop()
4808 return state->Invert_singleton; in ast2obj_unaryop()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi5273 …<var-decl name='Invert_singleton' type-id='type-id-14' visibility='default' filepath='./Include/in…