HomeSort by: relevance | last modified time | path
    Searched refs:elttype (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/
c-lang.c 69 /* Classify ELTTYPE according to what kind of character it is. Return
76 classify_type (struct type *elttype, struct gdbarch *gdbarch,
81 /* We loop because ELTTYPE may be a typedef, and we want to
86 while (elttype)
88 const char *name = elttype->name ();
114 if (elttype->code () != TYPE_CODE_TYPEDEF)
118 check_typedef (elttype);
120 if (elttype->target_type ())
121 elttype = elttype->target_type ()
    [all...]
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...]
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...]
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
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
p-lang.h 129 void printstr (struct ui_file *stream, struct type *elttype,
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...]
m2-lang.c 157 m2_language::printstr (struct ui_file *stream, struct type *elttype,
205 printchar (string[i], elttype, stream);
218 emitchar (string[i], elttype, stream, '"');
annotate.c 575 annotate_array_section_begin (int idx, struct type *elttype)
580 print_value_flags (elttype);
  /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...]
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...]
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
c-lang.c 69 /* Classify ELTTYPE according to what kind of character it is. Return
76 classify_type (struct type *elttype, struct gdbarch *gdbarch,
81 /* We loop because ELTTYPE may be a typedef, and we want to
86 while (elttype)
88 const char *name = elttype->name ();
114 if (elttype->code () != TYPE_CODE_TYPEDEF)
118 check_typedef (elttype);
120 if (elttype->target_type ())
121 elttype = elttype->target_type ()
    [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
p-lang.h 129 void printstr (struct ui_file *stream, struct type *elttype,
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...]
annotate.c 575 annotate_array_section_begin (int idx, struct type *elttype)
580 print_value_flags (elttype);
m2-lang.c 157 m2_language::printstr (struct ui_file *stream, struct type *elttype,
205 printchar (string[i], elttype, stream);
218 emitchar (string[i], elttype, stream, '"');
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 849 tree elttype = TREE_VEC_ELT (CLASSTYPE_TI_ARGS (type), 0); local
863 if (TYPE_REF_P (elttype)
864 || TREE_CODE (elttype) == FUNCTION_TYPE
865 || VOID_TYPE_P (elttype))
871 = implicit_conversion (elttype, TREE_TYPE (val), val,
930 tree elttype = TREE_TYPE (atype); local
939 if (TREE_CODE (elttype) == ARRAY_TYPE)
940 ok = can_convert_array (elttype, val, flags, complain);
942 ok = can_convert_arg (elttype, TREE_TYPE (val), val, flags,
950 if (char_type_p (TYPE_MAIN_VARIANT (elttype))
1092 tree elttype = TREE_TYPE (type); local
1144 tree elttype = TREE_TYPE (type); local
2195 tree elttype = TREE_TYPE (elt); local
8689 tree elttype = TREE_VEC_ELT (CLASSTYPE_TI_ARGS (totype), 0); local
    [all...]

Completed in 62 milliseconds

1 2 3