Searched refs:deallocateArrayOf (Results 1 – 2 of 2) sorted by relevance
812 Func->deallocateArrayOf<uint64_t>(Values); in destroy()813 Func->deallocateArrayOf<CfgNode *>(Labels); in destroy()1063 Func->deallocateArrayOf<ConstantInteger32 *>(Indexes); in destroy()1122 Func->deallocateArrayOf<CfgNode *>(Targets); in destroy()
259 template <typename T> void deallocateArrayOf(T *Array) { in deallocateArrayOf() function