Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp109 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local
553 static ExprResult buildPromiseCall(Sema &S, VarDecl *Promise, in buildPromiseCall()
934 auto *Promise = FSI->CoroutinePromise; in BuildUnresolvedCoawaitExpr() local
1081 VarDecl *Promise = FSI->CoroutinePromise; in BuildCoreturnStmt() local
H A DTreeTransform.h8118 auto *Promise = SemaRef.buildCoroutinePromise(FD->getLocation()); in TransformCoroutineBodyStmt() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h323 Promise, ///< The promise statement. enumerator
350 Stmt *Promise = nullptr; member