Home
last modified time | relevance | path

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

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