Searched refs:Destroy (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DDelayedDiagnostic.cpp45 void DelayedDiagnostic::Destroy() { function in class:DelayedDiagnostic
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp345 LLVMMemoryManagerDestroyCallback Destroy; member in struct:__anon2356::SimpleBindingMMFunctions
379 assert(Functions.Destroy &&
380 "No Destroy function provided!");
384 Functions.Destroy(Opaque);
422 LLVMMemoryManagerDestroyCallback Destroy) {
425 !Destroy)
432 functions.Destroy = Destroy;
417 LLVMCreateSimpleMCJITMemoryManager( void *Opaque, LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, LLVMMemoryManagerDestroyCallback Destroy) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriteRope.cpp98 void Destroy();
409 Children[i]->Destroy();
601 CurChild->Destroy();
613 void RopePieceBTreeNode::Destroy() {
723 getRoot(Root)->Destroy();
734 getRoot(Root)->Destroy();
H A DDeltaTree.cpp115 void Destroy();
126 Children[i]->Destroy();
155 /// Destroy - A 'virtual' destructor.
156 void DeltaTreeNode::Destroy() {
398 getRoot(Root)->Destroy();
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DStringPool.h108 S->Destroy();
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DValueSymbolTable.cpp49 V->Name->Destroy();
H A DValue.cpp84 Name->Destroy();
203 Name->Destroy();
209 Name->Destroy();
225 Name->Destroy();
256 Name->Destroy();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayout.cpp20 void ASTRecordLayout::Destroy(ASTContext &Ctx) { function in class:ASTRecordLayout
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h68 Destroy();
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DStringMap.h214 /// Destroy - Destroy this StringMapEntry, releasing memory back to the
217 void Destroy(AllocatorTy &Allocator) { function in class:llvm::StringMapEntry
223 /// Destroy this object, releasing memory back to the malloc allocator.
224 void Destroy() { function in class:llvm::StringMapEntry
226 Destroy(A);
348 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
396 V.Destroy(Allocator);
H A DScopedHashTable.h74 void Destroy(AllocatorTy &Allocator) { function in class:llvm::ScopedHashTableVal
250 ThisEntry->Destroy(HT.getAllocator());
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedTemplate.h203 void Destroy() { function in struct:clang::TemplateIdAnnotation
H A DDelayedDiagnostic.h123 void Destroy();
240 i->Destroy();
H A DTemplateDeduction.h212 void Destroy();
/freebsd-10-stable/contrib/llvm/include/llvm-c/
H A DExecutionEngine.h200 LLVMMemoryManagerDestroyCallback Destroy);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h152 void Destroy(ASTContext &Ctx);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h51 Destroy (lldb::SBDebugger &debugger);
H A DSBProcess.h204 Destroy ();
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h80 Destroy (lldb::DebuggerSP &debugger_sp);
H A DModuleList.h144 Destroy();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp152 I->MI.Destroy();
159 I->MI.Destroy();
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h123 /// \brief Destroy this MacroInfo object.
124 void Destroy() { function in class:clang::MacroInfo
/freebsd-10-stable/contrib/groff/src/devices/xditview/
H A DDvi.c105 static void Destroy (Widget);
153 Destroy, /* destroy */
306 Destroy(Widget w) function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp187 SBDebugger::Destroy (SBDebugger &debugger) function in class:SBDebugger
195 log->Printf ("SBDebugger::Destroy () => SBDebugger(%p): %s", debugger.m_opaque_sp.get(), sstr.GetData());
198 Debugger::Destroy (debugger.m_opaque_sp);
744 target_sp->Destroy();
H A DSBProcess.cpp756 SBProcess::Destroy () function in class:SBProcess
763 sb_error.SetError(process_sp->Destroy());
773 log->Printf ("SBProcess(%p)::Destroy () => SBError (%p): %s",
818 sb_error.SetError (process_sp->Destroy());

Completed in 408 milliseconds

12