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

1 2

  /src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayout.cpp 21 void ASTRecordLayout::Destroy(ASTContext &Ctx) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DelayedDiagnostic.cpp 59 void DelayedDiagnostic::Destroy() {
  /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/arch/hpc/stand/hpcboot/arm/
arm_console.cpp 63 ARMConsole::Destroy(void)
  /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) {
FuzzerShmemPosix.cpp 85 bool SharedMemoryRegion::Destroy(const char *Name) {
  /src/sys/arch/hpc/stand/hpcboot/
boot.cpp 88 Boot::Destroy()
console.cpp 58 Console::Destroy()
hpcmenu.cpp 56 HpcMenuInterface::Destroy()
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.cc 53 t->Destroy();
56 void MsanThread::Destroy() {
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread.cpp 96 void Thread::Destroy() {
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 90 destructor Destroy; override;
119 destructor Destroy; override;
418 destructor TCompressionStream.Destroy;
436 inherited Destroy;
491 destructor TDecompressionStream.Destroy;
495 inherited Destroy;
  /src/external/gpl3/binutils/dist/zlib/contrib/delphi/
ZLib.pas 90 destructor Destroy; override;
119 destructor Destroy; override;
418 destructor TCompressionStream.Destroy;
436 inherited Destroy;
491 destructor TDecompressionStream.Destroy;
495 inherited Destroy;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
ZLib.pas 90 destructor Destroy; override;
119 destructor Destroy; override;
418 destructor TCompressionStream.Destroy;
436 inherited Destroy;
491 destructor TDecompressionStream.Destroy;
495 inherited Destroy;
  /src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
ZLib.pas 90 destructor Destroy; override;
119 destructor Destroy; override;
418 destructor TCompressionStream.Destroy;
436 inherited Destroy;
491 destructor TDecompressionStream.Destroy;
495 inherited Destroy;
  /src/external/gpl3/gdb/dist/zlib/contrib/delphi/
ZLib.pas 90 destructor Destroy; override;
119 destructor Destroy; override;
418 destructor TCompressionStream.Destroy;
436 inherited Destroy;
491 destructor TDecompressionStream.Destroy;
495 inherited Destroy;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringMapEntry.h 134 /// Destroy - Destroy this StringMapEntry, releasing memory back to the
136 template <typename AllocatorTy> void Destroy(AllocatorTy &allocator) {
  /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/sanitizer_common/
sanitizer_allocator_local_cache.h 35 void Destroy(SizeClassAllocator *allocator, AllocatorGlobalStats *s) {
154 void Destroy(SizeClassAllocator *allocator, AllocatorGlobalStats *s) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedTemplate.h 215 void Destroy() {
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread.cpp 105 void Thread::Destroy() {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_local_cache.h 28 void Destroy(SizeClassAllocator *allocator, AllocatorGlobalStats *s) {
153 void Destroy(SizeClassAllocator *allocator, AllocatorGlobalStats *s) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_local_cache.h 28 void Destroy(SizeClassAllocator *allocator, AllocatorGlobalStats *s) {
153 void Destroy(SizeClassAllocator *allocator, AllocatorGlobalStats *s) {

Completed in 72 milliseconds

1 2