Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpymacro.h126 # define Py_UNREACHABLE() \ macro
138 # define Py_UNREACHABLE() \ macro
144 # define Py_UNREACHABLE() __builtin_unreachable() macro
146 # define Py_UNREACHABLE() __builtin_unreachable() macro
148 # define Py_UNREACHABLE() __assume(0) macro
150 # define Py_UNREACHABLE() \ macro