Searched refs:deallocateArrayOf (Results 1 – 2 of 2) sorted by relevance
810 Func->deallocateArrayOf<uint64_t>(Values); in destroy()811 Func->deallocateArrayOf<CfgNode *>(Labels); in destroy()1012 Func->deallocateArrayOf<ConstantInteger32 *>(Indexes); in destroy()1071 Func->deallocateArrayOf<CfgNode *>(Targets); in destroy()
258 template <typename T> void deallocateArrayOf(T *Array) { in deallocateArrayOf() function