Searched defs:unreachable (Results 1 - 6 of 6) sorted by relevance
| /src/sys/sys/ | ||
| H A D | stddef.h | 141 #define unreachable() __unreachable() /* sys/cdefs.h */ macro |
| /src/usr.sbin/traceroute6/ | ||
| H A D | traceroute6.c | 681 u_long unreachable = 0; local in function:main [all...] |
| /src/sys/net/ | ||
| H A D | bpfjit.c | 216 bool unreachable; member in struct:bpfjit_insn_data 1291 bool unreachable; local in function:optimize_pass1 [all...] |
| /src/lib/libc/time/ | ||
| H A D | private.h | 1008 # define unreachable() abort() macro 1012 # define unreachable() __builtin_unreachable() macro 1015 # define unreachable() __builtin_unreachable() macro 1018 # define unreachable() ((void) 0) macro |
| /src/usr.sbin/traceroute/ | ||
| H A D | traceroute.c | 933 int unreachable = 0; local in function:main [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ | ||
| H A D | tsan_interceptors.cc | 2622 static void unreachable() { function in namespace:__tsan |
Completed in 16 milliseconds