Home
last modified time | relevance | path

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

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