Home
last modified time | relevance | path

Searched defs:arg_idx (Results 1 – 11 of 11) 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.cpp176 const char *SBFunction::GetArgumentName(uint32_t arg_idx) { in GetArgumentName()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp510 for (size_t arg_idx = 1; arg_idx < num_args; ++arg_idx) in MainLoop() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp179 size_t arg_idx) { in DeclGetFunctionArgumentType()
/freebsd/sys/sys/
H A Dcdefs.h546 #define __arg_type_tag(arg_kind, arg_idx, type_tag_idx) \ argument
551 #define __arg_type_tag(arg_kind, arg_idx, type_tag_idx) argument
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1927 for (int arg_idx = 0; in DoExecute() local
2050 for (int arg_idx = 0; in DoExecute() local
2139 for (int arg_idx = 0; in DoExecute() local
2362 for (int arg_idx = 0; in DoExecute() local
2428 for (int arg_idx = 0; in DoExecute() local
2596 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/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1043 const uint32_t arg_idx = packet.GetU32(UINT32_MAX); in Handle_A() 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/Core/
H A DFormatEntity.cpp2602 for (size_t arg_idx = 0; arg_idx < num_args; ++arg_idx) { in PrettyPrintFunctionArguments() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7193 size_t arg_idx, bool expand_pack) { in GetTemplateArgumentKind()