| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | io03.f90 | 49 read(10, asynchronous='no') jj 50 read(10, asynchronous='yes') jj 53 read(10, asynchronous='yes', id=id) jj 54 read(10, '(I4)', advance='no', asynchronous='yes', blank='null', & 131 read(10, asynchronous='nay') ! prog req 134 read(*, asynchronous='yes') 137 read(internal_file, asynchronous='y'//'es') 143 read(10, asynchronous='n'//'o', id=id) 158 read(10, id=id2, asynchronous='yes') jj
|
| H A D | io04.f90 | 45 write(10, '(A)', advance='no', asynchronous='yes', decimal='comma', & 100 write(*, asynchronous='non') 103 write(*, asynchronous='yes') 106 write(internal_file, asynchronous='yes') 112 write(10, *, id=id, asynchronous='no') "Ok" 128 write(id=id1, unit=10, asynchronous='Yes') 'Ok' 131 write(10, *, asynchronous='yes', id=const_id, iostat=stat2) 'Ok'
|
| H A D | call03.f90 | 71 subroutine asynchronous(x) subroutine 72 real, asynchronous :: x 75 real, asynchronous :: x(:) 78 real, asynchronous, value :: x 312 real, asynchronous :: b[*] 315 call asynchronous(a[1]) ! ok 321 call asynchronous(b[1]) 325 call asynchronous(c[1]) 329 call asynchronous(d[1]) 336 real, asynchronous :: b(10) [all …]
|
| H A D | symbol05.f90 | 97 asynchronous :: j 99 asynchronous :: i
|
| H A D | resolve81.f90 | 21 real, asynchronous, public, asynchronous :: asynchVar
|
| H A D | io01.f90 | 42 open(30, action='readwrite', asynchronous='n'//'o', blank='zero') 43 open(31, action=action_(2), asynchronous=asynchronous_(2), blank=blank_(2))
|
| H A D | io05.f90 | 15 access=c(1), action=c(2), asynchronous=c(3), blank=c(4), decimal=c(5), & 32 access=cv, action=cv, asynchronous=cv, blank=cv, decimal=cv, &
|
| H A D | modfile05.f90 | 14 asynchronous y
|
| H A D | collectives05.f90 | 297 integer, intent(in), asynchronous:: lhs
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/concurrency/ |
| H A D | thread-canceltype-asynchronous.rst | 1 .. title:: clang-tidy - concurrency-thread-canceltype-asynchronous 3 concurrency-thread-canceltype-asynchronous 7 type is set to asynchronous. Asynchronous cancellation type 10 cancellation, a cancellation point in an asynchronous signal handler may still 11 be acted upon and the effect is as if it was an asynchronous cancellation.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | signal-handler.rst | 6 Finds functions registered as signal handlers that call non asynchronous-safe 7 functions. Any function that cannot be determined to be an asynchronous-safe 8 function call is assumed to be non-asynchronous-safe by the checker, 17 `SIG30-C. Call only asynchronous-safe functions within signal handlers 18 <https://www.securecoding.cert.org/confluence/display/c/SIG30-C.+Call+only+asynchronous-safe+functi… 23 Selects which set of functions is considered as asynchronous-safe
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/ |
| H A D | pos47-c.rst | 3 :http-equiv=refresh: 5;URL=../concurrency/thread-canceltype-asynchronous.html 9 `concurrency-thread-canceltype-asynchronous <../concurrency/thread-canceltype-asynchronous.html>`_ …
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/IR/ |
| H A D | AsyncTypes.td | 31 `async.token` is a type returned by asynchronous operations, and it becomes 32 `available` when the asynchronous operations that created it is completed. 39 `async.value` represents a value returned by asynchronous operations,
|
| H A D | AsyncDialect.td | 28 This dialect contains operations for modeling asynchronous execution.
|
| H A D | AsyncOps.td | 73 In the example above asynchronous execution starts only after dependency 242 // lowering [2] to produce an asynchronous executable.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | swift-async-unwind.ll | 3 ; Swift asynchronous context is incompatible with the compact unwind encoding
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | stack-capture-leak-arc.mm | 173 // Do some other work concurrently with the asynchronous work 174 // Wait for the asynchronous work to finish
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/NVGPU/IR/ |
| H A D | NVGPU.td | 129 let summary = "device-side asynchronous copy"; 131 The `gpu.device_async_copy` op initiates an asynchronous copy operation of 185 let summary = "device side asynchronous create group operation";
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/ |
| H A D | target-symbols-add-unwind.test | 8 # RUN: -fno-unwind-tables -fno-asynchronous-unwind-tables \
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | DebuggingCoroutines.rst | 353 Get the asynchronous stack 356 Another important requirement to debug a coroutine is to print the asynchronous 357 stack to identify the asynchronous caller of the coroutine. As many 361 That is, the asynchronous parent. 365 `promise_type`), it should be trivial to print the entire asynchronous stack.
|
| H A D | MSVCCompatibility.rst | 97 LLVM does not model asynchronous exceptions, so it is currently impossible to 98 catch an asynchronous exception generated in the same frame as the catching
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | fp-intrinsics.ll | 17 ; but we may want to revisit this for asynchronous exception handling.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Shape/IR/ |
| H A D | ShapeBase.td | 130 viewed similarly to a compiler representation of promises from asynchronous,
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/ |
| H A D | noreturn_async.ll | 5 ; indicates that the exception handler *can* catch asynchronous exceptions. As
|
| H A D | noreturn_sync.ll | 5 ; indicates that the exception handler *cannot* catch asynchronous exceptions.
|