Home
last modified time | relevance | path

Searched refs:MP_UNREACHABLE (Results 1 – 9 of 9) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Dnlrxtensa.c80 MP_UNREACHABLE in nlr_jump()
H A Dnlraarch64.c80 MP_UNREACHABLE in nlr_jump()
H A Dnlrpowerpc.c118 MP_UNREACHABLE; in nlr_jump()
H A Dnlrx64.c111 MP_UNREACHABLE in nlr_jump()
H A Dnlrthumb.c138 MP_UNREACHABLE in nlr_jump()
H A Dnlrx86.c101 MP_UNREACHABLE in nlr_jump()
H A Dmpconfig.h1688 #ifndef MP_UNREACHABLE
1690 #define MP_UNREACHABLE __builtin_unreachable(); macro
1692 #define MP_UNREACHABLE for (;;); macro
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dpowerctrl.c99 MP_UNREACHABLE; in branch_to_bootloader()
/dports/lang/micropython/micropython-1.17/ports/stm32/mboot/
H A Dmain.c1383 MP_UNREACHABLE; in branch_to_application()