Searched defs:Resume (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp97 static std::pair<uint64_t, Align> getFrameLayout(Function *Resume) { argument
H A DCoroInternal.h108 Resume, enumerator in enum:llvm::coro::Shape::SwitchFieldIndex::__anon2816
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml243 | Resume Constructor in type:Opcode/t
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h4686 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enumerator in enum:clang::CoroutineSuspendExpr::SubExpr
4692 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Common, Expr *Ready, Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue) argument
4770 CoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, Expr *Ready, Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue, bool IsImplicit = false) argument
4855 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue) argument
[all...]

Completed in 124 milliseconds