Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h205 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator
226 return cast<Function>(getArgOperand(PrototypeArg)->stripPointerCasts()); in getPrototype()
DCoroutines.cpp632 checkWFRetconPrototype(this, getArgOperand(PrototypeArg)); in checkWellFormed()