| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 96 Async, enumerator 126 FKind(Shape.ABI == coro::ABI::Async ? Kind::Async : Kind::Continuation), in CoroCloner() 129 Shape.ABI == coro::ABI::RetconOnce || Shape.ABI == coro::ABI::Async); in CoroCloner() 144 case Kind::Async: in isSwitchDestroyFunction() 242 case coro::ABI::Async: { in replaceFallthroughCoroEnd() 294 case coro::ABI::Async: in replaceUnwindCoroEnd() 471 auto *FnTy = (Shape.ABI != coro::ABI::Async) in createCloneDeclaration() 482 if (Shape.ABI != coro::ABI::Async) in createCloneDeclaration() 496 Shape.ABI == coro::ABI::Async); in replaceRetconOrAsyncSuspendUses() 505 bool IsAsyncABI = Shape.ABI == coro::ABI::Async; in replaceRetconOrAsyncSuspendUses() [all …]
|
| H A D | CoroInternal.h | 93 Async, enumerator 181 assert(ABI == coro::ABI::Async); in getAsyncCoroId() 214 case coro::ABI::Async: in getResumeFunctionType() 252 case coro::ABI::Async: in getResumeFunctionCC()
|
| H A D | Coroutines.cpp | 396 this->ABI = coro::ABI::Async; in buildFrom() 546 case coro::ABI::Async: in emitAlloc() 568 case coro::ABI::Async: in emitDealloc()
|
| H A D | CoroFrame.cpp | 1172 case coro::ABI::Async: { in buildFrameType() 1651 Shape.ABI == coro::ABI::Async) { in insertSpills() 2528 if (Shape.ABI != coro::ABI::Async || !Shape.CoroSuspends.empty()) in buildCoroutineFrame() 2608 if (Shape.ABI != coro::ABI::Async || !Shape.CoroSuspends.empty()) in buildCoroutineFrame() 2685 Shape.ABI == coro::ABI::Async) in buildCoroutineFrame()
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | async.rst | 4 :c:type:`uv_async_t` --- Async handle 7 Async handles allow the user to "wakeup" the event loop and get a callback 16 Async handle type.
|
| /netbsd-src/external/bsd/unbound/dist/testdata/pylib.tdir/ |
| H A D | pylib.test | 32 if grep "Async resolve: \[.\?10.20.30.40.\?\]" outfile; then
|
| /netbsd-src/share/doc/papers/memfs/ |
| H A D | ref.bib | 46 %T A Fast /tmp File System by Async Mount Option
|
| /netbsd-src/sys/dev/mca/ |
| H A D | mcadevs | 130 product 0x60E5 "Boca Dual Async/Parallel Adapter 2" [5] 187 product 0x678B "NeoTecH Dual RS-232 Async. Adapter" [6] 188 product 0x678C "NeoTecH S2M100 Dual RS-232 Async. Adapter" [6] 191 product 0x6791 NEOCOM1 "NeoTecH Single RS-232 Async. Adapter, SM110" [10] 193 product 0x6795 "NeoTecH S1M200 Single RS-422/485 Async. Adapter" [6] 374 product 0xEEFF "IBM Dual Async Adapter" [3]
|
| /netbsd-src/external/mit/libuv/dist/docs/src/guide/ |
| H A D | basics.rst | 127 …r synchronous functions which may fail return a negative number on error. Async functions that may… 189 Handles represent long-lived objects. Async operations on such handles are
|
| /netbsd-src/external/bsd/openldap/dist/ |
| H A D | ANNOUNCEMENT | 26 - back-asyncmeta: Async version of back-meta
|
| H A D | configure.ac | 2648 AC_DEFINE_UNQUOTED(SLAPD_ASYNCMETA,$MFLAG,[define to support LDAP Async Metadirectory backend])
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | ASYNC_WAIT_CTX_new.pod | 80 Async aware code (e.g. engines) can get the current ASYNC_WAIT_CTX from the job
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ClangFormattedStatus.rst | 6012 * - mlir/include/mlir/Dialect/Async 6017 * - mlir/include/mlir/Dialect/Async/IR 6442 * - mlir/lib/Dialect/Async/IR 6447 * - mlir/lib/Dialect/Async/Transforms
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/doc/ |
| H A D | ChangeLog-1991-2021 | 1911 (GDB/MI Async Records): Update documentation of library-loaded with new 2021 * gdb.texinfo (GDB/MI Async Records): Add missing comma after 2063 (gdb/mi Async Records): Document frame field in 2152 * gdb.texinfo (GDB/MI Async Records): Document method and 2299 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking 2847 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry 3244 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation) 4200 * gdb.texinfo (GDB/MI Async Records): Document new MI 4423 * gdb.texinfo (GDB/MI Async Records): Document for 4438 * gdb.texinfo (GDB/MI Async Records): Document notification [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | BuiltinsNVPTX.def | 762 // Async Copy
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | wordprocessors | 380 >>9 byte 12 Corel Async gateway login msg
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1999 | 2706 interrupt_query. Async cases handled by target_terminal_ours, 2826 (async_interrupt_query): New function. Async case of 4464 * remote.c (remote_async_mourn): New function. Async version of 5561 (remote_async_open_1): New function. Async version of 5563 (remote_async_detach): New function. Async version of 5565 (remote_async_resume): New function. Async version of 5571 (remote_async_wait): New function. Async version of remote_wait. 5572 (remote_async_kill): New function. Async version of remote_kill. 5573 (extended_remote_async_create_inferior): New function. Async 5592 (fetch_inferior_event): New function. Async version of
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1999 | 2706 interrupt_query. Async cases handled by target_terminal_ours, 2826 (async_interrupt_query): New function. Async case of 4464 * remote.c (remote_async_mourn): New function. Async version of 5561 (remote_async_open_1): New function. Async version of 5563 (remote_async_detach): New function. Async version of 5565 (remote_async_resume): New function. Async version of 5571 (remote_async_wait): New function. Async version of remote_wait. 5572 (remote_async_kill): New function. Async version of remote_kill. 5573 (extended_remote_async_create_inferior): New function. Async 5592 (fetch_inferior_event): New function. Async version of
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | portable.hin | 931 /* define to support LDAP Async Metadirectory backend */
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 969 // OpenCL v1.1 s6.11.10, v1.2 s6.12.10, v2.0 s6.13.10: Async Copies from Global to Local Memory, Lo… 970 // OpenCL Extension v2.0 s5.1.7 and s6.1.7: Async Copies from Global to Local Memory, Local to Glob…
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | future | 366 // above). Async futures synchronize in this call, so we need
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | future | 380 // above). Async futures synchronize in this call, so we need
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Coroutines.rst | 177 Async Lowering
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 1059 // Async Copy
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 308 // Async Copy Functions
|