Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp513 struct GetReturnObjectManager { struct
514 CodeGenFunction &CGF;
515 CGBuilderTy &Builder;
516 const CoroutineBodyStmt &S;
518 bool DirectEmit = false;
520 Address GroActiveFlag;
521 CodeGenFunction::AutoVarEmission GroEmission;
523 GetReturnObjectManager(CodeGenFunction &CGF, const CoroutineBodyStmt &S) in GetReturnObjectManager() function
558 void EmitGroAlloca() { in EmitGroAlloca()
599 void EmitGroInit() { in EmitGroInit()