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

12

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DDelayedDiagnostic.cpp45 void DelayedDiagnostic::Destroy() { function in class:DelayedDiagnostic
/freebsd-10.0-release/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.0-release/contrib/llvm/include/llvm/Support/
H A DStringPool.h108 S->Destroy();
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DValueSymbolTable.cpp49 V->Name->Destroy();
H A DValue.cpp84 Name->Destroy();
204 Name->Destroy();
210 Name->Destroy();
226 Name->Destroy();
257 Name->Destroy();
H A DType.cpp456 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator());
487 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayout.cpp20 void ASTRecordLayout::Destroy(ASTContext &Ctx) { function in class:ASTRecordLayout
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h65 Destroy();
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DStringMap.h206 /// Destroy - Destroy this StringMapEntry, releasing memory back to the
209 void Destroy(AllocatorTy &Allocator) { function in class:llvm::StringMapEntry
215 /// Destroy this object, releasing memory back to the malloc allocator.
216 void Destroy() { function in class:llvm::StringMapEntry
218 Destroy(A);
340 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
388 V.Destroy(Allocator);
H A DScopedHashTable.h74 void Destroy(AllocatorTy &Allocator) { function in class:llvm::ScopedHashTableVal
250 ThisEntry->Destroy(HT.getAllocator());
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h137 void Destroy(ASTContext &Ctx);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedTemplate.h203 void Destroy() { function in struct:clang::TemplateIdAnnotation
H A DDelayedDiagnostic.h122 void Destroy();
240 i->Destroy();
H A DOverload.h704 void Destroy();
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h194 Destroy ();
H A DSBDebugger.h39 Destroy (lldb::SBDebugger &debugger);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h81 Destroy (lldb::DebuggerSP &debugger_sp);
H A DModuleList.h144 Destroy();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp151 I->MI.Destroy();
158 I->MI.Destroy();
/freebsd-10.0-release/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.0-release/contrib/groff/src/devices/xditview/
H A DDvi.c105 static void Destroy (Widget);
153 Destroy, /* destroy */
306 Destroy(Widget w) function
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp128 SBDebugger::Destroy (SBDebugger &debugger) function in class:SBDebugger
136 log->Printf ("SBDebugger::Destroy () => SBDebugger(%p): %s", debugger.m_opaque_sp.get(), sstr.GetData());
139 Debugger::Destroy (debugger.m_opaque_sp);
672 target_sp->Destroy();
H A DSBProcess.cpp705 SBProcess::Destroy () function in class:SBProcess
712 sb_error.SetError(process_sp->Destroy());
722 log->Printf ("SBProcess(%p)::Destroy () => SBError (%p): %s",
767 sb_error.SetError (process_sp->Destroy());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp93 Error destroy_error (process->Destroy());
646 process->Destroy();
1547 Error error (process->Destroy());

Completed in 152 milliseconds

12