Searched refs:DestroyAll (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host_ui_shim.h60 CONTENT_EXPORT static void DestroyAll();
H A Dgpu_process_host_ui_shim.cc39 #ifdef DestroyAll
40 #undef DestroyAll macro
135 void GpuProcessHostUIShim::DestroyAll() { function in class:content::GpuProcessHostUIShim
/external/chromium_org/content/browser/
H A Dbrowser_main_loop.cc131 #ifdef DestroyAll
132 #undef DestroyAll macro
794 GpuProcessHostUIShim::DestroyAll();
/external/llvm/include/llvm/Support/
H A DAllocator.h355 /// This allows calling the destructor in DestroyAll() and when the allocator is
364 ~SpecificBumpPtrAllocator() { DestroyAll(); }
374 void DestroyAll() { function in class:llvm::SpecificBumpPtrAllocator
/external/clang/include/clang/AST/
H A DDeclContextInternals.h245 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp789 Allocator.DestroyAll();
H A DMachineBlockPlacement.cpp1121 ChainAllocator.DestroyAll();
/external/clang/lib/AST/
H A DDeclBase.cpp1587 StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt());
1590 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { function in class:StoredDeclsMap

Completed in 239 milliseconds