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

12345678

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_ignoreset.h27 void Reset();
H A Dtsan_ignoreset.cc33 void IgnoreSet::Reset() { function in class:__tsan::IgnoreSet
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_ignoreset.h25 void Reset();
H A Dtsan_ignoreset.cc31 void IgnoreSet::Reset() { function in class:__tsan::IgnoreSet
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_ignoreset.h24 void Reset() { size_ = 0; } function in class:__tsan::IgnoreSet
H A Dtsan_vector_clock.h27 void Reset();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMultiHazardRecognizer.h34 void Reset() override;
H A DScheduleHazardRecognizer.h64 /// Reset - This callback is invoked when a new block of
67 virtual void Reset() {} function in class:llvm::ScheduleHazardRecognizer
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h45 void Reset() override;
81 void Reset() override;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.h40 void Reset() override;
58 void Reset() override;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DHost.inc47 // Reset the OS to darwin as the OS version from `uname` doesn't use the
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h113 Reset();
117 void Reset() override;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc53 chunked.Reset(&cache);
77 sync.Reset(&cache);
94 chunked.Reset(&cache);
109 sync.Reset(&cache);
135 chunked.Reset(&cache);
150 chunked.Reset(&cache);
158 chunked.Reset(&cache);
165 chunked.Reset(&cache);
172 chunked.Reset(&cache);
190 sync.Reset(
289 void Reset() { function in struct:__tsan::SimpleSyncClock
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A DSHA1.h123 void Reset();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumDebugStreams.cpp46 void DIAEnumDebugStreams::reset() { Enumerator->Reset(); }
H A DDIAEnumFrameData.cpp41 void DIAEnumFrameData::reset() { Enumerator->Reset(); }
H A DDIAEnumInjectedSources.cpp43 void DIAEnumInjectedSources::reset() { Enumerator->Reset(); }
H A DDIAEnumLineNumbers.cpp43 void DIAEnumLineNumbers::reset() { Enumerator->Reset(); }
H A DDIAEnumSectionContribs.cpp46 void DIAEnumSectionContribs::reset() { Enumerator->Reset(); }
H A DDIAEnumSourceFiles.cpp43 void DIAEnumSourceFiles::reset() { Enumerator->Reset(); }
H A DDIAEnumTables.cpp44 void DIAEnumTables::reset() { Enumerator->Reset(); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.h56 void Reset() override;
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Defipoint.h63 EFI_SIMPLE_POINTER_RESET Reset; member in struct:_EFI_SIMPLE_POINTER
111 EFI_ABSOLUTE_POINTER_RESET Reset; member in struct:_EFI_ABSOLUTE_POINTER_PROTOCOL
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMultiHazardRecognizer.cpp43 void MultiHazardRecognizer::Reset() { function in class:MultiHazardRecognizer
45 R->Reset();
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h72 virtual void Reset() { UNIMPLEMENTED(); } function in class:__sanitizer::MemoryMappingLayoutBase
84 virtual void Reset() override;

Completed in 497 milliseconds

12345678