Searched refs:Reset (Results 26 - 50 of 177) sorted by relevance

12345678

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_fuchsia.cpp25 MemoryMappingLayout::MemoryMappingLayout(bool) { Reset(); }
27 void MemoryMappingLayout::Reset() { function in class:__sanitizer::MemoryMappingLayout
H A Dsanitizer_procmaps_common.cpp83 Reset();
97 void MemoryMappingLayout::Reset() { function in class:__sanitizer::MemoryMappingLayout
122 Reset();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cc84 Reset();
98 void MemoryMappingLayout::Reset() { function in class:__sanitizer::MemoryMappingLayout
123 Reset();
H A Dsanitizer_procmaps.h74 void Reset();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_common.cc84 Reset();
94 void MemoryMappingLayout::Reset() { function in class:__sanitizer::MemoryMappingLayout
119 Reset();
H A Dsanitizer_procmaps.h70 void Reset();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_sync.cc24 Reset(0);
39 void SyncVar::Reset(Processor *proc) { function in class:__tsan::SyncVar
51 clock.Reset(&proc->clock_cache);
52 read_clock.Reset(&proc->clock_cache);
105 s->Reset(proc);
223 mys->Reset(thr->proc());
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_sync.cc22 Reset(0);
37 void SyncVar::Reset(Processor *proc) { function in class:__tsan::SyncVar
49 clock.Reset(&proc->clock_cache);
50 read_clock.Reset(&proc->clock_cache);
103 s->Reset(proc);
221 mys->Reset(thr->proc());
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_sync.cpp21 SyncVar::SyncVar() : mtx(MutexTypeSyncVar) { Reset(0); }
36 void SyncVar::Reset(Processor *proc) { function in class:__tsan::SyncVar
48 clock.Reset(&proc->clock_cache);
49 read_clock.Reset(&proc->clock_cache);
102 s->Reset(proc);
206 mys->Reset(thr->proc());
H A Dtsan_vector_clock.cpp23 VectorClock::VectorClock() { Reset(); }
25 void VectorClock::Reset() { function in class:__tsan::VectorClock
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerValueBitMap.h28 void Reset() { memset(Map, 0, sizeof(Map)); } function in struct:fuzzer::ValueBitMap
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveStacks.cpp44 VNInfoAllocator.Reset();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIADataStream.cpp56 void DIADataStream::reset() { StreamData->Reset(); }
H A DDIAEnumSymbols.cpp47 void DIAEnumSymbols::reset() { Enumerator->Reset(); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h36 /// Reset the unwind opcode assembler.
37 void Reset() { function in class:llvm::UnwindOpcodeAssembler
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h119 void Reset() override;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPredIteratorCache.h74 Memory.Reset();
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs48 public void Reset() { _current = 0; } method in class:DotZLib.ChecksumGeneratorBase
H A DDotZLib.cs124 void Reset(); method in interface:DotZLib.ChecksumGenerator
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs48 public void Reset() { _current = 0; } method in class:DotZLib.ChecksumGeneratorBase
H A DDotZLib.cs124 void Reset(); method in interface:DotZLib.ChecksumGenerator
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs48 public void Reset() { _current = 0; } method in class:DotZLib.ChecksumGeneratorBase
H A DDotZLib.cs124 void Reset(); method in interface:DotZLib.ChecksumGenerator
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs48 public void Reset() { _current = 0; } method in class:DotZLib.ChecksumGeneratorBase
H A DDotZLib.cs124 void Reset(); method in interface:DotZLib.ChecksumGenerator

Completed in 316 milliseconds

12345678