Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-5.c25 arg_idx (char *p, int i) in arg_idx() function
/openbsd/gnu/llvm/lldb/examples/lookup/
H A Dmain.cpp159 int arg_idx = 0; in main() local
/openbsd/gnu/llvm/lldb/source/API/
H A DSBFunction.cpp166 const char *SBFunction::GetArgumentName(uint32_t arg_idx) { in GetArgumentName()
/openbsd/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp172 for (int arg_idx = 0; arg_idx < argc; ++arg_idx) { in main() local
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp169 size_t arg_idx) { in DeclGetFunctionArgumentType()
/openbsd/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp514 for (size_t arg_idx = 1; arg_idx < num_args; ++arg_idx) in MainLoop() local
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h173 const char *ArgumentAtIndex(size_t arg_idx) const { in ArgumentAtIndex()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp1898 for (int arg_idx = 0; in DoExecute() local
2019 for (int arg_idx = 0; in DoExecute() local
2103 for (int arg_idx = 0; in DoExecute() local
2307 for (int arg_idx = 0; in DoExecute() local
2372 for (int arg_idx = 0; in DoExecute() local
H A DCommandObjectBreakpoint.cpp2210 for (int arg_idx = 0; arg_idx < opt_arg_pos; arg_idx++) { in HandleOptionArgumentCompletion() local
/openbsd/gnu/gcc/gcc/cp/
H A Derror.c219 int arg_idx = 0; in dump_template_bindings() local
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1041 const uint32_t arg_idx = packet.GetU32(UINT32_MAX); in Handle_A() local
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp620 for (uint32_t arg_idx = 0; arg_idx < num_args; arg_idx++) { in CreateLLDBTypeFromPDBType() local
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c286 int arg_idx = 0; local
/openbsd/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp2424 for (size_t arg_idx = 0; arg_idx < num_args; ++arg_idx) { in PrettyPrintFunctionArguments() local
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3050 size_t arg_idx = 0; in ParseChildParameters() local
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7262 size_t arg_idx, bool expand_pack) { in GetTemplateArgumentKind()