Searched refs:arg_type (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-11-stable/contrib/gdb/gdb/
H A Dreply_mig_hack.awk76 arg_type[num_args] = $1;
113 printf (", %s", arg_type[i]);
H A Dinfcall.c87 struct type *arg_type = check_typedef (VALUE_TYPE (arg)); local
89 = param_type ? check_typedef (param_type) : arg_type;
94 if (TYPE_CODE (arg_type) != TYPE_CODE_REF
95 && TYPE_CODE (arg_type) != TYPE_CODE_PTR)
681 struct type *arg_type = check_typedef (VALUE_TYPE (args[i])); local
682 if ((TYPE_CODE (arg_type) == TYPE_CODE_STRUCT
683 || TYPE_CODE (arg_type) == TYPE_CODE_UNION
684 || TYPE_CODE (arg_type) == TYPE_CODE_ARRAY
685 || TYPE_CODE (arg_type) == TYPE_CODE_STRING
686 || TYPE_CODE (arg_type)
[all...]
H A Dalpha-tdep.c298 struct type *arg_type = check_typedef (VALUE_TYPE (arg));
301 switch (TYPE_CODE (arg_type))
308 if (TYPE_LENGTH (arg_type) == 4)
312 arg_type = builtin_type_int32;
313 arg = value_cast (arg_type, arg);
315 if (TYPE_LENGTH (arg_type) < ALPHA_REGISTER_SIZE)
317 arg_type = builtin_type_int64;
318 arg = value_cast (arg_type, arg);
326 && TYPE_LENGTH (arg_type) == 4)
328 arg_type
296 struct type *arg_type = check_typedef (VALUE_TYPE (arg)); local
[all...]
H A Dvalues.c893 int fieldno, struct type *arg_type)
898 CHECK_TYPEDEF (arg_type);
899 type = TYPE_FIELD_TYPE (arg_type, fieldno);
903 if (TYPE_FIELD_BITSIZE (arg_type, fieldno))
906 unpack_field_as_long (arg_type,
910 VALUE_BITPOS (v) = TYPE_FIELD_BITPOS (arg_type, fieldno) % 8;
911 VALUE_BITSIZE (v) = TYPE_FIELD_BITSIZE (arg_type, fieldno);
913 + TYPE_FIELD_BITPOS (arg_type, fieldno) / 8;
915 else if (fieldno < TYPE_N_BASECLASSES (arg_type))
931 TYPE_FIELD_BITPOS (arg_type, fieldn
886 value_primitive_field(struct value *arg1, int offset, int fieldno, struct type *arg_type) argument
[all...]
H A Dmips-tdep.c2539 fp_register_arg_p (enum type_code typecode, struct type *arg_type) argument
2545 && TYPE_NFIELDS (arg_type) == 1
2546 && TYPE_CODE (TYPE_FIELD_TYPE (arg_type, 0)) == TYPE_CODE_FLT))
2791 struct type *arg_type = check_typedef (VALUE_TYPE (arg)); local
2792 int len = TYPE_LENGTH (arg_type);
2793 enum type_code typecode = TYPE_CODE (arg_type);
2821 if (!FP_REGISTER_DOUBLE && fp_register_arg_p (typecode, arg_type))
2839 if (fp_register_arg_p (typecode, arg_type)
2903 || fp_register_arg_p (typecode, arg_type))
2919 && (TYPE_LENGTH (arg_type)
3105 struct type *arg_type = check_typedef (VALUE_TYPE (arg)); local
3444 struct type *arg_type = check_typedef (VALUE_TYPE (arg)); local
3896 struct type *arg_type = check_typedef (VALUE_TYPE (arg)); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp351 CommandObject::FindArgumentDataByType(CommandArgumentType arg_type) { argument
355 if (table[i].arg_type == arg_type)
361 void CommandObject::GetArgumentHelp(Stream &str, CommandArgumentType arg_type, argument
364 const ArgumentTableEntry *entry = &(table[arg_type]);
366 // The table is *supposed* to be kept in arg_type order, but someone *could*
369 if (entry->arg_type != arg_type)
370 entry = CommandObject::FindArgumentDataByType(arg_type);
392 const char *CommandObject::GetArgumentName(CommandArgumentType arg_type) { argument
906 GetArgumentTypeAsCString( const lldb::CommandArgumentType arg_type) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i135 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
138 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h82 lldb::CommandArgumentType arg_type; member in struct:lldb_private::CommandObject::ArgumentTableEntry
91 lldb::CommandArgumentType arg_type; member in struct:lldb_private::CommandObject::CommandArgumentData
96 : arg_type(lldb::eArgTypeNone), arg_repetition(eArgRepeatPlain),
118 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
121 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
199 FindArgumentDataByType(lldb::CommandArgumentType arg_type);
205 static void GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type,
208 static const char *GetArgumentName(lldb::CommandArgumentType arg_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp38 var_name_arg.arg_type = eArgTypeSettingVariableName;
46 value_arg.arg_type = eArgTypeValue;
254 var_name_arg.arg_type = eArgTypeSettingVariableName;
318 var_name_arg.arg_type = eArgTypeSettingVariableName;
501 var_name_arg.arg_type = eArgTypeSettingVariableName;
505 prefix_name_arg.arg_type = eArgTypeSettingPrefix;
576 var_name_arg.arg_type = eArgTypeSettingVariableName;
584 index_arg.arg_type = eArgTypeSettingIndex;
588 key_arg.arg_type = eArgTypeSettingKey;
675 var_name_arg.arg_type
[all...]
H A DCommandObjectHelp.cpp55 command_arg.arg_type = eArgTypeCommandName;
184 const CommandArgumentType arg_type = local
186 if (arg_type != eArgTypeLastArg) {
188 CommandObject::GetArgumentHelp(output_strm, arg_type, m_interpreter);
H A DCommandObjectPlugin.cpp26 cmd_arg.arg_type = eArgTypeFilename;
H A DCommandObjectApropos.cpp29 search_word_arg.arg_type = eArgTypeSearchWord;
H A DCommandObjectLog.cpp56 channel_arg.arg_type = eArgTypeLogChannel;
63 category_arg.arg_type = eArgTypeLogCategory;
197 channel_arg.arg_type = eArgTypeLogChannel;
204 category_arg.arg_type = eArgTypeLogCategory;
261 channel_arg.arg_type = eArgTypeLogChannel;
H A DCommandObjectRegister.cpp52 register_arg.arg_type = eArgTypeRegisterName;
304 register_arg.arg_type = eArgTypeRegisterName;
312 value_arg.arg_type = eArgTypeValue;
H A DCommandObjectCommands.cpp197 file_arg.arg_type = eArgTypeFilename;
487 alias_arg.arg_type = eArgTypeAliasName;
495 cmd_arg.arg_type = eArgTypeCommandName;
503 options_arg.arg_type = eArgTypeAliasOptions;
758 alias_arg.arg_type = eArgTypeAliasName;
839 alias_arg.arg_type = eArgTypeCommandName;
1369 cmd_arg.arg_type = eArgTypeFilename;
1497 cmd_arg.arg_type = eArgTypeCommandName;
1763 cmd_arg.arg_type = eArgTypeCommandName;
H A DCommandObjectWatchpointCommand.cpp197 wp_id_arg.arg_type = eArgTypeWatchpointID;
496 wp_id_arg.arg_type = eArgTypeWatchpointID;
568 wp_id_arg.arg_type = eArgTypeWatchpointID;
H A DCommandObjectBreakpointCommand.cpp214 bp_id_arg.arg_type = eArgTypeBreakpointID;
488 bp_id_arg.arg_type = eArgTypeBreakpointID;
608 bp_id_arg.arg_type = eArgTypeBreakpointID;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h83 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
86 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/freebsd-11-stable/contrib/gcc/
H A Dipa-type-escape.c1036 tree arg_type; local
1046 for (arg_type = TYPE_ARG_TYPES (TREE_TYPE (callee_t));
1047 arg_type && TREE_VALUE (arg_type) != void_type_node;
1048 arg_type = TREE_CHAIN (arg_type))
1053 last_arg_type = TREE_VALUE(arg_type);
1070 for (arg_type = DECL_ARGUMENTS (callee_t);
1071 arg_type;
1072 arg_type
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu2.c684 char *arg_type, *rtn_type; local
695 arg_type = NULL;
752 arg_type = vector_str_get_flat(&fptr.vec, &arg_len);
759 free(arg_type);
768 free(arg_type);
782 free(arg_type);
790 free(arg_type);
795 if (vector_str_push(&d->vec, arg_type, arg_len) == false) {
796 free(arg_type);
801 free(arg_type);
[all...]
H A Dlibelftc_dem_arm.c535 char *arg_type, *rtn_type; local
546 arg_type = NULL;
603 arg_type = vector_str_get_flat(&fptr.vec, &arg_len);
610 free(arg_type);
619 free(arg_type);
633 free(arg_type);
641 free(arg_type);
646 if (vector_str_push(&d->vec, arg_type, arg_len) == false) {
647 free(arg_type);
652 free(arg_type);
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y102 args_state_t arg_type;
579 assign_arg(args_state_t arg_type, void *arg)
587 command.function, str, args_enum_names[arg_type]);
590 cur.arg_type = arg_type;
591 switch (arg_type) {
597 cur.arg_type = ret_string;
1034 if (command.args[i].arg_type == arg_var)
1035 write_cmd_pipe_args(command.args[i].arg_type,
1038 write_cmd_pipe_args(command.args[i].arg_type,
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dmkstack.pl164 #define lh_${type_thing}_doall_arg(lh,fn,arg_type,arg) \\
165 LHM_lh_doall_arg(${type_thing},lh,fn,arg_type,arg)
/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A Dlhash.h221 # define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp292 CompilerType arg_type = type.GetTypeTemplateArgument(0);
293 if (arg_type.GetTypeName() == "bool")

Completed in 264 milliseconds

123