Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h205 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator
226 return cast<Function>(getArgOperand(PrototypeArg)->stripPointerCasts()); in getPrototype()
H A DCoroutines.cpp666 checkWFRetconPrototype(this, getArgOperand(PrototypeArg)); in checkWellFormed()