Searched refs:Py_UNREACHABLE (Results 1 – 25 of 33) sorted by relevance
12
104 # define Py_UNREACHABLE() \ macro116 # define Py_UNREACHABLE() \ macro122 # define Py_UNREACHABLE() __builtin_unreachable() macro124 # define Py_UNREACHABLE() __builtin_unreachable() macro126 # define Py_UNREACHABLE() __assume(0) macro128 # define Py_UNREACHABLE() \ macro
657 Py_UNREACHABLE(); \
42 Py_UNREACHABLE(); in write_op_arg()
989 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()
190 Py_UNREACHABLE(); in _Py_HashBytes()
358 Py_UNREACHABLE(); in calc_padding()580 Py_UNREACHABLE(); in calc_number_widths()
510 Py_UNREACHABLE(); in PyThread_acquire_lock_timed()
1067 Py_UNREACHABLE(); in format_float_short()
96 Py_UNREACHABLE(); in expr_context_name()
293 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 …]
767 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()
258 Py_UNREACHABLE(); in explain_incompatible_block_stack()
1808 Py_UNREACHABLE(); in long_format_binary()4614 Py_UNREACHABLE(); in long_bitwise()4641 Py_UNREACHABLE(); in long_bitwise()
887 Py_UNREACHABLE(); in _PyBytes_FormatEx()
2244 Py_UNREACHABLE(); in _PySequence_IterSearch()
645 Py_UNREACHABLE(); in _abc__abc_instancecheck_impl()
949 Py_UNREACHABLE(); in oss_mode_getter()
502 Py_UNREACHABLE(); in unicodeFromTclObj()1166 Py_UNREACHABLE(); in AsObj()
757 Py_UNREACHABLE(); in mmap__repr__method()
134 Py_UNREACHABLE(); in m_sinpi()
1661 Py_UNREACHABLE(); in FutureIter_iternext()
108 .. c:macro:: Py_UNREACHABLE()119 A use for ``Py_UNREACHABLE()`` is following a call a function that
1057 Py_UNREACHABLE(); in tok_nextc()
1656 Py_UNREACHABLE(); in _PyPegen_seq_count_dots()
1248 :c:macro:`Py_UNREACHABLE` is now implemented with