Searched refs:ResumeKind (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp31 void lowerResumeOrDestroy(CallSite CS, CoroSubFnInst::ResumeKind);
51 CoroSubFnInst::ResumeKind Index) {
H A DCoroInstr.h39 enum ResumeKind { enum in class:llvm::CoroSubFnInst
49 ResumeKind getIndex() const {
53 return static_cast<ResumeKind>(Index);

Completed in 161 milliseconds