| /src/external/gpl3/gdb/dist/gdb/ |
| m2-lang.h | 105 void printstr (struct ui_file *stream, struct type *elttype, 124 struct type *elttype = check_typedef (type->target_type ()); variable in typeref:struct:m2_language::type 126 if (elttype->length () == 1 127 && (elttype->code () == TYPE_CODE_INT 128 || elttype->code () == TYPE_CODE_CHAR))
|
| d-valprint.c | 44 struct type *elttype; local 54 elttype = check_typedef (ptr_type->target_type ()); 58 true_type = check_typedef (elttype);
|
| m2-valprint.c | 189 struct type *elttype = check_typedef (type->target_type ()); local 192 if (elttype->code () == TYPE_CODE_FUNC) 209 if (elttype->length () == 1 210 && elttype->code () == TYPE_CODE_INT 232 struct type *elttype = check_typedef (type->target_type ()); local 238 if (elttype->code () != TYPE_CODE_UNDEF) 305 struct type *elttype; local 316 elttype = check_typedef (type->target_type ()); 317 len = type->length () / elttype->length (); 319 if (elttype->length () == 1 & [all...] |
| c-valprint.c | 137 already added. UNRESOLVED_ELTTYPE and ELTTYPE represent the pointed type, 141 print_unpacked_pointer (struct type *type, struct type *elttype, 150 if (elttype->code () == TYPE_CODE_FUNC) 242 struct type *elttype = check_typedef (unresolved_elttype); 253 eltlen = elttype->length (); 306 if (cp_is_vtbl_ptr_type (elttype)) 319 print_unpacked_pointer (type, elttype, unresolved_elttype, valaddr, 352 struct type *elttype = check_typedef (unresolved_elttype); 355 print_unpacked_pointer (type, elttype, unresolved_elttype, valaddr, 241 struct type *elttype = check_typedef (unresolved_elttype); local 351 struct type *elttype = check_typedef (unresolved_elttype); local
|
| p-valprint.c | 78 struct type *elttype; 95 elttype = check_typedef (type->target_type ()); 96 eltlen = elttype->length (); 102 && elttype->code () == TYPE_CODE_CHAR 132 if (pascal_object_is_vtbl_ptr_type (elttype)) 172 elttype = check_typedef (type->target_type ()); 174 if (elttype->code () == TYPE_CODE_FUNC) 189 if (((elttype->length () == 1 190 && (elttype->code () == TYPE_CODE_INT 191 || elttype->code () == TYPE_CODE_CHAR) 77 struct type *elttype; local [all...] |
| ada-valprint.c | 121 struct type *elttype, *index_type; 127 elttype = type->target_type (); 151 annotate_array_section_begin (i, elttype); 187 bitsize, elttype); 199 bitsize, elttype); 445 printstr (struct ui_file *stream, struct type *elttype, const gdb_byte *string, 449 enum bfd_endian byte_order = type_byte_order (elttype); 497 elttype, stream, '\'', type_len); 513 elttype, stream, '"', type_len); 679 struct type *elttype = type->target_type () 120 struct type *elttype, *index_type; local 496 elttype, stream, '\\'', type_len); local 512 elttype, stream, '"', type_len); local 678 struct type *elttype = type->target_type (); local 922 struct type *elttype = check_typedef (type->target_type ()); local [all...] |
| f-valprint.c | 460 struct type *elttype; 499 elttype = check_typedef (type->target_type ()); 501 if (elttype->code () == TYPE_CODE_FUNC) 519 if (elttype->length () == 1 520 && elttype->code () == TYPE_CODE_INT 459 struct type *elttype; local
|
| rust-lang.c | 675 struct type *elttype = check_typedef (type->target_type ()); 686 val_print_string (elttype->target_type (), "ASCII", addr, 673 struct type *elttype = check_typedef (type->target_type ()); local
|
| printcmd.c | 314 struct type *elttype = val->type (); 317 + val_print_string (elttype, NULL, 312 struct type *elttype = val->type (); local
|
| valprint.c | 448 with embedded_offset already added. ELTTYPE represents 452 print_unpacked_pointer (struct type *type, struct type *elttype, 458 if (elttype->code () == TYPE_CODE_FUNC) 482 struct type *elttype = check_typedef (unresolved_elttype); 498 print_unpacked_pointer (type, elttype, val->address (), 515 struct type *elttype = check_typedef (unresolved_elttype); 529 eltlen = elttype->length (); 568 print_unpacked_pointer (type, elttype, val->address (), 586 struct type *elttype = check_typedef (type->target_type ()); 590 print_unpacked_pointer (type, elttype, addr, stream, options) 481 struct type *elttype = check_typedef (unresolved_elttype); local 514 struct type *elttype = check_typedef (unresolved_elttype); local 585 struct type *elttype = check_typedef (type->target_type ()); local 638 struct type *elttype = check_typedef (type->target_type ()); local 2017 struct type *elttype, *index_type; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| m2-lang.h | 105 void printstr (struct ui_file *stream, struct type *elttype, 124 struct type *elttype = check_typedef (type->target_type ()); variable in typeref:struct:m2_language::type 126 if (elttype->length () == 1 127 && (elttype->code () == TYPE_CODE_INT 128 || elttype->code () == TYPE_CODE_CHAR))
|
| d-valprint.c | 44 struct type *elttype; local 54 elttype = check_typedef (ptr_type->target_type ()); 58 true_type = check_typedef (elttype);
|
| m2-valprint.c | 189 struct type *elttype = check_typedef (type->target_type ()); local 192 if (elttype->code () == TYPE_CODE_FUNC) 209 if (elttype->length () == 1 210 && elttype->code () == TYPE_CODE_INT 232 struct type *elttype = check_typedef (type->target_type ()); local 238 if (elttype->code () != TYPE_CODE_UNDEF) 305 struct type *elttype; local 316 elttype = check_typedef (type->target_type ()); 317 len = type->length () / elttype->length (); 319 if (elttype->length () == 1 & [all...] |
| c-valprint.c | 137 already added. UNRESOLVED_ELTTYPE and ELTTYPE represent the pointed type, 141 print_unpacked_pointer (struct type *type, struct type *elttype, 150 if (elttype->code () == TYPE_CODE_FUNC) 243 struct type *elttype = check_typedef (unresolved_elttype); 254 eltlen = elttype->length (); 307 if (cp_is_vtbl_ptr_type (elttype)) 320 print_unpacked_pointer (type, elttype, unresolved_elttype, valaddr, 353 struct type *elttype = check_typedef (unresolved_elttype); 356 print_unpacked_pointer (type, elttype, unresolved_elttype, valaddr, 242 struct type *elttype = check_typedef (unresolved_elttype); local 352 struct type *elttype = check_typedef (unresolved_elttype); local
|
| p-valprint.c | 78 struct type *elttype; 95 elttype = check_typedef (type->target_type ()); 96 eltlen = elttype->length (); 102 && elttype->code () == TYPE_CODE_CHAR 132 if (pascal_object_is_vtbl_ptr_type (elttype)) 172 elttype = check_typedef (type->target_type ()); 174 if (elttype->code () == TYPE_CODE_FUNC) 189 if (((elttype->length () == 1 190 && (elttype->code () == TYPE_CODE_INT 191 || elttype->code () == TYPE_CODE_CHAR) 77 struct type *elttype; local [all...] |
| ada-valprint.c | 121 struct type *elttype, *index_type; 127 elttype = type->target_type (); 151 annotate_array_section_begin (i, elttype); 187 bitsize, elttype); 199 bitsize, elttype); 445 printstr (struct ui_file *stream, struct type *elttype, const gdb_byte *string, 449 enum bfd_endian byte_order = type_byte_order (elttype); 497 elttype, stream, '\'', type_len); 513 elttype, stream, '"', type_len); 679 struct type *elttype = type->target_type () 120 struct type *elttype, *index_type; local 496 elttype, stream, '\\'', type_len); local 512 elttype, stream, '"', type_len); local 678 struct type *elttype = type->target_type (); local 922 struct type *elttype = check_typedef (type->target_type ()); local [all...] |
| f-valprint.c | 460 struct type *elttype; 499 elttype = check_typedef (type->target_type ()); 501 if (elttype->code () == TYPE_CODE_FUNC) 519 if (elttype->length () == 1 520 && elttype->code () == TYPE_CODE_INT 459 struct type *elttype; local
|
| rust-lang.c | 680 struct type *elttype = check_typedef (type->target_type ()); 691 val_print_string (elttype->target_type (), "ASCII", addr, 678 struct type *elttype = check_typedef (type->target_type ()); local
|
| printcmd.c | 314 struct type *elttype = val->type (); 317 + val_print_string (elttype, NULL, 312 struct type *elttype = val->type (); local
|
| valprint.c | 448 with embedded_offset already added. ELTTYPE represents 452 print_unpacked_pointer (struct type *type, struct type *elttype, 458 if (elttype->code () == TYPE_CODE_FUNC) 482 struct type *elttype = check_typedef (unresolved_elttype); 498 print_unpacked_pointer (type, elttype, val->address (), 516 struct type *elttype = check_typedef (type->target_type ()); 520 print_unpacked_pointer (type, elttype, addr, stream, options); 569 struct type *elttype = check_typedef (type->target_type ()); 576 const int type_is_defined = elttype->code () != TYPE_CODE_UNDEF; 1944 struct type *elttype, *index_type 481 struct type *elttype = check_typedef (unresolved_elttype); local 515 struct type *elttype = check_typedef (type->target_type ()); local 568 struct type *elttype = check_typedef (type->target_type ()); local 1943 struct type *elttype, *index_type; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| typeck2.cc | 989 tree elttype = TREE_TYPE (type); 991 ok &= check_narrowing (elttype, CONSTRUCTOR_ELT (init, 0)->value, 994 ok &= check_narrowing (elttype, CONSTRUCTOR_ELT (init, 1)->value, 986 tree elttype = TREE_TYPE (type); local
|
| init.cc | 785 tree elttype = TREE_VEC_ELT (targs, 0); local 788 (TREE_TYPE (memtype), elttype))
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| typeck2.cc | 974 tree elttype = TREE_TYPE (type); 976 ok &= check_narrowing (elttype, CONSTRUCTOR_ELT (init, 0)->value, 979 ok &= check_narrowing (elttype, CONSTRUCTOR_ELT (init, 1)->value, 971 tree elttype = TREE_TYPE (type); local
|
| init.cc | 788 tree elttype = TREE_VEC_ELT (targs, 0); local 791 (TREE_TYPE (memtype), elttype))
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-fold.cc | 4820 tree elttype = TREE_TYPE (type); local 4821 buf->base = create_tmp_var (build_pointer_type (elttype)); 4832 buf->align = TYPE_ALIGN (elttype); 4835 clear_padding_emit_loop (buf, elttype, end, for_auto_init); 5022 tree elttype = type; local 5024 while (TREE_CODE (elttype) == ARRAY_TYPE 5025 && int_size_in_bytes (elttype) < 0) 5026 elttype = TREE_TYPE (elttype); 5027 HOST_WIDE_INT eltsz = int_size_in_bytes (elttype); [all...] |