Searched defs:Resume (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 97 static std::pair<uint64_t, Align> getFrameLayout(Function *Resume) { in getFrameLayout()
|
H A D | CoroInternal.h | 108 Resume, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 351 if (auto *Resume = E->getResumeExpr()) in computeDependence() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprCXX.h | 4686 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enumerator 4693 Expr *Ready, Expr *Suspend, Expr *Resume, in CoroutineSuspendExpr() 4774 Suspend, Resume, OpaqueValue) { in CoroutineSuspendExpr() argument 4856 Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue) in CoyieldExpr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 243 | Resume Constructor
|
H A D | llvm.mli | 267 | Resume Constructor
|