Home
last modified time | relevance | path

Searched refs:m_arguments (Results 226 – 250 of 786) sorted by relevance

12345678910>>...32

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Utility/
H A DProcessInfo.h75 Args &GetArguments() { return m_arguments; } in GetArguments()
77 const Args &GetArguments() const { return m_arguments; } in GetArguments()
96 Args m_arguments; // All program arguments except argv[0] variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h75 Args &GetArguments() { return m_arguments; } in GetArguments()
77 const Args &GetArguments() const { return m_arguments; } in GetArguments()
96 Args m_arguments; // All program arguments except argv[0] variable
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A DProcessInfo.h75 Args &GetArguments() { return m_arguments; }
77 const Args &GetArguments() const { return m_arguments; }
96 Args m_arguments; // All program arguments except argv[0]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dprocesscreator-test.cpp55 QStringList m_arguments = {QStringLiteral("connectionName")}; member in __anon45d8c4710111::ProcessCreator
119 processCreator.setArguments(m_arguments); in SetUp()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/parser/
H A Dcodemodel.cpp155 && m_arguments.isEmpty() && m_arrayElements.isEmpty() in isVoid()
300 for (int i = 0; i < m_arguments.count(); ++i) { in toString()
304 tmp += m_arguments.at(i).toString(); in toString()
335 && (!m_functionPointer || m_arguments == other.m_arguments) in operator ==()
484 formatSequence(d, m_arguments.begin(), m_arguments.end()); in formatDebug()
1127 return m_arguments; in arguments()
1132 m_arguments.append(item); in addArgument()
1266 for (int a = 0, size = m_arguments.size(); a < size; ++a) { in typeSystemSignature()
1269 m_arguments.at(a)->type().formatTypeSystemSignature(str); in typeSystemSignature()
1298 formatModelItemList(d, ", arguments=", m_arguments); in formatDebug()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/parser/
H A Dcodemodel.cpp155 && m_arguments.isEmpty() && m_arrayElements.isEmpty() in isVoid()
300 for (int i = 0; i < m_arguments.count(); ++i) { in toString()
304 tmp += m_arguments.at(i).toString(); in toString()
335 && (!m_functionPointer || m_arguments == other.m_arguments) in operator ==()
484 formatSequence(d, m_arguments.begin(), m_arguments.end()); in formatDebug()
1127 return m_arguments; in arguments()
1132 m_arguments.append(item); in addArgument()
1266 for (int a = 0, size = m_arguments.size(); a < size; ++a) { in typeSystemSignature()
1269 m_arguments.at(a)->type().formatTypeSystemSignature(str); in typeSystemSignature()
1298 formatModelItemList(d, ", arguments=", m_arguments); in formatDebug()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/parser/
H A Dcodemodel.cpp155 && m_arguments.isEmpty() && m_arrayElements.isEmpty() in isVoid()
300 for (int i = 0; i < m_arguments.count(); ++i) { in toString()
304 tmp += m_arguments.at(i).toString(); in toString()
335 && (!m_functionPointer || m_arguments == other.m_arguments) in operator ==()
484 formatSequence(d, m_arguments.begin(), m_arguments.end()); in formatDebug()
1127 return m_arguments; in arguments()
1132 m_arguments.append(item); in addArgument()
1266 for (int a = 0, size = m_arguments.size(); a < size; ++a) { in typeSystemSignature()
1269 m_arguments.at(a)->type().formatTypeSystemSignature(str); in typeSystemSignature()
1298 formatModelItemList(d, ", arguments=", m_arguments); in formatDebug()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h76 Args &GetArguments() { return m_arguments; } in GetArguments()
78 const Args &GetArguments() const { return m_arguments; } in GetArguments()
96 Args m_arguments; // All program arguments except argv[0] variable
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Drulecommands.h131 const QStringList arguments() const { return m_arguments; } in arguments()
160 pool.serializationOp<opType>(m_program, m_arguments, m_environment, m_workingDir, in serializationOp()
169 QStringList m_arguments; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Utility/
H A DProcessInfo.h76 Args &GetArguments() { return m_arguments; } in GetArguments()
78 const Args &GetArguments() const { return m_arguments; } in GetArguments()
97 Args m_arguments; // All program arguments except argv[0] variable
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/inc/
H A Deetype.h684 UIntTarget m_arguments[/*arity*/1]; // to make the size come out right for cross-bind variable
686 EEType *m_arguments[/*arity*/1]; variable
693 size_t cbSize = offsetof(GenericComposition, m_arguments[arity]); in GetSize()
717 return (EETypeRef *)m_arguments; in GetArguments()
/dports/lang/solidity/solidity_0.8.11/libyul/optimiser/
H A DSimplificationRules.h124 std::vector<Pattern> arguments() const { return m_arguments; } in arguments()
141 std::vector<Pattern> m_arguments; variable
/dports/games/openlierox/OpenLieroX/libs/boost_process/boost/process/
H A Doperations.hpp367 entries[i].m_arguments, in launch_pipeline()
410 entries[i].m_arguments, in launch_pipeline()
446 entries[i].m_arguments, in launch_pipeline()
495 (entries[i].m_executable, entries[i].m_arguments, in launch_pipeline()
523 (entries[i].m_executable, entries[i].m_arguments, in launch_pipeline()
555 (entries[i].m_executable, entries[i].m_arguments, in launch_pipeline()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/languageclient/
H A Dlanguageclientsettings.cpp697 if (m_arguments != settingsWidget->arguments()) { in applyFromSettingsWidget()
698 m_arguments = settingsWidget->arguments(); in applyFromSettingsWidget()
719 map.insert(argumentsKey, m_arguments); in toMap()
727 m_arguments = map[argumentsKey].toString(); in fromMap()
732 return Utils::globalMacroExpander()->expand(m_arguments); in arguments()
969 , m_arguments(new QLineEdit(settings->m_arguments, this)) in StdIOSettingsWidget()
979 mainLayout->addWidget(m_arguments, baseRows + 1, 1); in StdIOSettingsWidget()
982 chooser->addSupportedWidget(m_arguments); in StdIOSettingsWidget()
992 return m_arguments->text(); in arguments()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/porting/src/
H A Drpptreeevaluator.cpp490m_arguments.append(TokenSection(tokenContainer, currentArgumentStartToken, tokenIndex - currentArg… in MacroFunctionParser()
498m_arguments.append(TokenSection(tokenContainer, currentArgumentStartToken, tokenIndex - currentArg… in MacroFunctionParser()
540 return m_arguments.count(); in argumentCount()
548 Q_ASSERT(argumentIndex < m_arguments.count()); in argument()
549 return m_arguments.at(argumentIndex); in argument()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h31 return m_arguments; in GetRecognizedArguments()
39 lldb::ValueObjectListSP m_arguments;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/dfg/
H A DDFGGraph.h81 , m_arguments(numArguments) in BasicBlock()
96 Vector <VariableRecord, 8> m_arguments; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp46 m_arguments(), m_deprecated_command_override_callback(nullptr), in CommandObject()
70 if (!m_arguments.empty()) { in GetSyntax()
354 int CommandObject::GetNumArgumentEntries() { return m_arguments.size(); } in GetNumArgumentEntries()
358 if (static_cast<size_t>(idx) < m_arguments.size()) in GetArgumentEntryAtIndex()
359 return &(m_arguments[idx]); in GetArgumentEntryAtIndex()
447 int num_args = m_arguments.size(); in GetFormattedCommandArguments()
453 ? m_arguments[i] in GetFormattedCommandArguments()
454 : OptSetFiltered(opt_set_mask, m_arguments[i]); in GetFormattedCommandArguments()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Interpreter/
H A DCommandObject.cpp46 m_arguments(), m_deprecated_command_override_callback(nullptr), in CommandObject()
70 if (!m_arguments.empty()) { in GetSyntax()
354 int CommandObject::GetNumArgumentEntries() { return m_arguments.size(); } in GetNumArgumentEntries()
358 if (static_cast<size_t>(idx) < m_arguments.size()) in GetArgumentEntryAtIndex()
359 return &(m_arguments[idx]); in GetArgumentEntryAtIndex()
447 int num_args = m_arguments.size(); in GetFormattedCommandArguments()
453 ? m_arguments[i] in GetFormattedCommandArguments()
454 : OptSetFiltered(opt_set_mask, m_arguments[i]); in GetFormattedCommandArguments()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Interpreter/
H A DCommandObject.cpp46 m_arguments(), m_deprecated_command_override_callback(nullptr), in CommandObject()
70 if (!m_arguments.empty()) { in GetSyntax()
363 int CommandObject::GetNumArgumentEntries() { return m_arguments.size(); } in GetNumArgumentEntries()
367 if (static_cast<size_t>(idx) < m_arguments.size()) in GetArgumentEntryAtIndex()
368 return &(m_arguments[idx]); in GetArgumentEntryAtIndex()
456 int num_args = m_arguments.size(); in GetFormattedCommandArguments()
462 ? m_arguments[i] in GetFormattedCommandArguments()
463 : OptSetFiltered(opt_set_mask, m_arguments[i]); in GetFormattedCommandArguments()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Interpreter/
H A DCommandObject.cpp46 m_arguments(), m_deprecated_command_override_callback(nullptr), in CommandObject()
70 if (!m_arguments.empty()) { in GetSyntax()
363 int CommandObject::GetNumArgumentEntries() { return m_arguments.size(); } in GetNumArgumentEntries()
367 if (static_cast<size_t>(idx) < m_arguments.size()) in GetArgumentEntryAtIndex()
368 return &(m_arguments[idx]); in GetArgumentEntryAtIndex()
456 int num_args = m_arguments.size(); in GetFormattedCommandArguments()
462 ? m_arguments[i] in GetFormattedCommandArguments()
463 : OptSetFiltered(opt_set_mask, m_arguments[i]); in GetFormattedCommandArguments()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp44 m_arguments(), m_deprecated_command_override_callback(nullptr), in CommandObject()
68 if (!m_arguments.empty()) { in GetSyntax()
340 int CommandObject::GetNumArgumentEntries() { return m_arguments.size(); } in GetNumArgumentEntries()
344 if (static_cast<size_t>(idx) < m_arguments.size()) in GetArgumentEntryAtIndex()
345 return &(m_arguments[idx]); in GetArgumentEntryAtIndex()
433 int num_args = m_arguments.size(); in GetFormattedCommandArguments()
439 ? m_arguments[i] in GetFormattedCommandArguments()
440 : OptSetFiltered(opt_set_mask, m_arguments[i]); in GetFormattedCommandArguments()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/statemachine/
H A Dqstatemachine.h82 inline QList<QVariant> arguments() const { return m_arguments; } in Q_PROPERTY()
87 QList<QVariant> m_arguments; in Q_PROPERTY() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/clangsupport/
H A Dprocesscreator.cpp56 m_arguments = arguments; in setArguments()
71 process->start(m_processPath, m_arguments); in createProcess()
/dports/lang/solidity/solidity_0.8.11/libevmasm/
H A DSimplificationRules.h115 std::vector<Pattern> arguments() const { return m_arguments; } in arguments()
140 std::vector<Pattern> m_arguments; variable

12345678910>>...32