Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/fuzz/
H A Dquic-srtm.c51 uint64_t arg_opaque, arg_seq_num, arg_idx; in FuzzerTestOneInput() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp177 const char *SBFunction::GetArgumentName(uint32_t arg_idx) { in GetArgumentName()
/freebsd/sys/sys/
H A Dcdefs.h523 #define __arg_type_tag(arg_kind, arg_idx, type_tag_idx) \ argument
528 #define __arg_type_tag(arg_kind, arg_idx, type_tag_idx) argument
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp175 size_t arg_idx) { in DeclGetFunctionArgumentType()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp500 for (size_t arg_idx = 1; arg_idx < num_args; ++arg_idx) in MainLoop() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1919 for (int arg_idx = 0; in DoExecute() local
2042 for (int arg_idx = 0; in DoExecute() local
2131 for (int arg_idx = 0; in DoExecute() local
2342 for (int arg_idx = 0; in DoExecute() local
2408 for (int arg_idx = 0; in DoExecute() local
2569 for (int arg_idx = 0; in DoExecute() local
H A DCommandObjectBreakpoint.cpp2148 for (int arg_idx = 0; arg_idx < opt_arg_pos; arg_idx++) { in HandleOptionArgumentCompletion() local
/freebsd/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/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/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2462 for (size_t arg_idx = 0; arg_idx < num_args; ++arg_idx) { in PrettyPrintFunctionArguments() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3131 size_t arg_idx = 0; in ParseChildParameters() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7291 size_t arg_idx, bool expand_pack) { in GetTemplateArgumentKind()