Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/gpu/
Dgpu_process_host_ui_shim.cc39 #ifdef DestroyAll
40 #undef DestroyAll
135 void GpuProcessHostUIShim::DestroyAll() { in DestroyAll() function in content::GpuProcessHostUIShim
Dgpu_process_host_ui_shim.h60 CONTENT_EXPORT static void DestroyAll();
/external/llvm/include/llvm/Support/
DAllocator.h364 ~SpecificBumpPtrAllocator() { DestroyAll(); } in ~SpecificBumpPtrAllocator()
374 void DestroyAll() { in DestroyAll() function
/external/chromium_org/content/browser/
Dbrowser_main_loop.cc131 #ifdef DestroyAll
132 #undef DestroyAll
794 GpuProcessHostUIShim::DestroyAll(); in ShutdownThreadsAndCleanUp()
/external/clang/include/clang/AST/
DDeclContextInternals.h245 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
/external/clang/lib/AST/
DDeclBase.cpp1587 StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt()); in ReleaseDeclContextMaps()
1590 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll() function in StoredDeclsMap
/external/llvm/lib/CodeGen/
DExecutionDepsFix.cpp789 Allocator.DestroyAll(); in runOnMachineFunction()
DMachineBlockPlacement.cpp1121 ChainAllocator.DestroyAll(); in runOnMachineFunction()