HomeSort by: relevance | last modified time | path
    Searched refs:Destroy (Results 1 - 25 of 134) sorted by relevancy

1 2 3 4 5 6

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerShmemFuchsia.cpp 28 bool SharedMemoryRegion::Destroy(const char *Name) {
FuzzerShmemWindows.cpp 48 bool SharedMemoryRegion::Destroy(const char *Name) {
FuzzerShmem.h 27 bool Destroy(const char *Name);
  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_console.h 50 static void Destroy(void);
arm_console.cpp 63 ARMConsole::Destroy(void)
arm_boot.cpp 54 ARMConsole::Destroy();
  /src/sys/arch/hpc/stand/hpcboot/
boot.h 63 static void Destroy(void);
console.h 54 static void Destroy(void);
  /src/external/gpl3/gcc/dist/libcody/
packet.cc 10 void Packet::Destroy ()
  /src/external/gpl3/gcc.old/dist/libcody/
packet.cc 10 void Packet::Destroy ()
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.cc 53 t->Destroy();
56 void MsanThread::Destroy() {
msan_thread.h 26 void Destroy();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
TargetProcessControlTypes.h 77 void (*Destroy)(CWrapperFunctionResultData Data, uint64_t Size);
89 /// call the Destroy member upon destruction.
109 if (R.Destroy)
110 R.Destroy(R.Data, R.Size);
137 R.Destroy = nullptr;
155 R.Destroy = nullptr;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_mutex.cc 37 t.Destroy(m);
55 t.Destroy(m);
92 t.Destroy(m);
108 t2.Destroy(m);
124 t2.Destroy(m);
149 t2.Destroy(m);
163 MainThread().Destroy(m);
tsan_test_util.h 49 void Destroy();
105 void Destroy(const Mutex &m);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
TargetProcessControlTypes.cpp 26 R.Destroy = destroyWithDeleteArray;
  /src/external/gpl3/binutils/dist/gprofng/src/
Map.h 59 #define destroy_map(t, p) if (p) { Vector<t> *v = p->values (); Destroy (v); delete p; }
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Map.h 59 #define destroy_map(t, p) if (p) { Vector<t> *v = p->values (); Destroy (v); delete p; }
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_fake_stack_test.cc 67 fake_stack->Destroy(0);
103 fs->Destroy(0);
132 fs->Destroy(0);
149 fs->Destroy(0);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DelayedDiagnostic.cpp 59 void DelayedDiagnostic::Destroy() {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 331 LLVMMemoryManagerDestroyCallback Destroy;
365 assert(Functions.Destroy &&
366 "No Destroy function provided!");
370 Functions.Destroy(Opaque);
408 LLVMMemoryManagerDestroyCallback Destroy) {
411 !Destroy)
418 functions.Destroy = Destroy;
  /src/external/apache2/llvm/dist/clang/lib/Rewrite/
RewriteRope.cpp 101 void Destroy();
415 Children[i]->Destroy();
608 CurChild->Destroy();
620 void RopePieceBTreeNode::Destroy() {
731 getRoot(Root)->Destroy();
742 getRoot(Root)->Destroy();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.h 68 void Destroy();
103 t->Destroy(tid);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_thread.h 78 void Destroy();
113 t->Destroy(tid);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_thread.h 64 void Destroy();
98 t->Destroy(tid);

Completed in 33 milliseconds

1 2 3 4 5 6