Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DThreadPool.h122 std::shared_ptr<std::promise<ResTy>> Promise = in createTaskAndFuture() local
131 std::shared_ptr<std::promise<void>> Promise = in createTaskAndFuture() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp109 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local
468 static ExprResult buildPromiseCall(Sema &S, VarDecl *Promise, in buildPromiseCall()
846 auto *Promise = FSI->CoroutinePromise; in BuildUnresolvedCoawaitExpr() local
993 VarDecl *Promise = FSI->CoroutinePromise; in BuildCoreturnStmt() local
H A DTreeTransform.h7967 auto *Promise = SemaRef.buildCoroutinePromise(FD->getLocation()); in TransformCoroutineBodyStmt() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h322 Promise, ///< The promise statement. enumerator
348 Stmt *Promise = nullptr; member
/openbsd/gnu/llvm/llvm/docs/
H A DCoroutines.rst675 .. _final:
676 .. _final suspend: