HomeSort by: relevance | last modified time | path
    Searched refs:UNIMPLEMENTED (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld.h 35 // __cxa_pure_virtual might be unavailable. Use UNIMPLEMENTED() instead.
38 UNIMPLEMENTED();
42 virtual uptr RegisterCount() const { UNIMPLEMENTED(); }
43 virtual uptr ThreadCount() const { UNIMPLEMENTED(); }
44 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); }
sanitizer_symbolizer_internal.h 53 UNIMPLEMENTED();
59 UNIMPLEMENTED();
80 UNIMPLEMENTED();
89 UNIMPLEMENTED();
sanitizer_win.cc 361 UNIMPLEMENTED();
365 UNIMPLEMENTED();
404 UNIMPLEMENTED();
408 UNIMPLEMENTED();
465 UNIMPLEMENTED();
471 UNIMPLEMENTED();
475 UNIMPLEMENTED();
479 UNIMPLEMENTED();
483 UNIMPLEMENTED();
491 UNIMPLEMENTED();
    [all...]
sanitizer_malloc_mac.inc 280 UNIMPLEMENTED();
298 UNIMPLEMENTED();
302 UNIMPLEMENTED();
322 // UNIMPLEMENTED();
sanitizer_openbsd.cc 109 UNIMPLEMENTED();
sanitizer_coverage_fuchsia.cc 204 UNIMPLEMENTED();
sanitizer_fuchsia.cc 103 void SignalContext::DumpAllRegisters(void *context) { UNIMPLEMENTED(); }
104 const char *SignalContext::Describe() const { UNIMPLEMENTED(); }
303 UNIMPLEMENTED();
495 uptr GetRSS() { UNIMPLEMENTED(); }
sanitizer_rtems.cc 111 const char *DescribeSignalOrException(int signo) { UNIMPLEMENTED(); }
sanitizer_internal_defs.h 335 #define UNIMPLEMENTED() UNREACHABLE("unimplemented")
sanitizer_symbolizer_posix_libcdep.cc 224 UNIMPLEMENTED();
sanitizer_mac.cc 375 UNIMPLEMENTED();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc 52 UNIMPLEMENTED();
63 UNIMPLEMENTED();
asan_linux.cc 139 UNIMPLEMENTED();
243 UNIMPLEMENTED();
asan_rtems.cc 51 UNIMPLEMENTED();
65 UNIMPLEMENTED();
asan_win.cc 192 UNIMPLEMENTED();
245 UNIMPLEMENTED();
249 UNIMPLEMENTED();
asan_mac.cc 132 UNIMPLEMENTED();
  /src/libexec/ftpd/
ftpcmd.y 371 UNIMPLEMENTED for NBBY != 8
388 reply(504, "Unimplemented STRU type.");
403 reply(502, "Unimplemented MODE type.");
  /src/sys/arch/m68k/060sp/dist/
fpsp.s 1103 # _fpsp_unsupp(): 060FPSP entry point for FP "Unimplemented #
1107 # FP Unimplemented Data Type exception in an operating system. #
1151 # unimplemented data types. These can be either opclass 0,2 or 3 #
1152 # instructions, and (2) PACKED unimplemented data format instructions #
1184 # (1) DENORM and UNNORM (unimplemented) data types:
1229 # if the exception is an opclass zero or two unimplemented data type
1503 # fmove out took an unimplemented data type exception.
1641 # The fp move out that took the "Unimplemented Data Type" exception was
2048 # The opclass two PACKED instruction that took an "Unimplemented Data Type"
2086 # unlike other opclass 3, unimplemented data type exceptions, packed must b
    [all...]

Completed in 37 milliseconds