Home
last modified time | relevance | path

Searched refs:asynchronous (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project-15.0.7/flang/test/Semantics/
H A Dio03.f9049 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 Dio04.f9045 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 Dcall03.f9071 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 Dsymbol05.f9097 asynchronous :: j
99 asynchronous :: i
H A Dresolve81.f9021 real, asynchronous, public, asynchronous :: asynchVar
H A Dio01.f9042 open(30, action='readwrite', asynchronous='n'//'o', blank='zero')
43 open(31, action=action_(2), asynchronous=asynchronous_(2), blank=blank_(2))
H A Dio05.f9015 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 Dmodfile05.f9014 asynchronous y
H A Dcollectives05.f90297 integer, intent(in), asynchronous:: lhs
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/concurrency/
H A Dthread-canceltype-asynchronous.rst1 .. 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 Dsignal-handler.rst6 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 Dpos47-c.rst3 :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 DAsyncTypes.td31 `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 DAsyncDialect.td28 This dialect contains operations for modeling asynchronous execution.
H A DAsyncOps.td73 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 Dswift-async-unwind.ll3 ; Swift asynchronous context is incompatible with the compact unwind encoding
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstack-capture-leak-arc.mm173 // 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 DNVGPU.td129 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 Dtarget-symbols-add-unwind.test8 # RUN: -fno-unwind-tables -fno-asynchronous-unwind-tables \
/llvm-project-15.0.7/clang/docs/
H A DDebuggingCoroutines.rst353 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 DMSVCCompatibility.rst97 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 Dfp-intrinsics.ll17 ; but we may want to revisit this for asynchronous exception handling.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Shape/IR/
H A DShapeBase.td130 viewed similarly to a compiler representation of promises from asynchronous,
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dnoreturn_async.ll5 ; indicates that the exception handler *can* catch asynchronous exceptions. As
H A Dnoreturn_sync.ll5 ; indicates that the exception handler *cannot* catch asynchronous exceptions.

12