Searched refs:DeallocActionsList (Results 1 – 1 of 1) sorted by relevance
423 std::vector<std::vector<orc::shared::WrapperFunctionCall>> DeallocActionsList; in deallocate() local431 DeallocActionsList.push_back(std::move(FA->DeallocActions)); in deallocate()439 while (!DeallocActionsList.empty()) { in deallocate()440 auto &DeallocActions = DeallocActionsList.back(); in deallocate()454 DeallocActionsList.pop_back(); in deallocate()