Home
last modified time | relevance | path

Searched refs:PrototypeArg (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
257 return cast<Function>(getArgOperand(PrototypeArg)->stripPointerCasts()); in getPrototype()
H A DCoroutines.cpp593 checkWFRetconPrototype(this, getArgOperand(PrototypeArg)); in checkWellFormed()