Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDDynamicAllocator.cpp101 auto AllocIt = llvm::find_if(Site.Allocations, [&](const Allocation &A) { in deallocate() local
106 assert(AllocIt != Site.Allocations.end()); in deallocate()
108 Block *B = reinterpret_cast<Block *>(AllocIt->Memory.get()); in deallocate()
112 Site.Allocations.erase(AllocIt); in deallocate()