Home
last modified time | relevance | path

Searched refs:arg_idx (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp843 for (int arg_idx=0; arg_idx<argc; ++arg_idx) in ParseArgs() local
845 const char *arg = argv[arg_idx]; in ParseArgs()
1024 for (size_t arg_idx = 1; arg_idx < num_args; ++arg_idx) in MainLoop() local
1025 commands_stream.Printf(" %s", EscapeString(m_option_data.m_args[arg_idx]).c_str()); in MainLoop()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectRegister.cpp238 … for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx) in DoExecute() local
HDCommandObjectTarget.cpp660 for (uint32_t arg_idx = 0; arg_idx < argc; ++arg_idx) in DoExecute() local
662 const char *target_idx_arg = args.GetArgumentAtIndex(arg_idx); in DoExecute()
2287 … for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx) in DoExecute() local
2411 … for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx) in DoExecute() local
2519 … for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx) in DoExecute() local
2597 … for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx) in DoExecute() local
HDCommandObjectCommands.cpp1098 for (size_t arg_idx = 1; arg_idx < argc; ++arg_idx) in DoExecute() local
1100 llvm::StringRef arg_strref (command.GetArgumentAtIndex(arg_idx)); in DoExecute()
/NextBSD/sys/sys/
HDcdefs.h792 #define __arg_type_tag(arg_kind, arg_idx, type_tag_idx) \ argument
793 __attribute__((__argument_with_type_tag__(arg_kind, arg_idx, type_tag_idx)))
797 #define __arg_type_tag(arg_kind, arg_idx, type_tag_idx) argument
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp1101 const uint32_t arg_idx = packet.GetU32(UINT32_MAX); in Handle_A() local
1102 if (arg_idx == UINT32_MAX) in Handle_A()
1128 if (arg_idx == 0) in Handle_A()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDFormatEntity.cpp1779 for (size_t arg_idx = 0; arg_idx < num_args; ++arg_idx) in Format() local
1783 VariableSP var_sp (args.GetVariableAtIndex (arg_idx)); in Format()
1799 if (arg_idx > 0) in Format()
/NextBSD/contrib/gcc/cp/
HDerror.c219 int arg_idx = 0; in dump_template_bindings() local
230 if (NUM_TMPL_ARGS (lvl_args) > arg_idx) in dump_template_bindings()
231 arg = TREE_VEC_ELT (lvl_args, arg_idx); in dump_template_bindings()
245 ++arg_idx; in dump_template_bindings()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp4527 ClangASTType::GetTemplateArgument (size_t arg_idx, lldb::TemplateArgumentKind &kind) const in GetTemplateArgument() argument
4543 if (template_decl && arg_idx < template_decl->getTemplateArgs().size()) in GetTemplateArgument()
4545 … const clang::TemplateArgument &template_arg = template_decl->getTemplateArgs()[arg_idx]; in GetTemplateArgument()
4590 …lang::TypedefType>(qual_type)->getDecl()->getUnderlyingType()).GetTemplateArgument (arg_idx, kind); in GetTemplateArgument()
4593 … llvm::cast<clang::ElaboratedType>(qual_type)->getNamedType()).GetTemplateArgument (arg_idx, kind); in GetTemplateArgument()
4596 …pe (m_ast, llvm::cast<clang::ParenType>(qual_type)->desugar()).GetTemplateArgument (arg_idx, kind); in GetTemplateArgument()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp4452 size_t arg_idx = 0; in ParseChildParameters() local
4521 if (arg_idx == 0) in ParseChildParameters()
4588 arg_idx++; in ParseChildParameters()
4609 return arg_idx; in ParseChildParameters()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDAttrDocs.td1069 Use ``__attribute__((argument_with_type_tag(arg_kind, arg_idx,