Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp327 FindArgumentDataByType(entry[0].arg_type); in HandleArgumentCompletion()
396 CommandArgumentType arg_type, ArgumentRepetitionType repetition_type) { in AddSimpleArgumentList() argument
402 simple_arg.arg_type = arg_type; in AddSimpleArgumentList()
424 CommandObject::FindArgumentDataByType(CommandArgumentType arg_type) { in FindArgumentDataByType() argument
426 if (g_argument_table[i].arg_type == arg_type) in FindArgumentDataByType()
432 void CommandObject::GetArgumentHelp(Stream &str, CommandArgumentType arg_type, in GetArgumentHelp() argument
434 const ArgumentTableEntry *entry = &(g_argument_table[arg_type]); in GetArgumentHelp()
439 if (entry->arg_type != arg_type) in GetArgumentHelp()
440 entry = CommandObject::FindArgumentDataByType(arg_type); in GetArgumentHelp()
462 OptionEnumValues enum_values = g_argument_table[arg_type].enum_values; in GetArgumentHelp()
[all …]
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c520 bhnd_nvram_type arg_type; in bhnd_nvram_val_vprintf() local
586 arg_type = (is_signed) ? BHND_NVRAM_TYPE_INT ## _width : \ in bhnd_nvram_val_vprintf()
590 &v.u ## _width, &arg_size, arg_type); \ in bhnd_nvram_val_vprintf()
593 bhnd_nvram_type_name(arg_type), error); \ in bhnd_nvram_val_vprintf()
772 arg_type = BHND_NVRAM_TYPE_STRING; in bhnd_nvram_val_vprintf()
774 elen, NULL, &arg_size, arg_type); in bhnd_nvram_val_vprintf()
778 bhnd_nvram_type_name(arg_type), in bhnd_nvram_val_vprintf()
804 elen, s, &slen, arg_type); in bhnd_nvram_val_vprintf()
808 bhnd_nvram_type_name(arg_type), in bhnd_nvram_val_vprintf()
829 arg_type = BHND_NVRAM_TYPE_CHAR; in bhnd_nvram_val_vprintf()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h84 lldb::CommandArgumentType arg_type; member
94 lldb::CommandArgumentType arg_type; member
103 : arg_type(type), arg_repetition(repetition), in arg_type() function
119 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
122 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
208 FindArgumentDataByType(lldb::CommandArgumentType arg_type);
213 lldb::CommandArgumentType arg_type,
228 static void GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type,
231 static const char *GetArgumentName(lldb::CommandArgumentType arg_type);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp38 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsSet()
46 value_arg.arg_type = eArgTypeValue; in CommandObjectSettingsSet()
456 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsList()
460 prefix_name_arg.arg_type = eArgTypeSettingPrefix; in CommandObjectSettingsList()
525 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsRemove()
533 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsRemove()
537 key_arg.arg_type = eArgTypeSettingKey; in CommandObjectSettingsRemove()
618 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsReplace()
626 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsReplace()
630 key_arg.arg_type = eArgTypeSettingKey; in CommandObjectSettingsReplace()
[all …]
H A DCommandObjectHelp.cpp174 const CommandArgumentType arg_type = in DoExecute() local
176 if (arg_type != eArgTypeLastArg) { in DoExecute()
178 CommandObject::GetArgumentHelp(output_strm, arg_type, m_interpreter); in DoExecute()
H A DCommandObjectLog.cpp61 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogEnable()
68 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogEnable()
233 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogDisable()
240 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogDisable()
H A DCommandOptionArgumentTable.cpp305 g_argument_table[I].arg_type == I,
H A DCommandObjectMemory.cpp301 start_addr_arg.arg_type = eArgTypeAddressOrExpression; in CommandObjectMemoryRead()
309 end_addr_arg.arg_type = eArgTypeAddressOrExpression; in CommandObjectMemoryRead()
953 addr_arg.arg_type = eArgTypeAddressOrExpression; in CommandObjectMemoryFind()
961 value_arg.arg_type = eArgTypeAddressOrExpression; in CommandObjectMemoryFind()
1200 addr_arg.arg_type = eArgTypeAddress;
1208 value_arg.arg_type = eArgTypeValue;
1520 addr_arg.arg_type = eArgTypeAddress; in CommandObjectMemoryHistory()
H A DCommandObjectRegister.cpp303 register_arg.arg_type = eArgTypeRegisterName; in CommandObjectRegisterWrite()
311 value_arg.arg_type = eArgTypeValue; in CommandObjectRegisterWrite()
H A DCommandObjectCommands.cpp335 alias_arg.arg_type = eArgTypeAliasName; in CommandObjectCommandsAlias()
343 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsAlias()
351 options_arg.arg_type = eArgTypeAliasOptions; in CommandObjectCommandsAlias()
1749 CommandArgumentType arg_type = eArgTypeNone; in CommandObjectScriptingObjectParsed() local
1780 arg_type = (CommandArgumentType) arg_type_int; in CommandObjectScriptingObjectParsed()
1803 this_entry.emplace_back(arg_type, arg_repetition, in CommandObjectScriptingObjectParsed()
/freebsd/sbin/nvmecontrol/
H A Dcomnd.h38 typedef enum arg_type { enum
47 } arg_type; typedef
57 arg_type at;
65 arg_type at;
H A Dcomnd.c105 arg_suffix(char *buf, size_t len, arg_type at) in arg_suffix()
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_arm.c535 char *arg_type, *rtn_type; in read_func_ptr() local
546 arg_type = NULL; in read_func_ptr()
603 arg_type = vector_str_get_flat(&fptr.vec, &arg_len); in read_func_ptr()
610 free(arg_type); in read_func_ptr()
619 free(arg_type); in read_func_ptr()
633 free(arg_type); in read_func_ptr()
641 free(arg_type); in read_func_ptr()
646 if (vector_str_push(&d->vec, arg_type, arg_len) == false) { in read_func_ptr()
647 free(arg_type); in read_func_ptr()
652 free(arg_type); in read_func_ptr()
H A Dlibelftc_dem_gnu2.c684 char *arg_type, *rtn_type; in read_func_ptr() local
695 arg_type = NULL; in read_func_ptr()
752 arg_type = vector_str_get_flat(&fptr.vec, &arg_len); in read_func_ptr()
759 free(arg_type); in read_func_ptr()
768 free(arg_type); in read_func_ptr()
782 free(arg_type); in read_func_ptr()
790 free(arg_type); in read_func_ptr()
795 if (vector_str_push(&d->vec, arg_type, arg_len) == false) { in read_func_ptr()
796 free(arg_type); in read_func_ptr()
801 free(arg_type); in read_func_ptr()
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y102 args_state_t arg_type; member
579 assign_arg(args_state_t arg_type, void *arg) in assign_arg() argument
587 command.function, str, args_enum_names[arg_type]); in assign_arg()
590 cur.arg_type = arg_type; in assign_arg()
591 switch (arg_type) { in assign_arg()
597 cur.arg_type = ret_string; in assign_arg()
1034 if (command.args[i].arg_type == arg_var) in write_func_and_args()
1035 write_cmd_pipe_args(command.args[i].arg_type, in write_func_and_args()
1038 write_cmd_pipe_args(command.args[i].arg_type, in write_func_and_args()
1065 if (command.args[i].arg_type != arg_var) in init_parse_variables()
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp521 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString() argument
522 LLDB_INSTRUMENT_VA(arg_type); in GetArgumentTypeAsCString()
524 return ConstString(CommandObject::GetArgumentTypeAsCString(arg_type)) in GetArgumentTypeAsCString()
529 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString() argument
530 LLDB_INSTRUMENT_VA(arg_type); in GetArgumentDescriptionAsCString()
532 return ConstString(CommandObject::GetArgumentDescriptionAsCString(arg_type)) in GetArgumentDescriptionAsCString()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h43 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
46 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp275 CompilerType arg_type = type.GetTypeTemplateArgument(0); in LibcxxStdVectorSyntheticFrontEndCreator() local
276 if (arg_type.GetTypeName() == "bool") in LibcxxStdVectorSyntheticFrontEndCreator()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp364 clang::QualType arg_type = in BuildMethod() local
368 if (arg_type.isNull()) in BuildMethod()
374 nullptr, arg_type, nullptr, clang::SC_None, nullptr)); in BuildMethod()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp482 if (Type *arg_type = ResolveTypeUID(arg)) in CreateFunction() local
483 arg_types.push_back(arg_type->GetFullCompilerType()); in CreateFunction()
804 Type *arg_type = ResolveTypeUID(arg_uid); in ParseFunctions() local
805 arg_types.push_back(arg_type ? arg_type->GetFullCompilerType() in ParseFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp627 lldb_private::Type *arg_type = in CreateLLDBTypeFromPDBType() local
631 if (!arg_type) in CreateLLDBTypeFromPDBType()
633 CompilerType arg_ast_type = arg_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
966 Type *arg_type = symbol_file->ResolveTypeUID(arg->getTypeId()); in GetDeclForSymbol() local
967 if (!arg_type) in GetDeclForSymbol()
972 arg_type->GetForwardCompilerType(), clang::SC_None, true); in GetDeclForSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h510 using arg_type = std::tuple_element_t<0, std::tuple<Args...>>;
514 static_assert(std::is_lvalue_reference_v<arg_type> &&
515 std::is_const_v<std::remove_reference_t<arg_type>>,
522 typename detail::callback_traits<F>::arg_type>
525 using arg_type = typename detail::callback_traits<F>::arg_type;
526 return cb<result_type, arg_type>(CB);
/freebsd/usr.sbin/mfiutil/
H A Dmfi_evt.c370 switch (detail->arg_type) { in mfi_decode_evt()
525 printf("Type %d: ", detail->arg_type); in mfi_decode_evt()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h5452 template <typename arg_type> \
5453 class gmock_Impl : public ::testing::MatcherInterface<const arg_type&> { \
5457 const arg_type& arg, \
5484 template <typename arg_type> \
5485 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain( \
5486 const arg_type& arg, \
5531 template <typename arg_type> \
5532 class gmock_Impl : public ::testing::MatcherInterface<const arg_type&> { \
5537 const arg_type& arg, \
5569 template <typename arg_type> \
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1203 clang::QualType arg_type = GetOrCreateType(arg_index); in CreateFunctionType()
1204 if (arg_type.isNull()) in CreateFunctionType()
1206 arg_types.push_back(ToCompilerType(arg_type)); in CreateFunctionType()
1202 clang::QualType arg_type = GetOrCreateType(arg_index); CreateFunctionType() local

12