Home
last modified time | relevance | path

Searched refs:Py_UNREACHABLE (Results 1 – 25 of 33) sorted by relevance

12

/third_party/python/Include/
Dpymacro.h104 # define Py_UNREACHABLE() \ macro
116 # define Py_UNREACHABLE() \ macro
122 # define Py_UNREACHABLE() __builtin_unreachable() macro
124 # define Py_UNREACHABLE() __builtin_unreachable() macro
126 # define Py_UNREACHABLE() __assume(0) macro
128 # define Py_UNREACHABLE() \ macro
Dobject.h657 Py_UNREACHABLE(); \
/third_party/python/Python/
Dwordcode_helpers.h42 Py_UNREACHABLE(); in write_op_arg()
Dhamt.c989 Py_UNREACHABLE(); in hamt_node_bitmap_without()
1057 Py_UNREACHABLE(); in hamt_node_bitmap_without()
1388 Py_UNREACHABLE(); in hamt_node_collision_assoc()
1514 Py_UNREACHABLE(); in hamt_node_collision_without()
1905 Py_UNREACHABLE(); in hamt_node_array_without()
2363 Py_UNREACHABLE(); in _PyHamt_Without()
2395 Py_UNREACHABLE(); in _PyHamt_Find()
2566 Py_UNREACHABLE(); in hamt_baseiter_tp_iternext()
2770 Py_UNREACHABLE(); in hamt_tp_subscript()
2824 Py_UNREACHABLE(); in hamt_py_get()
Dpyhash.c190 Py_UNREACHABLE(); in _Py_HashBytes()
Dformatter_unicode.c358 Py_UNREACHABLE(); in calc_padding()
580 Py_UNREACHABLE(); in calc_number_widths()
Dthread_pthread.h510 Py_UNREACHABLE(); in PyThread_acquire_lock_timed()
Dpystrtod.c1067 Py_UNREACHABLE(); in format_float_short()
Dast.c96 Py_UNREACHABLE(); in expr_context_name()
/third_party/python/Objects/
Dunicodeobject.c293 default: Py_UNREACHABLE(); in unicode_fill()
914 Py_UNREACHABLE(); in make_bloom_mask()
1015 Py_UNREACHABLE(); in findchar()
1689 Py_UNREACHABLE(); in _copy_characters()
1978 Py_UNREACHABLE(); in unicode_dealloc()
2142 Py_UNREACHABLE(); in unicode_write_cstr()
2294 Py_UNREACHABLE(); in PyUnicode_FromWideChar()
2444 Py_UNREACHABLE(); in kind_maxchar_limit()
2577 Py_UNREACHABLE(); in _PyUnicode_FindMaxChar()
2619 Py_UNREACHABLE(); in unicode_adjust_maxchar()
[all …]
Ddictobject.c767 Py_UNREACHABLE(); in lookdict_index()
846 Py_UNREACHABLE(); in lookdict()
887 Py_UNREACHABLE(); in lookdict_unicode()
928 Py_UNREACHABLE(); in lookdict_unicode_nodummy()
973 Py_UNREACHABLE(); in lookdict_split()
4106 Py_UNREACHABLE(); in dictreviter_iternext()
Dframeobject.c258 Py_UNREACHABLE(); in explain_incompatible_block_stack()
Dlongobject.c1808 Py_UNREACHABLE(); in long_format_binary()
4614 Py_UNREACHABLE(); in long_bitwise()
4641 Py_UNREACHABLE(); in long_bitwise()
Dbytesobject.c887 Py_UNREACHABLE(); in _PyBytes_FormatEx()
Dabstract.c2244 Py_UNREACHABLE(); in _PySequence_IterSearch()
/third_party/python/Modules/
D_abc.c645 Py_UNREACHABLE(); in _abc__abc_instancecheck_impl()
Dossaudiodev.c949 Py_UNREACHABLE(); in oss_mode_getter()
D_tkinter.c502 Py_UNREACHABLE(); in unicodeFromTclObj()
1166 Py_UNREACHABLE(); in AsObj()
Dmmapmodule.c757 Py_UNREACHABLE(); in mmap__repr__method()
Dmathmodule.c134 Py_UNREACHABLE(); in m_sinpi()
D_asynciomodule.c1661 Py_UNREACHABLE(); in FutureIter_iternext()
/third_party/python/Doc/c-api/
Dintro.rst108 .. c:macro:: Py_UNREACHABLE()
119 A use for ``Py_UNREACHABLE()`` is following a call a function that
/third_party/python/Parser/
Dtokenizer.c1057 Py_UNREACHABLE(); in tok_nextc()
Dpegen.c1656 Py_UNREACHABLE(); in _PyPegen_seq_count_dots()
/third_party/python/Misc/NEWS.d/
D3.9.0a5.rst1248 :c:macro:`Py_UNREACHABLE` is now implemented with

12