Searched refs:DeallocActionsList (Results 1 – 1 of 1) sorted by relevance
445 std::vector<std::vector<orc::shared::WrapperFunctionCall>> DeallocActionsList; in deallocate() local452 DeallocActionsList.push_back(std::move(FA->DeallocActions)); in deallocate()460 while (!DeallocActionsList.empty()) { in deallocate()461 auto &DeallocActions = DeallocActionsList.back(); in deallocate()475 DeallocActionsList.pop_back(); in deallocate()