Searched refs:DeallocActionsList (Results 1 – 1 of 1) sorted by relevance
458 std::vector<std::vector<orc::shared::WrapperFunctionCall>> DeallocActionsList; in deallocate() local465 DeallocActionsList.push_back(std::move(FA->DeallocActions)); in deallocate()473 while (!DeallocActionsList.empty()) { in deallocate()474 auto &DeallocActions = DeallocActionsList.back(); in deallocate()488 DeallocActionsList.pop_back(); in deallocate()