Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCoroutine.cpp78 auto *Promise = R.getAsSingle<TypeDecl>(); in lookupPromiseType() local
266 auto *Promise = Coroutine->CoroutinePromise; in buildPromiseCall() local
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js255 function Promise() { class
/external/clang/include/clang/AST/
DStmtCXX.h302 Promise, ///< The promise statement. enumerator
314 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, in CoroutineBodyStmt()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h404 std::promise<typename Func::OptionalReturn> Promise; in appendCallAsyncWithSeq() local
/external/v8/include/
Dv8.h93 class Promise; variable