HomeSort by: relevance | last modified time | path
    Searched refs:UNREACHABLE (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.cc 39 UNREACHABLE("libclang_rt.ubsan was built without __int128 support");
41 UNREACHABLE("unexpected bit width");
55 UNREACHABLE("libclang_rt.ubsan was built without __int128 support");
57 UNREACHABLE("unexpected bit width");
110 UNREACHABLE("unexpected floating point bit width");
ubsan_monitor.cc 50 UNREACHABLE("Invalid arguments passed to __ubsan_get_current_report_data");
ubsan_diag.cc 59 UNREACHABLE("unknown ErrorType!");
70 UNREACHABLE("unknown ErrorType!");
136 UNREACHABLE("long long smaller than 64 bits?");
ubsan_handlers.cc 90 UNREACHABLE("unexpected error type!");
315 "execution reached an unreachable program point");
585 UNREACHABLE("source location pointer is null!");
  /src/usr.sbin/timed/timedc/
timedc.h 50 #define UNREACHABLE 2
cmds.c 269 case UNREACHABLE:
270 printf("%s is unreachable\n", hostname);
  /src/usr.sbin/mrouted/
dvmrp.h 45 * DVMRP report. The metric may have the value of UNREACHABLE
162 #define UNREACHABLE 32 /* "infinity" metric, must be <= 64 */
route.c 121 if (r->rt_metric != UNREACHABLE &&
152 if (r->rt_metric != UNREACHABLE) {
156 r->rt_metric = UNREACHABLE;
176 * A neighbor has failed or become unreachable. If that neighbor was
188 if (r->rt_metric != UNREACHABLE) {
351 * all unreachable/poisoned metrics into a single value.
353 if (src != 0 && (metric < 1 || metric >= 2*UNREACHABLE)) {
361 if (adj_metric > UNREACHABLE) adj_metric = UNREACHABLE;
369 * Don't create a new entry if the report says it's unreachable,
    [all...]
cfparse.y 299 | METRIC NUMBER { if ($2 < 1 || $2 > UNREACHABLE)
vif.c 347 update_route(v->uv_subnet, v->uv_subnetmask, UNREACHABLE, 0, vifi);
350 update_route(p->pa_subnet, p->pa_subnetmask, UNREACHABLE, 0, vifi);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_markup.cc 139 UNREACHABLE("signal context doesn't exist");
sanitizer_stacktrace_libcdep.cc 79 UNREACHABLE("slow unwind requested but not available");
sanitizer_tls_get_addr.cc 150 UNREACHABLE("dtls is unsupported on this platform!");
sanitizer_internal_defs.h 330 #define UNREACHABLE(msg) do { \
335 #define UNIMPLEMENTED() UNREACHABLE("unimplemented")
sanitizer_common.cc 55 UNREACHABLE("unable to mmap");
sanitizer_fuchsia.cc 517 UNREACHABLE("not available on Fuchsia");
sanitizer_allocator_primary64.h 485 UNREACHABLE("All chunk_size/page_size ratios must be handled.");
  /src/usr.sbin/timed/timed/
globals.h 75 #define UNREACHABLE 2
measure.c 167 measure_status = UNREACHABLE;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 225 UNREACHABLE("AddressInformation kind is invalid");
242 UNREACHABLE("AddressInformation kind is invalid");
asan_fuchsia.cc 80 void PlatformTSDDtor(void *tsd) { UNREACHABLE(__func__); }
asan_rtems.cc 89 void PlatformTSDDtor(void *tsd) { UNREACHABLE(__func__); }
asan_malloc_win.cc 112 UNREACHABLE("_realloc_dbg should not exist!");
asan_win.cc 62 UNREACHABLE("returned from reporting deadly signal");
asan_poisoning.cc 213 UNREACHABLE("mem_is_zero returned false, but poisoned byte was not found");

Completed in 28 milliseconds

1 2