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

12

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DDelayedDiagnostic.cpp45 void DelayedDiagnostic::Destroy() { function in class:DelayedDiagnostic
H A DSemaOverload.cpp631 void DeductionFailureInfo::Destroy() { function in class:clang::DeductionFailureInfo
646 // FIXME: Destroy the data?
651 // FIXME: Destroy the template argument list?
790 i->DeductionFailure.Destroy();
9300 i->DeductionFailure.Destroy();
H A DSemaCodeComplete.cpp103 void Destroy() { function in class:__anon3250::ResultBuilder::ShadowMapEntry
1033 E->second.Destroy();
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp345 LLVMMemoryManagerDestroyCallback Destroy; member in struct:__anon2217::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-9.3-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-9.3-release/contrib/llvm/include/llvm/Support/
H A DStringPool.h108 S->Destroy();
/freebsd-9.3-release/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();
H A DType.cpp456 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator());
487 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayout.cpp20 void ASTRecordLayout::Destroy(ASTContext &Ctx) { function in class:ASTRecordLayout
/freebsd-9.3-release/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-9.3-release/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();
H A DInitialization.h733 void Destroy();
/freebsd-9.3-release/contrib/llvm/include/llvm-c/
H A DExecutionEngine.h200 LLVMMemoryManagerDestroyCallback Destroy);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h152 void Destroy(ASTContext &Ctx);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp152 I->MI.Destroy();
159 I->MI.Destroy();
H A DPPDirectives.cpp118 MI->Destroy();
/freebsd-9.3-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-9.3-release/contrib/groff/src/devices/xditview/
H A DDvi.c105 static void Destroy (Widget);
153 Destroy, /* destroy */
306 Destroy(Widget w) function
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp211 CodeGenFunction::Destroyer *Destroy; local
218 Destroy = Precise ? &CodeGenFunction::destroyARCStrongPrecise
224 Destroy = &CodeGenFunction::destroyARCWeak;
228 ObjCARCReferenceLifetimeType, *Destroy,
233 *Destroy, CleanupKind & EHCleanup);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp566 (*I)->Destroy();

Completed in 409 milliseconds

12