Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp592 checkWFDealloc(this, getArgOperand(DeallocArg)); in checkWellFormed()