| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | decltype.cpp | 20 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 D | ThreadPool.h | 173 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 D | SyncAPI.cpp | 41 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 D | Delta.cpp | 337 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 D | Resources.rst | 9 * `GlobalISel: Past, Present, and Future by Quentin Colombet and Ahmed Bougacha @LLVMDevMeeting 201…
|
| H A D | index.rst | 71 Progress and Future Work
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyOps.def | 16 TIL_OPCODE_DEF(Future)
|
| H A D | ThreadSafetyTIL.h | 435 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 D | ThreadSafetyTraverse.h | 529 void printFuture(const Future *E, StreamType &SS) { in printFuture()
|
| /llvm-project-15.0.7/lldb/test/Shell/Unwind/ |
| H A D | windows-unaligned-x86_64.test | 10 # 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.py | 38 self.fut = asyncio.Future()
|
| /llvm-project-15.0.7/clang/www/analyzer/ |
| H A D | menu.html.incl | 31 <li><a href="/potential_checkers.html">Potential Future Checkers</a></li>
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | runtimes_build.rst | 30 Future direction
|
| /llvm-project-15.0.7/lldb/docs/resources/ |
| H A D | caveats.rst | 70 Keep in mind that Python 2 is deprecated and no longer maintained. Future
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | dead-argument-order.ll | 11 ; Future/current work should enable us to describe partial variables, which, in
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/AArch64/ |
| H A D | scalable-predicate-instruction.ll | 16 ; Future implementation of llvm.vp could allow this to happen
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ThreadSafetyTIL.cpp | 51 SExpr* Future::force() { in force()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 268 "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 D | mlir-reduce.md | 118 ## Future works
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2007-OriginalClangReadme.txt | 151 Potential Future Features:
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/ |
| H A D | stack-coloring-dbg-phi.mir | 22 # Future register allocator changes might change the slot; in that case, just
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | RefactoringEngine.rst | 205 .. FIXME: Future selection requirements
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ORCv2.rst | 921 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 D | ReleaseNotes.rst | 181 Future libc++ will remove the extension (`D120996
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx17Papers.csv | 55 "`p0180r2 <https://wg21.link/p0180r2>`__","LWG","Reserve a New Library Namespace for Future Standar…
|