Home
last modified time | relevance | path

Searched refs:IsNot_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.h78 PyObject *IsNot_singleton; member
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ast_state.h78 PyObject *IsNot_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast_state.h78 PyObject *IsNot_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ast_state.h78 PyObject *IsNot_singleton; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast_state.h78 PyObject *IsNot_singleton; member
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c333 *Gt_singleton, *GtE_singleton, *Is_singleton, *IsNot_singleton, *In_singleton, variable
939 IsNot_singleton = PyType_GenericNew(IsNot_type, NULL, NULL); in init_types()
940 if (!IsNot_singleton) return 0; in init_types()
3125 Py_INCREF(IsNot_singleton); in ast2obj_cmpop()
3126 return IsNot_singleton; in ast2obj_cmpop()
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c91 Py_CLEAR(state->IsNot_singleton); in _PyAST_Fini()
1682 state->IsNot_singleton = PyType_GenericNew((PyTypeObject in init_types()
1684 if (!state->IsNot_singleton) return 0; in init_types()
4846 Py_INCREF(state->IsNot_singleton); in ast2obj_cmpop()
4847 return state->IsNot_singleton; in ast2obj_cmpop()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi5279 …<var-decl name='IsNot_singleton' type-id='type-id-14' visibility='default' filepath='./Include/int…