Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A 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()
H A DIceGlobalContext.cpp706 LockedPtr<DestructorArray> Dtors = getDestructors(); in ~GlobalContext()