Home
last modified time | relevance | path

Searched refs:Future (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddecltype.cpp20 struct Future { struct
21 explicit Future(T v);
36 Future<int> f1(42); in rdar16527205() argument
37 f1.call([](int){ return Future<float>(0); }); in rdar16527205()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DThreadPool.h173 auto Future = std::async(std::launch::deferred, std::move(Task)).share(); in asyncImpl()
176 Tasks.emplace_back(std::make_pair([Future]() { Future.get(); }, Group)); in asyncImpl()
177 return Future; in asyncImpl()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSyncAPI.cpp41 assert(!Future.valid() && "conversion to callback called multiple times"); in operator llvm::unique_function<void(T)>()
42 Future = Promise.get_future(); in operator llvm::unique_function<void(T)>()
51 assert(Future.valid() && "conversion to callback was not called"); in ~CaptureProxy()
53 Target->emplace(std::move(*Future.get())); in ~CaptureProxy()
62 std::future<std::shared_ptr<T>> Future; member
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp337 auto &Future = TaskQueue.front(); in runDeltaPass() local
338 Future.wait(); in runDeltaPass()
341 SmallString<0> Res = Future.get(); in runDeltaPass()
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DResources.rst9 * `GlobalISel: Past, Present, and Future by Quentin Colombet and Ahmed Bougacha @LLVMDevMeeting 201…
H A Dindex.rst71 Progress and Future Work
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyOps.def16 TIL_OPCODE_DEF(Future)
H A DThreadSafetyTIL.h435 class Future : public SExpr {
443 Future() : SExpr(COP_Future) {} in Future() function
444 virtual ~Future() = delete;
473 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
H A DThreadSafetyTraverse.h529 void printFuture(const Future *E, StreamType &SS) { in printFuture()
/llvm-project-15.0.7/lldb/test/Shell/Unwind/
H A Dwindows-unaligned-x86_64.test10 # Future TODO: If %build could compile the source file in C mode, the symbol
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A D_async.py38 self.fut = asyncio.Future()
/llvm-project-15.0.7/clang/www/analyzer/
H A Dmenu.html.incl31 <li><a href="/potential_checkers.html">Potential Future Checkers</a></li>
/llvm-project-15.0.7/libc/docs/
H A Druntimes_build.rst30 Future direction
/llvm-project-15.0.7/lldb/docs/resources/
H A Dcaveats.rst70 Keep in mind that Python 2 is deprecated and no longer maintained. Future
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Ddead-argument-order.ll11 ; Future/current work should enable us to describe partial variables, which, in
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/AArch64/
H A Dscalable-predicate-instruction.ll16 ; Future implementation of llvm.vp could allow this to happen
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp51 SExpr* Future::force() { in force()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPC.td268 "Enable instructions for Future ISA.",
434 // Future
445 // Note: Future features to add when support is extended to more
/llvm-project-15.0.7/mlir/docs/Tools/
H A Dmlir-reduce.md118 ## Future works
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt151 Potential Future Features:
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/
H A Dstack-coloring-dbg-phi.mir22 # Future register allocator changes might change the slot; in that case, just
/llvm-project-15.0.7/clang/docs/
H A DRefactoringEngine.rst205 .. FIXME: Future selection requirements
/llvm-project-15.0.7/llvm/docs/
H A DORCv2.rst921 Near Future Work
944 Further Future Work
954 ``llvm/examples/SpeculativeJIT``). Future work on this is likely to focus on
/llvm-project-15.0.7/clang-tools-extra/docs/
H A DReleaseNotes.rst181 Future libc++ will remove the extension (`D120996
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx17Papers.csv55 "`p0180r2 <https://wg21.link/p0180r2>`__","LWG","Reserve a New Library Namespace for Future Standar…

12