Home
last modified time | relevance | path

Searched refs:Attach (Results 1 – 25 of 71) sorted by relevance

123

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-allocate.cpp121 .Attach(it->name(), in CheckAllocateOptions()
207 .Attach(it->name(), in CheckAllocateOptions()
223 .Attach(it->name(), in CheckAllocateOptions()
497 .Attach(allocateInfo_.sourceExprLoc.value(), in RunChecks()
528 .Attach(allocateInfo_.sourceExprLoc.value(), in RunChecks()
530 .Attach(symbol_->name(), in RunChecks()
553 .Attach(name_.source, "'%s' is a coarray"_en_US, name_.source); in RunCoarrayRelatedChecks()
559 .Attach(name_.source, "'%s' is a coarray"_en_US, name_.source); in RunCoarrayRelatedChecks()
572 .Attach(name_.source, "'%s' is a coarray"_en_US, name_.source); in RunCoarrayRelatedChecks()
578 .Attach(name_.source, "'%s' is a coarray"_en_US, name_.source); in RunCoarrayRelatedChecks()
[all …]
H A Dcheck-select-rank.cpp74 .Attach(prevLocDefault, "Previous use"_en_US); in Leave()
86 .Attach(prevLocStar, "Previous use"_en_US); in Leave()
114 .Attach(prevloc, "Previous use"_en_US); in Leave()
H A Dresolve-labels.cpp362 .Attach(*firstName, "should be"_en_US); in CheckOptionalName()
366 .Attach(firstStmt.source, "in unnamed %s"_en_US, constructTag); in CheckOptionalName()
403 .Attach( in Post()
436 .Attach(interfaceStmt.source, "corresponding INTERFACE"_en_US); in Post()
465 .Attach(program->statement.v.source, "should be"_en_US); in Post()
673 .Attach(*constructName, "should be"_en_US); in CheckEndName()
680 .Attach(*constructName, "should be"_en_US); in CheckEndName()
685 .Attach( in CheckEndName()
880 .Attach(body.first, "the loop branched into"_en_US); in CheckBranchesIntoDoBody()
895 .Attach(v2.first, "DO loop conflicts"_en_US); in CheckDoNesting()
[all …]
H A Dcheck-coarray.cpp42 .Attach(criticalSourcePosition_, GetEnclosingMsg()); in Post()
50 .Attach(criticalSourcePosition_, GetEnclosingMsg()); in Post()
187 .Attach(name2, std::move(msg2), name2); in Say2()
H A Dsemantics.cpp151 .Attach(symbol.name(), "Declaration of '%s'"_en_US, symbol.name()); in CheckAssignGotoName()
219 .Attach(previousInit.name(), in MapCommonBlockAndCheckConflicts()
231 .Attach(info.biggestSize->name(), in MapCommonBlockAndCheckConflicts()
381 .Attach(it->second.location, "Enclosing %s construct"_en_US, kind); in CheckIndexVarRedefine()
H A Dcheck-directive-structure.h94 .Attach(sourcePosition_, GetEnclosingMsg()); in EmitBranchOutError()
102 .Attach(sourcePosition_, GetEnclosingMsg()); in EmitUnlabelledBranchOutError()
112 .Attach(sourcePosition_, GetEnclosingMsg()); in EmitBranchOutErrorWithName()
546 .Attach(beginSource, "Does not match directive"_en_US); in SayNotMatching()
H A Dcheck-do-forall.cpp81 context.Say(stmtLocation, message).Attach(doLocation, GetEnclosingDoMsg()); in SayWithDo()
256 msg.Attach(statementLocation, *coarrayMsg); in Post()
258 msg.Attach(doConcurrentSourcePosition_, GetEnclosingDoMsg()); in Post()
267 .Attach(doConcurrentSourcePosition_, GetEnclosingDoMsg()); in Post()
841 .Attach(GetNodePosition(construct), "The construct that was left"_en_US); in SayBadLeave()
H A Dcheck-declarations.cpp928 msg->Attach(subprogram->name(), "Containing subprogram"_en_US); in CheckSubprogram()
1142 msg->Attach(f2Name, "FINAL declaration of '%s'"_en_US, f2.name()) in CheckDistinguishableFinals()
1143 .Attach(f1.name(), "Definition of '%s'"_en_US, f1Name) in CheckDistinguishableFinals()
1144 .Attach(f2.name(), "Definition of '%s'"_en_US, f2Name); in CheckDistinguishableFinals()
1452 msg->Attach(derivedSym->name(), in WarnMissingFinal()
1770 msg->Attach(iter->symbol.name(), in CheckEquivalenceSet()
1772 .Attach(details->commonBlock()->name(), in CheckEquivalenceSet()
1775 .Attach(commonBlock.name(), in CheckEquivalenceSet()
1902 msg->Attach(other.name(), "Conflicting declaration"_en_US); in CheckBindC()
2479 msg.Attach(unit.GetName().value(), in AttachDeclaration()
H A Dcompute-offsets.cpp243 .Attach(object->source, "Incompatible reference to '%s'"_en_US, in DoEquivalenceSet()
250 .Attach(object->source, in DoEquivalenceSet()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DREADME.md8 - [Attach Configuration Settings](#attach-configuration-settings)
11 - [Attach to process using process ID](#attach-using-pid)
12 - [Attach to process by name](#attach-by-name)
97 1. Attach to an existing process using the process ID
98 2. Attach to an existing process by name
99 3. Attach by name by waiting for the next instance of a process to launch
138 ### Attach using PID
146 "name": "Attach to PID",
152 ### Attach by Name
160 "name": "Attach to Name",
[all …]
/llvm-project-15.0.7/flang/lib/Parser/
H A Dmessage.cpp288 Message &Message::Attach(Message *m) { in Attach() function in Fortran::parser::Message
296 attachment_->Attach(m); in Attach()
301 Message &Message::Attach(std::unique_ptr<Message> &&m) { in Attach() function in Fortran::parser::Message
302 return Attach(m.release()); in Attach()
385 msg.Attach(std::move(m2)); in AttachTo()
/llvm-project-15.0.7/lldb/unittests/Target/
H A DRemoteAwarePlatformTest.cpp31 MOCK_METHOD4(Attach,
60 MOCK_METHOD4(Attach,
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h37 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
120 Status Attach();
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h40 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
127 Status Attach();
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dmessage.h217 Message &Attach(Message *);
218 Message &Attach(std::unique_ptr<Message> &&);
219 template <typename... A> Message &Attach(A &&...args) { in Attach() function
220 return Attach(new Message{std::forward<A>(args)...}); // reference-counted in Attach()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp489 return Attach(attach_info, debugger, &target, error); in DebugProcess()
506 lldb::ProcessSP PlatformWindows::Attach(ProcessAttachInfo &attach_info, in Attach() function in PlatformWindows
514 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
539 error = process_sp->Attach(attach_info); in Attach()
H A DPlatformWindows.h61 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h50 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
167 static llvm::Expected<std::vector<::pid_t>> Attach(::pid_t pid);
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h39 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() function
/llvm-project-15.0.7/lldb/test/API/macosx/function-starts/
H A DTestFunctionStarts.py62 process = target.Attach(attach_info, error)
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h40 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
H A DPlatformPOSIX.cpp362 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, in Attach() function in PlatformPOSIX
403 error = process_sp->Attach(attach_info); in Attach()
409 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
/llvm-project-15.0.7/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h48 static ProcessMessage Attach(lldb::pid_t pid) { in Attach() function
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A DLLGSOptions.td54 defm attach: SJ<"attach", "Attach to the process given by a (numeric) process id or a name.">,
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h63 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,

123