Searched refs:Reset (Results 101 - 125 of 177) sorted by relevance

12345678

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cpp93 void ThreadContextBase::Reset() { function in class:__sanitizer::ThreadContextBase
321 tctx->Reset();
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc700 write_handle_.Reset();
701 event_handle_.Reset();
715 child_handle_.Reset();
750 write_handle_.Reset(write_handle);
751 event_handle_.Reset(::CreateEvent(
805 child_handle_.Reset(process_info.hProcess);
H A Dgtest-port.cc292 Reset();
299 void AutoHandle::Reset() { function in class:testing::internal::AutoHandle
300 Reset(INVALID_HANDLE_VALUE);
303 void AutoHandle::Reset(HANDLE handle) { function in class:testing::internal::AutoHandle
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h125 void Reset() { function in class:llvm::BumpPtrAllocatorImpl
133 // Reset the state.
422 Allocator.Reset();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_sync_test.cc117 s->Reset(thr->proc());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSlotIndexes.cpp47 ileAllocator.Reset();
H A DPostRASchedulerList.cpp381 // Reset the hazard recognizer and anti-dep breaker.
382 HazardRec->Reset();
528 HazardRec->Reset();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h106 Diag.Reset(DiagID);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPartialDiagnostic.h183 void Reset(unsigned DiagID = 0) { function in class:clang::PartialDiagnostic
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dlocore.S108 ASGLOBAL(Reset)
216 movl #_ASM_LABEL(Reset),%a0 | BP vbr to %a0
218 movl %a0@(ILLGINST),_ASM_LABEL(Reset) + ILLGINST
219 movl %a0@(EVTRAPF),_ASM_LABEL(Reset) + EVTRAPF
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_clock.h36 void Reset(ClockCache *c);
H A Dtsan_clock.cpp354 // Reset all 'acquired' flags, O(N).
409 // Reset must be called before dtor.
416 void SyncClock::Reset(ClockCache *c) { function in class:__tsan::SyncClock
525 old.Reset(c);
H A Dtsan_rtl.cpp699 thr->mop_ignore_set.Reset();
728 thr->sync_ignore_set.Reset();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_clock.cc331 // Reset all 'acquired' flags, O(N).
379 // Reset must be called before dtor.
386 void SyncClock::Reset(ClockCache *c) { function in class:__tsan::SyncClock
497 old.Reset(c);
H A Dtsan_rtl.cc926 // Reset middle part.
1035 thr->mop_ignore_set.Reset();
1064 thr->sync_ignore_set.Reset();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_clock.cc329 // Reset all 'acquired' flags, O(N).
377 // Reset must be called before dtor.
384 void SyncClock::Reset(ClockCache *c) { function in class:__tsan::SyncClock
495 old.Reset(c);
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp284 Diags->Reset();
565 Diags->Reset();
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h257 ACPI_EFI_TEXT_RESET Reset; member in struct:_ACPI_SIMPLE_TEXT_OUTPUT_INTERFACE
306 ACPI_EFI_INPUT_RESET Reset; member in struct:_ACPI_SIMPLE_INPUT_INTERFACE
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerTracePC.h96 ValueProfileMap.Reset();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp151 CI.getDiagnostics().Reset();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAllocatorList.h220 /// Reset the underlying allocator.
225 getAlloc().Reset();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp253 UniqueInstrAllocator.Reset();
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h491 IdxCtx.StrScratch.Reset();
/netbsd-current/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp103 hash.Reset();
380 hash.Reset();
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DChannels.pm308 Reset local duplicate messages (see C<US_LOCAL>), and
320 Reset local duplicate messages (see C<US_GLOBAL>), and

Completed in 396 milliseconds

12345678