Home
last modified time | relevance | path

Searched refs:Asynchronous (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/
H A Dstack-cfi-parsing.test7 # CHECK: Asynchronous (not restricted to call-sites) UnwindPlan is 'breakpad STACK CFI'
48 # CHECK: Asynchronous (not restricted to call-sites) UnwindPlan is 'breakpad STACK CFI'
H A Dunwind-via-stack-cfi.test9 # CHECK: Asynchronous (not restricted to call-sites) UnwindPlan is 'breakpad STACK CFI'
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.cpp118 case ParseKind::Asynchronous: in Enter()
119 specKind = IoSpecKind::Asynchronous; in Enter()
356 case ParseKind::Asynchronous: in Enter()
357 specKind = IoSpecKind::Asynchronous; in Enter()
491 void IoChecker::Enter(const parser::IoControlSpec::Asynchronous &spec) { in Enter()
492 SetSpecifier(IoSpecKind::Asynchronous); in Enter()
496 CheckStringValue(IoSpecKind::Asynchronous, *charConst, in Enter()
859 {IoSpecKind::Asynchronous, {"NO", "YES"}}, in CheckStringValue()
H A Dcheck-io.h58 void Enter(const parser::IoControlSpec::Asynchronous &);
H A Dcheck-call.cpp228 dummy.attrs.test(characteristics::DummyDataObject::Attr::Asynchronous)}; in CheckExplicitDataArg()
H A Dresolve-names.cpp264 HANDLE_ATTR_CLASS(Asynchronous, ASYNCHRONOUS)
/llvm-project-15.0.7/lldb/test/Shell/Unwind/
H A Deh-frame-augment-noop.test19 # CHECK: Asynchronous (not restricted to call-sites) UnwindPlan is 'eh_frame CFI'
H A Dprefer-debug-over-eh-frame.test21 # CHECK: Asynchronous (not restricted to call-sites) UnwindPlan is 'DWARF CFI plus augmentation fro…
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/concurrency/
H A Dthread-canceltype-asynchronous.rst7 type is set to asynchronous. Asynchronous cancellation type
/llvm-project-15.0.7/flang/include/flang/Common/
H A DFortran.h50 ENUM_CLASS(IoSpecKind, Access, Action, Advance, Asynchronous, Blank, Decimal,
/llvm-project-15.0.7/flang/lib/Parser/
H A Dio-parsers.cpp71 "ASYNCHRONOUS =" >> pure(ConnectSpec::CharExpr::Kind::Asynchronous),
198 construct<IoControlSpec>(construct<IoControlSpec::Asynchronous>(
391 pure(InquireSpec::CharVar::Kind::Asynchronous),
H A DFortran-parsers.cpp643 construct<AttrSpec>(construct<Asynchronous>("ASYNCHRONOUS"_tok)) ||
H A Dunparse.cpp576 void Post(const Asynchronous &) { Word("ASYNCHRONOUS"); } in Post() argument
1315 [&](const IoControlSpec::Asynchronous &) { in Pre() argument
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h182 ENUM_CLASS(Attr, Optional, Allocatable, Asynchronous, Contiguous, Value,
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1322 EMPTY_CLASS(Asynchronous);
1334 std::variant<AccessSpec, Allocatable, Asynchronous, CoarraySpec, Contiguous,
2581 ENUM_CLASS(Kind, Access, Action, Asynchronous, Blank, Decimal, Delim,
2643 WRAPPER_CLASS(Asynchronous, ScalarDefaultCharConstantExpr);
2647 std::variant<IoUnit, Format, Name, CharExpr, Asynchronous, EndLabel, EorLabel,
2797 ENUM_CLASS(Kind, Access, Action, Asynchronous, Blank, Decimal, Delim,
H A Ddump-parse-tree.h145 NODE(parser, Asynchronous) in NODE()
400 NODE(IoControlSpec, Asynchronous) in NODE()
/llvm-project-15.0.7/clang/docs/
H A DMSVCCompatibility.rst94 * Asynchronous Exceptions (SEH): :partial:`Partial`.
H A DClangCommandLineReference.rst1498 Enable EH Asynchronous exceptions
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp325 {Attr::ASYNCHRONOUS, DummyDataObject::Attr::Asynchronous}, in Characterize()
341 Attrs{Attr::Allocatable, Attr::Asynchronous, Attr::Optional, in CanBePassedViaImplicitInterface()
H A Dintrinsics.cpp2506 Attr::Asynchronous) != in ApplySpecificChecks()
2508 characteristics::DummyDataObject::Attr::Asynchronous) || in ApplySpecificChecks()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp952 case Fortran::parser::ConnectSpec::CharExpr::Kind::Asynchronous: in genIOOption()
1056 mlir::Value genIOOption<Fortran::parser::IoControlSpec::Asynchronous>( in genIOOption()
1059 const Fortran::parser::IoControlSpec::Asynchronous &spec) { in genIOOption()
1356 getIOControl<Fortran::parser::IoControlSpec::Asynchronous>(stmt)) { in isDataTransferAsynchronous()
H A DCallInterface.cpp823 if (obj.attrs.test(Attrs::Asynchronous)) in handleExplicitDummy()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/IR/
H A DAsyncOps.td37 let summary = "Asynchronous execute operation";
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1448 PosFlag<SetTrue, [CC1Option], "Enable EH Asynchronous exceptions">, NegFlag<SetFalse>>;