| /openbsd-src/sys/dev/ic/ |
| H A D | stireg.h | 236 void *future; 238 void *future; 239 } future; 279 void *future; 286 void *future; 297 void *future; 307 void *future; 312 void *future; 317 void *future; 326 void *future; 231 void *future; global() member 271 void *future; global() member 278 void *future; global() member 289 void *future; global() member 299 void *future; global() member 304 void *future; global() member 309 void *future; global() member 318 void *future; global() member 327 void *future; global() member 332 void *future; global() member 343 void *future; global() member 352 void *future; global() member 357 void *future; global() member 366 void *future; global() member 370 void *future; global() member 376 void *future; global() member 397 void *future; global() member 405 void *future; global() member 431 void *future; global() member 448 void *future; global() member 452 void *future; global() member 458 void *future; global() member 493 void *future; global() member 499 void *future; global() member 504 void *future; global() member 517 void *future; global() member 526 void *future; global() member 531 void *future; global() member 547 void *future; global() member 558 void *future; global() member 565 void *future; global() member 574 void *future; global() member 580 void *future; global() member 586 void *future; global() member 599 void *future; global() member 604 void *future; global() member 609 void *future; global() member 617 void *future; global() member 628 void *future; global() member [all...] |
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | FifoFiles.cpp | 57 std::future<void> *future = in ReadJSON() local 58 new std::future<void>(std::async(std::launch::async, [&]() { in ReadJSON() 65 if (future->wait_for(timeout) == std::future_status::timeout || !line) in ReadJSON() 76 delete future; in ReadJSON() 83 std::future<void> *future = in SendJSON() local 84 new std::future<void>(std::async(std::launch::async, [&]() { in SendJSON() 89 if (future->wait_for(timeout) == std::future_status::timeout || !done) { in SendJSON() 101 delete future; in SendJSON()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | future | 14 future synopsis 74 future<R> get_future(); 104 future<R&> get_future(); 132 future<void> get_future(); 149 class future 152 future() noexcept; 153 future(future&&) noexcept; 154 future(const future& rhs) = delete; 155 ~future(); 156 future& operator=(const future& rhs) = delete; [all …]
|
| /openbsd-src/gnu/llvm/libcxx/src/ |
| H A D | future.cpp | 170 future<void>::future(__assoc_sub_state* __state) in future() function in future 176 future<void>::~future() in ~future() 183 future<void>::get() in get() 210 future<void> 215 return future<void>(__state_); in get_future()
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/feature/ |
| H A D | switch | 9 Unquoted string "given" may clash with future reserved word at - line 3. 16 Unquoted string "when" may clash with future reserved word at - line 3. 23 Unquoted string "default" may clash with future reserved word at - line 3. 30 Unquoted string "break" may clash with future reserved word at - line 3. 69 Unquoted string "given" may clash with future reserved word at - line 6. 80 Unquoted string "when" may clash with future reserved word at - line 6. 91 Unquoted string "default" may clash with future reserved word at - line 6. 102 Unquoted string "break" may clash with future reserved word at - line 6. 112 Unquoted string "when" may clash with future reserved word at - line 6. 123 Unquoted string "when" may clash with future reserved word at - line 6.
|
| H A D | say | 9 Unquoted string "say" may clash with future reserved word at - line 3. 33 Unquoted string "say" may clash with future reserved word at - line 4. 45 Unquoted string "say" may clash with future reserved word at - line 6. 57 Unquoted string "say" may clash with future reserved word at - line 6.
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | update_any_test_checks.py | 83 future = executor.submit(run_utc_tool, utc_name, utc_tools[utc_name], 85 jobs.append((testname, future)) 87 for testname, future in jobs: 88 return_code, stdout, stderr = future.result()
|
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | ConstantInitFuture.h | 95 static inline void *getAsVoidPointer(T future) { 96 return future.getOpaqueValue();
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | TaskQueue.h | 81 std::future<std::invoke_result_t<Callable>> async(Callable &&C) { in async() 88 std::future<ResultTy> F = T.P->get_future(); in async()
|
| H A D | ThreadPool.h | 120 static std::pair<std::function<void()>, std::future<ResTy>> 129 static std::pair<std::function<void()>, std::future<void>>
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | hp-symtab.h | 1109 unsigned long future[2] ; /* padding to 3-word block end */ member 1131 unsigned long future[2] ; /* padding to 3-word block end */ member 1149 unsigned long future ; /* padding to 3-word block end */ member 1164 unsigned long future ; /* padding to 3-word block end */ member 1211 long future[2] ; /* padding to 3-word block end */ member 1264 long future[2] ; /* padding to 3-word block end */ member
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | hp-symtab.h | 1109 unsigned long future[2] ; /* padding to 3-word block end */ member 1131 unsigned long future[2] ; /* padding to 3-word block end */ member 1149 unsigned long future ; /* padding to 3-word block end */ member 1164 unsigned long future ; /* padding to 3-word block end */ member 1211 long future[2] ; /* padding to 3-word block end */ member 1264 long future[2] ; /* padding to 3-word block end */ member
|
| /openbsd-src/regress/sbin/pfctl/ |
| H A D | pf52.in | 1 # test setting all optimizations to avoid future keyword clashes
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/ |
| H A D | README | 2 included for future reference, and will be moved to the main corpus
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | ExperimentalFeatures.rst | 27 there added to a future version of the C++ Standard. When this happens, the TS 187 .. | 2.3 | class template ``future`` | | … 191 … | | | Only using ``future`` | 193 … | | | Only using ``future`` |
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | SetTargetTriple.cmake | 5 message(WARNING "TARGET_TRIPLE is deprecated and will be removed in a future release. "
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
| H A D | Acme-Time-Baby.tml | 4 \#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ |
| H A D | libgcc-glibc.ver | 4 # maintain enough binary compatibility to allow future versions of glibc
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/ |
| H A D | README | 3 in a future release.
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | libgcc-glibc.ver | 4 # maintain enough binary compatibility to allow future versions of glibc
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | libgcc-x86_64-glibc.ver | 4 # maintain enough binary compatibility to allow future versions of glibc
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | libgcc-glibc.ver | 4 # maintain enough binary compatibility to allow future versions of glibc
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/ |
| H A D | libgcc-glibc.ver | 4 # maintain enough binary compatibility to allow future versions of glibc
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | libgcc-x86_64-glibc.ver | 4 # maintain enough binary compatibility to allow future versions of glibc
|
| /openbsd-src/gnu/gcc/gcc/config/m32r/ |
| H A D | libgcc-glibc.ver | 4 # maintain enough binary compatibility to allow future versions of glibc
|