Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h238 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator
257 return cast<Function>(getArgOperand(PrototypeArg)->stripPointerCasts()); in getPrototype()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp642 checkWFRetconPrototype(this, getArgOperand(PrototypeArg)); in checkWellFormed()