Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp163 const char *SBFunction::GetArgumentName(uint32_t arg_idx) { in GetArgumentName()
/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp509 for (size_t arg_idx = 1; arg_idx < num_args; ++arg_idx) in MainLoop() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp170 size_t arg_idx) { in DeclGetFunctionArgumentType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1986 for (int arg_idx = 0; in DoExecute() local
2109 for (int arg_idx = 0; in DoExecute() local
2198 for (int arg_idx = 0; in DoExecute() local
2410 for (int arg_idx = 0; in DoExecute() local
2476 for (int arg_idx = 0; in DoExecute() local
2637 for (int arg_idx = 0; in DoExecute() local
H A DCommandObjectBreakpoint.cpp2188 for (int arg_idx = 0; arg_idx < opt_arg_pos; arg_idx++) { in HandleOptionArgumentCompletion() local
/freebsd-14.2/sys/sys/
H A Dcdefs.h808 #define __arg_type_tag(arg_kind, arg_idx, type_tag_idx) \ argument
813 #define __arg_type_tag(arg_kind, arg_idx, type_tag_idx) argument
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1041 const uint32_t arg_idx = packet.GetU32(UINT32_MAX); in Handle_A() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp618 for (uint32_t arg_idx = 0; arg_idx < num_args; arg_idx++) { in CreateLLDBTypeFromPDBType() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2413 for (size_t arg_idx = 0; arg_idx < num_args; ++arg_idx) { in PrettyPrintFunctionArguments() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3201 size_t arg_idx = 0; in ParseChildParameters() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7134 size_t arg_idx, bool expand_pack) { in GetTemplateArgumentKind()