Home
last modified time | relevance | path

Searched defs:Py_UNREACHABLE (Results 1 – 1 of 1) sorted by relevance

/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