Home
last modified time | relevance | path

Searched refs:UNIMPLEMENTED (Results 1 – 19 of 19) sorted by relevance

/openbsd/sys/arch/m88k/include/
H A Datomic.h164 #define atomic_cas_uint UNIMPLEMENTED
165 #define atomic_cas_ulong UNIMPLEMENTED
166 #define atomic_cas_ptr UNIMPLEMENTED
168 #define atomic_swap_uint UNIMPLEMENTED
170 #define atomic_swap_ptr UNIMPLEMENTED
174 #define atomic_add_int UNIMPLEMENTED
175 #define atomic_add_long UNIMPLEMENTED
177 #define atomic_inc_int UNIMPLEMENTED
178 #define atomic_inc_long UNIMPLEMENTED
182 #define atomic_sub_int UNIMPLEMENTED
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h37 UNIMPLEMENTED(); in GetRegistersAndSP()
40 virtual uptr ThreadCount() const { UNIMPLEMENTED(); } in ThreadCount()
41 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID()
H A Dsanitizer_symbolizer_internal.h53 UNIMPLEMENTED(); in SymbolizePC()
59 UNIMPLEMENTED(); in SymbolizeData()
100 UNIMPLEMENTED(); in ReachedEndOfOutput()
106 UNIMPLEMENTED(); in GetArgV()
H A Dsanitizer_procmaps.h70 virtual bool Next(MemoryMappedSegment *segment) { UNIMPLEMENTED(); } in Next()
71 virtual bool Error() const { UNIMPLEMENTED(); }; in Error()
72 virtual void Reset() { UNIMPLEMENTED(); } in Reset()
H A Dsanitizer_win.cpp106 UNIMPLEMENTED(); in internal_dlinfo()
436 UNIMPLEMENTED(); in MapFileToMemory()
440 UNIMPLEMENTED(); in MapWritableFileToMemory()
479 UNIMPLEMENTED(); in GetPwd()
483 UNIMPLEMENTED(); in GetUid()
538 UNIMPLEMENTED(); in ReExec()
544 UNIMPLEMENTED(); in StackSizeIsUnlimited()
548 UNIMPLEMENTED(); in SetStackSizeLimitInBytes()
552 UNIMPLEMENTED(); in AddressSpaceIsUnlimited()
556 UNIMPLEMENTED(); in SetAddressSpaceUnlimited()
[all …]
H A Dsanitizer_fuchsia.cpp67 int internal_dlinfo(void *handle, int request, void *p) { UNIMPLEMENTED(); } in internal_dlinfo()
100 void SignalContext::DumpAllRegisters(void *context) { UNIMPLEMENTED(); } in DumpAllRegisters()
101 const char *SignalContext::Describe() const { UNIMPLEMENTED(); } in Describe()
276 UNIMPLEMENTED(); in MmapFixedNoAccess()
466 uptr GetRSS() { UNIMPLEMENTED(); } in GetRSS()
H A Dsanitizer_malloc_mac.inc280 UNIMPLEMENTED();
333 UNIMPLEMENTED();
337 UNIMPLEMENTED();
357 // UNIMPLEMENTED();
H A Dsanitizer_coverage_fuchsia.cpp215 UNIMPLEMENTED(); in __sanitizer_dump_coverage()
H A Dsanitizer_internal_defs.h350 #define UNIMPLEMENTED() UNREACHABLE("unimplemented") macro
H A Dsanitizer_symbolizer_posix_libcdep.cpp168 UNIMPLEMENTED(); in StartSymbolizerSubprocess()
H A Dsanitizer_mac.cpp231 UNIMPLEMENTED(); in internal_dlinfo()
485 UNIMPLEMENTED(); in ReExec()
H A Dsanitizer_linux.cpp791 UNIMPLEMENTED(); in internal_dlinfo()
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp53 UNIMPLEMENTED(); in AsanApplyToGlobals()
64 UNIMPLEMENTED(); in AsanOnDeadlySignal()
H A Dasan_win.cpp193 UNIMPLEMENTED(); in AsanApplyToGlobals()
266 void AsanOnDeadlySignal(int, void *siginfo, void *context) { UNIMPLEMENTED(); } in AsanOnDeadlySignal()
H A Dasan_linux.cpp116 UNIMPLEMENTED(); in AsanApplyToGlobals()
/openbsd/gnu/usr.bin/perl/ext/SDBM_File/
H A Dtypemap35 UNIMPLEMENTED
/openbsd/gnu/usr.bin/perl/ext/NDBM_File/
H A Dtypemap35 UNIMPLEMENTED
/openbsd/gnu/usr.bin/perl/ext/ODBM_File/
H A Dtypemap49 UNIMPLEMENTED
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cpp302 UNIMPLEMENTED(); in UnwindImpl()