Home
last modified time | relevance | path

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