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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp 90 CodeGenFunction::CGCoroInfo &CurCoro,
93 if (CurCoro.Data) {
94 if (CurCoro.Data->CoroIdExpr)
106 CurCoro.Data = std::unique_ptr<CGCoroData>(new CGCoroData);
107 CurCoro.Data->CoroId = CoroId;
108 CurCoro.Data->CoroIdExpr = CoroIdExpr;
264 return emitSuspendExpression(*this, *CurCoro.Data, E,
265 CurCoro.Data->CurrentAwaitKind, aggSlot,
271 return emitSuspendExpression(*this, *CurCoro.Data, E, AwaitKind::Yield,
276 ++CurCoro.Data->CoreturnCount
    [all...]
CodeGenFunction.h 339 CGCoroInfo CurCoro;
342 return CurCoro.Data != nullptr;

Completed in 30 milliseconds