| /NextBSD/contrib/gdb/gdb/ |
| HD | infcall.c | 87 struct type *arg_type = check_typedef (VALUE_TYPE (arg)); in value_arg_coerce() local 89 = param_type ? check_typedef (param_type) : arg_type; in value_arg_coerce() 94 if (TYPE_CODE (arg_type) != TYPE_CODE_REF in value_arg_coerce() 95 && TYPE_CODE (arg_type) != TYPE_CODE_PTR) in value_arg_coerce() 681 struct type *arg_type = check_typedef (VALUE_TYPE (args[i])); in call_function_by_hand() local 682 if ((TYPE_CODE (arg_type) == TYPE_CODE_STRUCT in call_function_by_hand() 683 || TYPE_CODE (arg_type) == TYPE_CODE_UNION in call_function_by_hand() 684 || TYPE_CODE (arg_type) == TYPE_CODE_ARRAY in call_function_by_hand() 685 || TYPE_CODE (arg_type) == TYPE_CODE_STRING in call_function_by_hand() 686 || TYPE_CODE (arg_type) == TYPE_CODE_BITSTRING in call_function_by_hand() [all …]
|
| HD | alpha-tdep.c | 296 struct type *arg_type = check_typedef (VALUE_TYPE (arg)); in alpha_push_dummy_call() local 299 switch (TYPE_CODE (arg_type)) in alpha_push_dummy_call() 306 if (TYPE_LENGTH (arg_type) == 4) in alpha_push_dummy_call() 310 arg_type = builtin_type_int32; in alpha_push_dummy_call() 311 arg = value_cast (arg_type, arg); in alpha_push_dummy_call() 313 if (TYPE_LENGTH (arg_type) < ALPHA_REGISTER_SIZE) in alpha_push_dummy_call() 315 arg_type = builtin_type_int64; in alpha_push_dummy_call() 316 arg = value_cast (arg_type, arg); in alpha_push_dummy_call() 324 && TYPE_LENGTH (arg_type) == 4) in alpha_push_dummy_call() 326 arg_type = builtin_type_ieee_double_little; in alpha_push_dummy_call() [all …]
|
| HD | values.c | 887 int fieldno, struct type *arg_type) in value_primitive_field() argument 892 CHECK_TYPEDEF (arg_type); in value_primitive_field() 893 type = TYPE_FIELD_TYPE (arg_type, fieldno); in value_primitive_field() 897 if (TYPE_FIELD_BITSIZE (arg_type, fieldno)) in value_primitive_field() 900 unpack_field_as_long (arg_type, in value_primitive_field() 904 VALUE_BITPOS (v) = TYPE_FIELD_BITPOS (arg_type, fieldno) % 8; in value_primitive_field() 905 VALUE_BITSIZE (v) = TYPE_FIELD_BITSIZE (arg_type, fieldno); in value_primitive_field() 907 + TYPE_FIELD_BITPOS (arg_type, fieldno) / 8; in value_primitive_field() 909 else if (fieldno < TYPE_N_BASECLASSES (arg_type)) in value_primitive_field() 925 TYPE_FIELD_BITPOS (arg_type, fieldno) / 8; in value_primitive_field() [all …]
|
| HD | reply_mig_hack.awk | 76 arg_type[num_args] = $1; 113 printf (", %s", arg_type[i]);
|
| HD | mips-tdep.c | 2539 fp_register_arg_p (enum type_code typecode, struct type *arg_type) in fp_register_arg_p() argument 2545 && TYPE_NFIELDS (arg_type) == 1 in fp_register_arg_p() 2546 && TYPE_CODE (TYPE_FIELD_TYPE (arg_type, 0)) == TYPE_CODE_FLT)) in fp_register_arg_p() 2791 struct type *arg_type = check_typedef (VALUE_TYPE (arg)); in mips_eabi_push_dummy_call() local 2792 int len = TYPE_LENGTH (arg_type); in mips_eabi_push_dummy_call() 2793 enum type_code typecode = TYPE_CODE (arg_type); in mips_eabi_push_dummy_call() 2821 if (!FP_REGISTER_DOUBLE && fp_register_arg_p (typecode, arg_type)) in mips_eabi_push_dummy_call() 2839 if (fp_register_arg_p (typecode, arg_type) in mips_eabi_push_dummy_call() 2903 || fp_register_arg_p (typecode, arg_type)) in mips_eabi_push_dummy_call() 2919 && (TYPE_LENGTH (arg_type) in mips_eabi_push_dummy_call() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | CommandObject.cpp | 507 CommandObject::FindArgumentDataByType (CommandArgumentType arg_type) in FindArgumentDataByType() argument 512 if (table[i].arg_type == arg_type) in FindArgumentDataByType() 519 CommandObject::GetArgumentHelp (Stream &str, CommandArgumentType arg_type, CommandInterpreter &inte… in GetArgumentHelp() argument 522 const ArgumentTableEntry *entry = &(table[arg_type]); in GetArgumentHelp() 526 if (entry->arg_type != arg_type) in GetArgumentHelp() 527 entry = CommandObject::FindArgumentDataByType (arg_type); in GetArgumentHelp() 554 CommandObject::GetArgumentName (CommandArgumentType arg_type) in GetArgumentName() argument 556 const ArgumentTableEntry *entry = &(CommandObject::GetArgumentTable()[arg_type]); in GetArgumentName() 560 if (entry->arg_type != arg_type) in GetArgumentName() 561 entry = CommandObject::FindArgumentDataByType (arg_type); in GetArgumentName() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectSettings.cpp | 45 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsSet() 52 value_arg.arg_type = eArgTypeValue; in CommandObjectSettingsSet() 314 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsShow() 403 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsList() 407 prefix_name_arg.arg_type = eArgTypeSettingPrefix; in CommandObjectSettingsList() 501 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsRemove() 508 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsRemove() 512 key_arg.arg_type = eArgTypeSettingKey; in CommandObjectSettingsRemove() 623 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsReplace() 630 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsReplace() [all …]
|
| HD | CommandObjectHelp.cpp | 38 command_arg.arg_type = eArgTypeCommandName; in CommandObjectHelp() 179 …const CommandArgumentType arg_type = CommandObject::LookupArgumentName (command.GetArgumentAtIndex… in DoExecute() local 180 if (arg_type != eArgTypeLastArg) in DoExecute() 183 CommandObject::GetArgumentHelp (output_strm, arg_type, m_interpreter); in DoExecute()
|
| HD | CommandObjectLog.cpp | 64 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogEnable() 70 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogEnable() 247 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogDisable() 253 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogDisable() 325 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogList()
|
| HD | CommandObjectRegister.cpp | 61 register_arg.arg_type = eArgTypeRegisterName; in CommandObjectRegisterRead() 389 register_arg.arg_type = eArgTypeRegisterName; in CommandObjectRegisterWrite() 396 value_arg.arg_type = eArgTypeValue; in CommandObjectRegisterWrite()
|
| HD | CommandObjectCommands.cpp | 252 file_arg.arg_type = eArgTypeFilename; in CommandObjectCommandsSource() 530 alias_arg.arg_type = eArgTypeAliasName; in CommandObjectCommandsAlias() 537 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsAlias() 544 options_arg.arg_type = eArgTypeAliasOptions; in CommandObjectCommandsAlias() 813 alias_arg.arg_type = eArgTypeAliasName; in CommandObjectCommandsUnalias() 906 alias_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsDelete() 1585 cmd_arg.arg_type = eArgTypeFilename; in CommandObjectCommandsScriptImport() 1765 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsScriptAdd() 2137 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsScriptDelete()
|
| HD | CommandObjectWatchpointCommand.cpp | 162 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandAdd() 542 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandDelete() 634 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandList()
|
| HD | CommandObjectType.cpp | 759 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeFormatAdd() 1003 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeFormatDelete() 1295 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeFormatList() 1739 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeSummaryAdd() 2025 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeSummaryDelete() 2318 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeSummaryList() 2469 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryEnable() 2546 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryDelete() 2619 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryDisable() 2722 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryList() [all …]
|
| HD | CommandObjectMemory.cpp | 335 start_addr_arg.arg_type = eArgTypeAddressOrExpression; in CommandObjectMemoryRead() 342 end_addr_arg.arg_type = eArgTypeAddressOrExpression; in CommandObjectMemoryRead() 1045 addr_arg.arg_type = eArgTypeAddress; in CommandObjectMemoryFind() 1052 value_arg.arg_type = eArgTypeValue; in CommandObjectMemoryFind() 1347 addr_arg.arg_type = eArgTypeAddress; in CommandObjectMemoryWrite() 1354 value_arg.arg_type = eArgTypeValue; in CommandObjectMemoryWrite() 1709 addr_arg.arg_type = eArgTypeAddress; in CommandObjectMemoryHistory()
|
| HD | CommandObjectBreakpointCommand.cpp | 171 bp_id_arg.arg_type = eArgTypeBreakpointID; in CommandObjectBreakpointCommandAdd() 588 bp_id_arg.arg_type = eArgTypeBreakpointID; in CommandObjectBreakpointCommandDelete() 757 bp_id_arg.arg_type = eArgTypeBreakpointID; in CommandObjectBreakpointCommandList()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | CommandObject.h | 54 lldb::CommandArgumentType arg_type; member 63 lldb::CommandArgumentType arg_type; member 67 arg_type(lldb::eArgTypeNone), in CommandArgumentData() 90 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type); 93 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type); 202 FindArgumentDataByType (lldb::CommandArgumentType arg_type); 211 …GetArgumentHelp (Stream &str, lldb::CommandArgumentType arg_type, CommandInterpreter &interpreter); 214 GetArgumentName (lldb::CommandArgumentType arg_type);
|
| /NextBSD/contrib/gcc/ |
| HD | ipa-type-escape.c | 1036 tree arg_type; in check_call() local 1046 for (arg_type = TYPE_ARG_TYPES (TREE_TYPE (callee_t)); in check_call() 1047 arg_type && TREE_VALUE (arg_type) != void_type_node; in check_call() 1048 arg_type = TREE_CHAIN (arg_type)) in check_call() 1053 last_arg_type = TREE_VALUE(arg_type); in check_call() 1070 for (arg_type = DECL_ARGUMENTS (callee_t); in check_call() 1071 arg_type; in check_call() 1072 arg_type = TREE_CHAIN (arg_type)) in check_call() 1077 last_arg_type = TREE_TYPE(arg_type); in check_call() 1091 arg_type = last_arg_type; in check_call() [all …]
|
| /NextBSD/contrib/elftoolchain/libelftc/ |
| HD | libelftc_dem_arm.c | 534 char *arg_type, *rtn_type; in read_func_ptr() local 545 arg_type = NULL; in read_func_ptr() 602 arg_type = vector_str_get_flat(&fptr.vec, &arg_len); in read_func_ptr() 609 free(arg_type); in read_func_ptr() 618 free(arg_type); in read_func_ptr() 632 free(arg_type); in read_func_ptr() 640 free(arg_type); in read_func_ptr() 645 if (vector_str_push(&d->vec, arg_type, arg_len) == false) { in read_func_ptr() 646 free(arg_type); in read_func_ptr() 651 free(arg_type); in read_func_ptr()
|
| HD | libelftc_dem_gnu2.c | 683 char *arg_type, *rtn_type; in read_func_ptr() local 694 arg_type = NULL; in read_func_ptr() 751 arg_type = vector_str_get_flat(&fptr.vec, &arg_len); in read_func_ptr() 758 free(arg_type); in read_func_ptr() 767 free(arg_type); in read_func_ptr() 781 free(arg_type); in read_func_ptr() 789 free(arg_type); in read_func_ptr() 794 if (vector_str_push(&d->vec, arg_type, arg_len) == false) { in read_func_ptr() 795 free(arg_type); in read_func_ptr() 800 free(arg_type); in read_func_ptr()
|
| /NextBSD/contrib/netbsd-tests/lib/libcurses/director/ |
| HD | testlang_parse.y | 101 args_state_t arg_type; member 578 assign_arg(args_state_t arg_type, void *arg) in assign_arg() argument 586 command.function, str, args_enum_names[arg_type]); in assign_arg() 589 cur.arg_type = arg_type; in assign_arg() 590 switch (arg_type) { in assign_arg() 596 cur.arg_type = ret_string; in assign_arg() 1033 if (command.args[i].arg_type == arg_var) in write_func_and_args() 1034 write_cmd_pipe_args(command.args[i].arg_type, in write_func_and_args() 1037 write_cmd_pipe_args(command.args[i].arg_type, in write_func_and_args() 1064 if (command.args[i].arg_type != arg_var) in init_parse_variables() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBCommandInterpreter.h | 93 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type); 96 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
|
| /NextBSD/contrib/llvm/tools/lldb/tools/driver/ |
| HD | Driver.cpp | 267 CommandArgumentType arg_type = option_table[i].argument_type; in ShowUsage() local 268 const char *arg_name = SBCommandInterpreter::GetArgumentTypeAsCString (arg_type); in ShowUsage() 319 CommandArgumentType arg_type = option_table[i].argument_type; in ShowUsage() local 320 const char *arg_name = SBCommandInterpreter::GetArgumentTypeAsCString (arg_type); in ShowUsage() 324 if (arg_type != eArgTypeNone) in ShowUsage() 328 if (arg_type != eArgTypeNone) in ShowUsage()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBCommandInterpreter.cpp | 569 SBCommandInterpreter::GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentTypeAsCString() argument 571 return CommandObject::GetArgumentTypeAsCString (arg_type); in GetArgumentTypeAsCString() 575 SBCommandInterpreter::GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentDescriptionAsCString() argument 577 return CommandObject::GetArgumentDescriptionAsCString (arg_type); in GetArgumentDescriptionAsCString()
|
| /NextBSD/sys/sys/mach/ |
| HD | mach_traps.h | 341 #define PAD_ARG_(arg_type, arg_name) \ 342 char arg_name##_l_[PADL_(arg_type)]; arg_type arg_name; char arg_name##_r_[PADR_(arg_type)];
|
| /NextBSD/crypto/openssl/crypto/lhash/ |
| HD | lhash.h | 221 # define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument 222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
|