| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | f-typeprint.c | 75 || code == TYPE_CODE_ARRAY in f_print_type() 122 case TYPE_CODE_ARRAY: in f_type_print_varspec_prefix() 174 case TYPE_CODE_ARRAY: in f_type_print_varspec_suffix() 180 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_ARRAY) in f_type_print_varspec_suffix() 214 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_ARRAY) in f_type_print_varspec_suffix() 322 case TYPE_CODE_ARRAY: in f_type_print_base()
|
| H A D | ppc-sysv-tdep.c | 192 && TYPE_CODE (type) == TYPE_CODE_ARRAY in ppc_sysv_abi_push_dummy_call() 213 && TYPE_CODE (type) == TYPE_CODE_ARRAY in ppc_sysv_abi_push_dummy_call() 400 && TYPE_CODE (type) == TYPE_CODE_ARRAY in do_ppc_sysv_return_value() 416 && TYPE_CODE (type) == TYPE_CODE_ARRAY in do_ppc_sysv_return_value() 678 && TYPE_CODE (type) == TYPE_CODE_ARRAY in ppc64_sysv_abi_push_dummy_call() 897 if (TYPE_CODE (valtype) == TYPE_CODE_ARRAY in ppc64_sysv_abi_return_value()
|
| H A D | ada-lang.c | 1034 TYPE_CODE (data_type) == TYPE_CODE_ARRAY) in ada_is_array_descriptor() 1189 if (TYPE_CODE (type) != TYPE_CODE_ARRAY) in packed_array_type() 1445 case TYPE_CODE_ARRAY: in ada_value_primitive_packed_val() 2376 case TYPE_CODE_ARRAY: in ada_type_match() 2933 != TYPE_CODE_ARRAY)) in possible_user_operator_p() 6325 case TYPE_CODE_ARRAY: in ada_to_fixed_type() 6781 if (TYPE_CODE (type2) == TYPE_CODE_ARRAY in coerce_for_assign() 7038 case TYPE_CODE_ARRAY: in ada_evaluate_subexp() 7072 case TYPE_CODE_ARRAY: in ada_evaluate_subexp() 7117 TYPE_CODE_ARRAY in ada_evaluate_subexp() [all …]
|
| H A D | f-valprint.c | 209 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_ARRAY in f77_get_dynamic_length_of_aggregate() 241 while ((TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY)) in f77_create_arrayprint_offset_tbl() 381 case TYPE_CODE_ARRAY: in f_val_print()
|
| H A D | p-typeprint.c | 263 case TYPE_CODE_ARRAY: in pascal_type_print_varspec_prefix() 350 case TYPE_CODE_ARRAY: in pascal_type_print_varspec_suffix() 490 case TYPE_CODE_ARRAY: in pascal_type_print_base()
|
| H A D | c-typeprint.c | 85 || code == TYPE_CODE_ARRAY in c_print_type() 261 case TYPE_CODE_ARRAY: in c_type_print_varspec_prefix() 538 case TYPE_CODE_ARRAY: in c_type_print_varspec_suffix() 700 case TYPE_CODE_ARRAY: in c_type_print_base()
|
| H A D | varobj.c | 1747 case TYPE_CODE_ARRAY: in type_changeable() 1772 case TYPE_CODE_ARRAY: in c_number_of_children() 1839 case TYPE_CODE_ARRAY: in c_name_of_child() 1949 case TYPE_CODE_ARRAY: in c_value_of_child() 2002 case TYPE_CODE_ARRAY: in c_type_of_child() 2044 case TYPE_CODE_ARRAY: in c_variable_editable() 2070 case TYPE_CODE_ARRAY: in c_value_of_variable()
|
| H A D | eval.c | 511 && TYPE_CODE (type) == TYPE_CODE_ARRAY) in evaluate_subexp_standard() 1253 case TYPE_CODE_ARRAY: in evaluate_subexp_standard() 1540 if (TYPE_CODE (type) != TYPE_CODE_ARRAY in evaluate_subexp_standard() 1905 || TYPE_CODE (type) == TYPE_CODE_ARRAY in evaluate_subexp_standard() 2171 if (TYPE_CODE (check_typedef (SYMBOL_TYPE (var))) == TYPE_CODE_ARRAY in evaluate_subexp_with_coercion() 2215 && TYPE_CODE (type) != TYPE_CODE_ARRAY) in evaluate_subexp_for_sizeof() 2264 if ((TYPE_CODE (array_type) != TYPE_CODE_ARRAY)) in calc_f77_array_dims() 2271 if (TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY) in calc_f77_array_dims()
|
| H A D | language.c | 913 (TYPE_CODE (type) == TYPE_CODE_ARRAY); 918 (TYPE_CODE(type) == TYPE_CODE_ARRAY); 922 (TYPE_CODE (type) == TYPE_CODE_ARRAY);
|
| H A D | infcall.c | 130 case TYPE_CODE_ARRAY: in value_arg_coerce() 684 || TYPE_CODE (arg_type) == TYPE_CODE_ARRAY in call_function_by_hand()
|
| H A D | typeprint.c | 296 case TYPE_CODE_ARRAY: in print_type_scalar()
|
| H A D | ada-typeprint.c | 376 for (arr_type = type; TYPE_CODE (arr_type) == TYPE_CODE_ARRAY; in print_array_type() 793 case TYPE_CODE_ARRAY: in ada_print_type()
|
| H A D | gnu-v2-abi.c | 142 && TYPE_CODE (TYPE_TARGET_TYPE (VALUE_TYPE (vtbl))) == TYPE_CODE_ARRAY) in gnuv2_virtual_fn_field()
|
| H A D | ada-valprint.c | 347 case TYPE_CODE_ARRAY: in ada_print_scalar() 692 case TYPE_CODE_ARRAY: in ada_val_print_1()
|
| H A D | gdbtypes.c | 746 TYPE_CODE (result_type) = TYPE_CODE_ARRAY; in create_array_type() 1462 else if (TYPE_CODE (type) == TYPE_CODE_ARRAY in check_typedef() 2389 case TYPE_CODE_ARRAY: in rank_one_type() 2402 case TYPE_CODE_ARRAY: in rank_one_type() 2406 case TYPE_CODE_ARRAY: in rank_one_type() 2901 case TYPE_CODE_ARRAY: in recursive_dump_type()
|
| H A D | valops.c | 226 if (code1 == TYPE_CODE_ARRAY) in value_cast() 254 && TYPE_CODE (type2) == TYPE_CODE_ARRAY) in value_cast() 1234 if (TYPE_CODE (tt2) == TYPE_CODE_ARRAY) in typecmp() 1252 while ( TYPE_CODE(tt2) == TYPE_CODE_ARRAY || in typecmp() 2803 if (TYPE_CODE (array_type) != TYPE_CODE_ARRAY in value_slice()
|
| H A D | p-valprint.c | 75 case TYPE_CODE_ARRAY: in pascal_val_print() 704 if (TYPE_CODE (type) == TYPE_CODE_ARRAY) in pascal_object_is_vtbl_member()
|
| H A D | amd64-tdep.c | 312 if (TYPE_CODE (type) == TYPE_CODE_ARRAY) in amd64_classify_aggregate() 398 else if (code == TYPE_CODE_ARRAY || code == TYPE_CODE_STRUCT in amd64_classify()
|
| H A D | c-valprint.c | 86 case TYPE_CODE_ARRAY: in c_val_print()
|
| H A D | value.h | 256 && TYPE_CODE (VALUE_TYPE (arg)) == TYPE_CODE_ARRAY) \
|
| H A D | ax-gdb.c | 726 case TYPE_CODE_ARRAY: in gen_usual_unary() 898 case TYPE_CODE_ARRAY: in gen_cast()
|
| H A D | cp-valprint.c | 195 if (TYPE_CODE (type) == TYPE_CODE_ARRAY) in cp_is_vtbl_member()
|
| H A D | values.c | 1302 || code == TYPE_CODE_ARRAY in using_struct_return()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Bitcode/ |
| H A D | LLVMBitCodes.h | 150 TYPE_CODE_ARRAY = 11, // ARRAY: [numelts, eltty] enumerator
|
| /freebsd-12.1/contrib/gdb/gdb/mi/ |
| H A D | mi-cmd-stack.c | 308 if (TYPE_CODE (type) != TYPE_CODE_ARRAY in list_args_or_locals()
|