Searched refs:runDeallocActions (Results 1 – 5 of 5) sorted by relevance
23 return joinErrors(std::move(Err), runDeallocActions(DeallocActions)); in runFinalizeActions()33 Error runDeallocActions(ArrayRef<WrapperFunctionCall> DAs) { in runDeallocActions() function
71 Error runDeallocActions(ArrayRef<WrapperFunctionCall> DAs);
196 if (Error Err = shared::runDeallocActions( in deinitialize()
106 if (Error Err = shared::runDeallocActions( in deinitialize()
496 joinErrors(std::move(Err), runDeallocActions(*DeallocActions))); in allocate()