Home
last modified time | relevance | path

Searched refs:DestructorArray (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h445 using DestructorArray = std::vector<std::function<void()>>; variable
447 DestructorArray Destructors;
546 LockedPtr<DestructorArray> getDestructors() { in getDestructors()
547 return LockedPtr<DestructorArray>(&Destructors, &DestructorsLock); in getDestructors()
DIceGlobalContext.cpp706 LockedPtr<DestructorArray> Dtors = getDestructors(); in ~GlobalContext()