Searched refs:Reset (Results 1 - 25 of 146) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DGDBRemoteSignals.cpp13 GDBRemoteSignals::GDBRemoteSignals() : UnixSignals() { Reset(); }
18 void GDBRemoteSignals::Reset() { m_signals.clear(); } function in class:GDBRemoteSignals
H A DNetBSDSignals.cpp13 NetBSDSignals::NetBSDSignals() : UnixSignals() { Reset(); }
15 void NetBSDSignals::Reset() { function in class:NetBSDSignals
16 UnixSignals::Reset();
H A DFreeBSDSignals.h22 void Reset() override;
H A DLinuxSignals.h22 void Reset() override;
H A DMipsLinuxSignals.h23 void Reset() override;
H A DNetBSDSignals.h22 void Reset() override;
H A DGDBRemoteSignals.h24 void Reset() override;
H A DFreeBSDSignals.cpp13 FreeBSDSignals::FreeBSDSignals() : UnixSignals() { Reset(); }
15 void FreeBSDSignals::Reset() { function in class:FreeBSDSignals
16 UnixSignals::Reset();
H A DLinuxSignals.cpp13 LinuxSignals::LinuxSignals() : UnixSignals() { Reset(); }
15 void LinuxSignals::Reset() { function in class:LinuxSignals
H A DMipsLinuxSignals.cpp14 MipsLinuxSignals::MipsLinuxSignals() : UnixSignals() { Reset(); }
16 void MipsLinuxSignals::Reset() { function in class:MipsLinuxSignals
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DMemory.cpp21 bAlloc.Reset();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.h26 void Reset();
H A Dtsan_ignoreset.cpp32 void IgnoreSet::Reset() { function in class:__tsan::IgnoreSet
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dvdev_iterator.cc66 Reset();
72 Reset();
76 VdevIterator::Reset() function in class:VdevIterator
140 Reset();
154 Reset();
H A Dcallout.h122 bool Reset(const timeval &interval, CalloutFunc_t *func, void *arg);
H A Dvdev_iterator.h83 * \brief Reset this iterator's cursor so that Next() will
86 void Reset();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostThread.cpp26 void HostThread::Reset() { return m_native_thread->Reset(); } function in class:HostThread
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp36 Reset();
59 Reset();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostThread.h36 void Reset();
H A DHostNativeThreadBase.h36 virtual void Reset();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.h39 void Reset() override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DHost.inc47 // Reset the OS to darwin as the OS version from `uname` doesn't use the
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h45 void Reset() override;
81 void Reset() override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h113 Reset();
117 void Reset() override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumDebugStreams.cpp46 void DIAEnumDebugStreams::reset() { Enumerator->Reset(); }

Completed in 116 milliseconds

123456