Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/js/js-stub/src/
DPromise.kt7 public open class Promise<out T> class
/external/chromium-trace/catapult/third_party/polymer/components/promise-polyfill/
DPromise.js11 function Promise(fn) { class in MakePromise
98 Promise.prototype['catch'] = function (onRejected) { class
/external/clang/lib/Sema/
DSemaCoroutine.cpp78 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local
266 auto *Promise = Coroutine->CoroutinePromise; in buildPromiseCall() local
/external/libchrome/base/android/java/src/org/chromium/base/
DPromise.java20 public class Promise<T> { class
/external/clang/include/clang/AST/
DStmtCXX.h302 Promise, ///< The promise statement. enumerator
314 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, in CoroutineBodyStmt()
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js255 function Promise() { class
/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp114 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local
515 static ExprResult buildPromiseCall(Sema &S, VarDecl *Promise, in buildPromiseCall()
854 auto *Promise = FSI->CoroutinePromise; in BuildUnresolvedCoawaitExpr() local
1012 VarDecl *Promise = FSI->CoroutinePromise; in BuildCoreturnStmt() local
DTreeTransform.h7640 auto *Promise = SemaRef.buildCoroutinePromise(FD->getLocation()); in TransformCoroutineBodyStmt() local
/external/llvm-project/clang/include/clang/AST/
DStmtCXX.h322 Promise, ///< The promise statement. enumerator
349 Stmt *Promise = nullptr; member
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSyncAPI.cpp62 std::promise<std::shared_ptr<T>> Promise; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h100 Promise, enumerator
/external/llvm-project/llvm/docs/
DCoroutines.rst675 .. _final:
676 .. _final suspend:
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h404 std::promise<typename Func::OptionalReturn> Promise; in appendCallAsyncWithSeq() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h1416 ErrorReturnPromise Promise; in appendCallNB() local
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h1413 ErrorReturnPromise Promise; in appendCallNB() local