Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
Dverifier_cfg.c
/openbmc/u-boot/include/linux/
H A Dcompiler-gcc.h201 #define unreachable() __builtin_unreachable() macro
H A Dcompiler.h180 # define unreachable() do { } while (1) macro