Searched refs:Promise (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp113 SubStmts[CoroutineBodyStmt::Promise] = Args.Promise;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp114 auto *Promise = R.getAsSingle<TypeDecl>(); local
115 if (!Promise) {
122 QualType PromiseType = S.Context.getTypeDeclType(Promise);
170 // Form template argument list for coroutine_handle<Promise>.
475 static ExprResult buildPromiseCall(Sema &S, VarDecl *Promise, argument
481 Promise, Promise->getType().getNonReferenceType(), VK_LValue, Loc);
814 auto *Promise = FSI->CoroutinePromise; local
815 if (Promise->getType()->isDependentType()) {
821 auto *RD = Promise
972 VarDecl *Promise = FSI->CoroutinePromise; local
[all...]
H A DTreeTransform.h7624 auto *Promise = SemaRef.buildCoroutinePromise(FD->getLocation());
7625 if (!Promise)
7627 getDerived().transformedLocalDecl(S->getPromiseDecl(), {Promise});
7628 ScopeInfo->CoroutinePromise = Promise;
7666 if (!Promise->getType()->isDependentType()) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h322 Promise, ///< The promise statement. enumerator in enum:clang::final::SubStmt
349 Stmt *Promise = nullptr; member in struct:clang::final::CtorArgs
383 return getStoredStmts()[SubStmt::Promise];
/freebsd-13-stable/sys/contrib/libsodium/dist-build/
H A Demscripten.sh99 Module.ready = new Promise(function (resolve, reject) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h1413 ErrorReturnPromise Promise;
1414 auto FutureResult = Promise.get_future();
1417 [Promise = std::move(Promise)](ErrorReturn RetOrErr) mutable {
1418 Promise.set_value(std::move(RetOrErr));

Completed in 207 milliseconds