Home
last modified time | relevance | path

Searched refs:DeallocArg (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h205 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator
236 return cast<Function>(getArgOperand(DeallocArg)->stripPointerCasts()); in getDeallocFunction()
H A DCoroutines.cpp668 checkWFDealloc(this, getArgOperand(DeallocArg)); in checkWellFormed()