HomeSort by: relevance | last modified time | path
    Searched refs:ResumeKind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroEarly.cpp 27 void lowerResumeOrDestroy(CallBase &CB, CoroSubFnInst::ResumeKind);
47 CoroSubFnInst::ResumeKind Index) {
CoroInstr.h 39 enum ResumeKind {
49 ResumeKind getIndex() const {
53 return static_cast<ResumeKind>(Index);

Completed in 21 milliseconds