| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/ |
| H A D | stack-cfi-parsing.test | 7 # 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 D | unwind-via-stack-cfi.test | 9 # CHECK: Asynchronous (not restricted to call-sites) UnwindPlan is 'breakpad STACK CFI'
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.cpp | 118 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 D | check-io.h | 58 void Enter(const parser::IoControlSpec::Asynchronous &);
|
| H A D | check-call.cpp | 228 dummy.attrs.test(characteristics::DummyDataObject::Attr::Asynchronous)}; in CheckExplicitDataArg()
|
| H A D | resolve-names.cpp | 264 HANDLE_ATTR_CLASS(Asynchronous, ASYNCHRONOUS)
|
| /llvm-project-15.0.7/lldb/test/Shell/Unwind/ |
| H A D | eh-frame-augment-noop.test | 19 # CHECK: Asynchronous (not restricted to call-sites) UnwindPlan is 'eh_frame CFI'
|
| H A D | prefer-debug-over-eh-frame.test | 21 # 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 D | thread-canceltype-asynchronous.rst | 7 type is set to asynchronous. Asynchronous cancellation type
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | Fortran.h | 50 ENUM_CLASS(IoSpecKind, Access, Action, Advance, Asynchronous, Blank, Decimal,
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | io-parsers.cpp | 71 "ASYNCHRONOUS =" >> pure(ConnectSpec::CharExpr::Kind::Asynchronous), 198 construct<IoControlSpec>(construct<IoControlSpec::Asynchronous>( 391 pure(InquireSpec::CharVar::Kind::Asynchronous),
|
| H A D | Fortran-parsers.cpp | 643 construct<AttrSpec>(construct<Asynchronous>("ASYNCHRONOUS"_tok)) ||
|
| H A D | unparse.cpp | 576 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 D | characteristics.h | 182 ENUM_CLASS(Attr, Optional, Allocatable, Asynchronous, Contiguous, Value,
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 1322 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 D | dump-parse-tree.h | 145 NODE(parser, Asynchronous) in NODE() 400 NODE(IoControlSpec, Asynchronous) in NODE()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | MSVCCompatibility.rst | 94 * Asynchronous Exceptions (SEH): :partial:`Partial`.
|
| H A D | ClangCommandLineReference.rst | 1498 Enable EH Asynchronous exceptions
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | characteristics.cpp | 325 {Attr::ASYNCHRONOUS, DummyDataObject::Attr::Asynchronous}, in Characterize() 341 Attrs{Attr::Allocatable, Attr::Asynchronous, Attr::Optional, in CanBePassedViaImplicitInterface()
|
| H A D | intrinsics.cpp | 2506 Attr::Asynchronous) != in ApplySpecificChecks() 2508 characteristics::DummyDataObject::Attr::Asynchronous) || in ApplySpecificChecks()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 952 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 D | CallInterface.cpp | 823 if (obj.attrs.test(Attrs::Asynchronous)) in handleExplicitDummy()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/IR/ |
| H A D | AsyncOps.td | 37 let summary = "Asynchronous execute operation";
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 1448 PosFlag<SetTrue, [CC1Option], "Enable EH Asynchronous exceptions">, NegFlag<SetFalse>>;
|