Home
last modified time | relevance | path

Searched defs:CGCoroData (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp31 struct clang::CodeGen::CGCoroData { struct in clang::CodeGen
35 AwaitKind CurrentAwaitKind = AwaitKind::Init;
36 unsigned AwaitNum = 0;
37 unsigned YieldNum = 0;
41 unsigned CoreturnCount = 0;
44 llvm::BasicBlock *SuspendBB = nullptr;
47 Stmt *ExceptionHandler = nullptr;
53 llvm::Value *ResumeEHVar = nullptr;
58 CodeGenFunction::JumpDest CleanupJD;
62 CodeGenFunction::JumpDest FinalJD;
[all …]