Home
last modified time | relevance | path

Searched refs:elttype (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/devel/gdb/gdb-11.1/gdb/
H A Dm2-valprint.c193 if (elttype->code () == TYPE_CODE_FUNC) in print_unpacked_pointer()
210 if (TYPE_LENGTH (elttype) == 1 in print_unpacked_pointer()
211 && elttype->code () == TYPE_CODE_INT in print_unpacked_pointer()
239 if (elttype->code () != TYPE_CODE_UNDEF) in print_variable_at_address()
306 struct type *elttype; in value_print_inner() local
320 if (TYPE_LENGTH (elttype) == 1 && in value_print_inner()
321 ((elttype->code () == TYPE_CODE_INT) in value_print_inner()
385 elttype = type->index_type (); in value_print_inner()
386 elttype = check_typedef (elttype); in value_print_inner()
387 if (elttype->is_stub ()) in value_print_inner()
[all …]
H A Dp-valprint.c77 struct type *elttype; in value_print_inner() local
95 eltlen = TYPE_LENGTH (elttype); in value_print_inner()
101 && elttype->code () == TYPE_CODE_CHAR in value_print_inner()
170 if (elttype->code () == TYPE_CODE_FUNC) in value_print_inner()
185 if (((TYPE_LENGTH (elttype) == 1 in value_print_inner()
186 && (elttype->code () == TYPE_CODE_INT in value_print_inner()
188 || ((TYPE_LENGTH (elttype) == 2 || TYPE_LENGTH (elttype) == 4) in value_print_inner()
331 elttype = type->index_type (); in value_print_inner()
332 elttype = check_typedef (elttype); in value_print_inner()
333 if (elttype->is_stub ()) in value_print_inner()
[all …]
H A Dm2-lang.h105 void printstr (struct ui_file *stream, struct type *elttype,
124 struct type *elttype = check_typedef (TYPE_TARGET_TYPE (type)); in is_string_type_p() local
126 if (TYPE_LENGTH (elttype) == 1 in is_string_type_p()
127 && (elttype->code () == TYPE_CODE_INT in is_string_type_p()
128 || elttype->code () == TYPE_CODE_CHAR)) in is_string_type_p()
H A Dada-valprint.c128 struct type *elttype, *index_type; in val_print_packed_array_elements() local
133 elttype = TYPE_TARGET_TYPE (type); in val_print_packed_array_elements()
157 annotate_array_section_begin (i, elttype); in val_print_packed_array_elements()
188 bitsize, elttype); in val_print_packed_array_elements()
197 bitsize, elttype); in val_print_packed_array_elements()
497 elttype, stream, '\'', type_len); in printstr()
513 elttype, stream, '"', type_len); in printstr()
688 gdb_assert (elttype != NULL); in ada_val_print_string()
689 gdb_assert (TYPE_LENGTH (elttype) != 0); in ada_val_print_string()
691 eltlen = TYPE_LENGTH (elttype); in ada_val_print_string()
[all …]
H A Dp-lang.c226 pascal_language::printstr (struct ui_file *stream, struct type *elttype, in printstr() argument
231 enum bfd_endian byte_order = type_byte_order (elttype); in printstr()
239 check_typedef (elttype); in printstr()
240 width = TYPE_LENGTH (elttype); in printstr()
293 printchar (current_char, elttype, stream); in printstr()
H A Dd-valprint.c46 struct type *elttype; in dynamic_array_type() local
56 elttype = check_typedef (TYPE_TARGET_TYPE (ptr_type)); in dynamic_array_type()
60 true_type = check_typedef (elttype); in dynamic_array_type()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dc-valprint.c78 struct type *elttype; in c_val_print() local
90 eltlen = TYPE_LENGTH (elttype); in c_val_print()
98 ((TYPE_CODE (elttype) == TYPE_CODE_INT) in c_val_print()
100 && (TYPE_CODE (elttype) == TYPE_CODE_CHAR))) in c_val_print()
125 if (cp_is_vtbl_ptr_type (elttype)) in c_val_print()
161 if (TYPE_CODE (elttype) == TYPE_CODE_METHOD) in c_val_print()
176 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in c_val_print()
193 if (TYPE_LENGTH (elttype) == 1 in c_val_print()
194 && TYPE_CODE (elttype) == TYPE_CODE_INT in c_val_print()
262 TYPE_DOMAIN_TYPE (elttype), in c_val_print()
[all …]
H A Dp-valprint.c65 struct type *elttype; in pascal_val_print() local
79 eltlen = TYPE_LENGTH (elttype); in pascal_val_print()
87 ((TYPE_CODE (elttype) == TYPE_CODE_INT) in pascal_val_print()
166 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in pascal_val_print()
181 if (TYPE_LENGTH (elttype) == 1 in pascal_val_print()
182 && TYPE_CODE (elttype) == TYPE_CODE_INT in pascal_val_print()
268 TYPE_DOMAIN_TYPE (elttype), in pascal_val_print()
450 elttype = TYPE_INDEX_TYPE (type); in pascal_val_print()
451 CHECK_TYPEDEF (elttype); in pascal_val_print()
452 if (TYPE_STUB (elttype)) in pascal_val_print()
[all …]
H A Dada-valprint.c148 struct type *elttype; in val_print_packed_array_elements() local
153 elttype = TYPE_TARGET_TYPE (type); in val_print_packed_array_elements()
165 annotate_array_section_begin (i, elttype); in val_print_packed_array_elements()
190 bitsize, elttype); in val_print_packed_array_elements()
199 bitsize, elttype); in val_print_packed_array_elements()
597 struct type *elttype; in ada_val_print_1() local
795 elttype = TYPE_TARGET_TYPE (type); in ada_val_print_1()
796 if (elttype == NULL) in ada_val_print_1()
799 eltlen = TYPE_LENGTH (elttype); in ada_val_print_1()
852 if (TYPE_CODE (elttype) != TYPE_CODE_UNDEF) in ada_val_print_1()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dc-valprint.c78 struct type *elttype; in c_val_print() local
90 eltlen = TYPE_LENGTH (elttype); in c_val_print()
98 ((TYPE_CODE (elttype) == TYPE_CODE_INT) in c_val_print()
100 && (TYPE_CODE (elttype) == TYPE_CODE_CHAR))) in c_val_print()
125 if (cp_is_vtbl_ptr_type (elttype)) in c_val_print()
161 if (TYPE_CODE (elttype) == TYPE_CODE_METHOD) in c_val_print()
176 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in c_val_print()
193 if (TYPE_LENGTH (elttype) == 1 in c_val_print()
194 && TYPE_CODE (elttype) == TYPE_CODE_INT in c_val_print()
262 TYPE_DOMAIN_TYPE (elttype), in c_val_print()
[all …]
H A Dp-valprint.c65 struct type *elttype; in pascal_val_print() local
79 eltlen = TYPE_LENGTH (elttype); in pascal_val_print()
87 ((TYPE_CODE (elttype) == TYPE_CODE_INT) in pascal_val_print()
166 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in pascal_val_print()
181 if (TYPE_LENGTH (elttype) == 1 in pascal_val_print()
182 && TYPE_CODE (elttype) == TYPE_CODE_INT in pascal_val_print()
268 TYPE_DOMAIN_TYPE (elttype), in pascal_val_print()
450 elttype = TYPE_INDEX_TYPE (type); in pascal_val_print()
451 CHECK_TYPEDEF (elttype); in pascal_val_print()
452 if (TYPE_STUB (elttype)) in pascal_val_print()
[all …]
H A Dada-valprint.c148 struct type *elttype; in val_print_packed_array_elements() local
153 elttype = TYPE_TARGET_TYPE (type); in val_print_packed_array_elements()
165 annotate_array_section_begin (i, elttype); in val_print_packed_array_elements()
190 bitsize, elttype); in val_print_packed_array_elements()
199 bitsize, elttype); in val_print_packed_array_elements()
597 struct type *elttype; in ada_val_print_1() local
795 elttype = TYPE_TARGET_TYPE (type); in ada_val_print_1()
796 if (elttype == NULL) in ada_val_print_1()
799 eltlen = TYPE_LENGTH (elttype); in ada_val_print_1()
852 if (TYPE_CODE (elttype) != TYPE_CODE_UNDEF) in ada_val_print_1()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dm2-valprint.c199 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in print_unpacked_pointer()
216 if (TYPE_LENGTH (elttype) == 1 in print_unpacked_pointer()
217 && TYPE_CODE (elttype) == TYPE_CODE_INT in print_unpacked_pointer()
245 if (TYPE_CODE (elttype) != TYPE_CODE_UNDEF) in print_variable_at_address()
319 struct type *elttype; in m2_val_print() local
333 if (TYPE_LENGTH (elttype) == 1 && in m2_val_print()
334 ((TYPE_CODE (elttype) == TYPE_CODE_INT) in m2_val_print()
408 elttype = TYPE_INDEX_TYPE (type); in m2_val_print()
409 CHECK_TYPEDEF (elttype); in m2_val_print()
410 if (TYPE_STUB (elttype)) in m2_val_print()
[all …]
H A Dp-valprint.c70 struct type *elttype; in pascal_val_print() local
85 eltlen = TYPE_LENGTH (elttype); in pascal_val_print()
95 && TYPE_CODE (elttype) == TYPE_CODE_CHAR in pascal_val_print()
168 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in pascal_val_print()
183 if (((TYPE_LENGTH (elttype) == 1 in pascal_val_print()
184 && (TYPE_CODE (elttype) == TYPE_CODE_INT in pascal_val_print()
186 || ((TYPE_LENGTH (elttype) == 2 || TYPE_LENGTH (elttype) == 4) in pascal_val_print()
337 elttype = TYPE_INDEX_TYPE (type); in pascal_val_print()
338 CHECK_TYPEDEF (elttype); in pascal_val_print()
339 if (TYPE_STUB (elttype)) in pascal_val_print()
[all …]
H A Dada-valprint.c145 struct type *elttype, *index_type; in val_print_packed_array_elements() local
151 elttype = TYPE_TARGET_TYPE (type); in val_print_packed_array_elements()
165 annotate_array_section_begin (i, elttype); in val_print_packed_array_elements()
191 bitsize, elttype); in val_print_packed_array_elements()
200 bitsize, elttype); in val_print_packed_array_elements()
515 elttype, stream, '\'', type_len); in printstr()
530 elttype, stream, '"', type_len); in printstr()
597 gdb_assert (elttype != NULL); in ada_val_print_array()
598 gdb_assert (TYPE_LENGTH (elttype) != 0); in ada_val_print_array()
600 eltlen = TYPE_LENGTH (elttype); in ada_val_print_array()
[all …]
H A Dd-valprint.c45 struct type *elttype; in dynamic_array_type() local
54 elttype = check_typedef (TYPE_TARGET_TYPE (ptr_type)); in dynamic_array_type()
58 true_type = check_typedef (elttype); in dynamic_array_type()
/dports/security/tor/tor-0.4.6.8/src/ext/trunnel/
H A Dtrunnel.h19 #define TRUNNEL_DYNARRAY_HEAD(name, elttype) \ argument
23 elttype *elts_; \
27 #define TRUNNEL_DYNARRAY_INIT(elttype) { 0, 0, (elttype*)NULL } argument
H A Dtrunnel-impl.h178 #define TRUNNEL_DYNARRAY_EXPAND(elttype, da, howmanymore, on_fail) do { \ argument
179 elttype *newarray; \
182 sizeof(elttype)); \
192 #define TRUNNEL_DYNARRAY_ADD(elttype, da, v, on_fail) do { \ argument
194 TRUNNEL_DYNARRAY_EXPAND(elttype, da, 1, on_fail); \
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/trunnel/
H A Dtrunnel.h19 #define TRUNNEL_DYNARRAY_HEAD(name, elttype) \ argument
23 elttype *elts_; \
27 #define TRUNNEL_DYNARRAY_INIT(elttype) { 0, 0, (elttype*)NULL } argument
H A Dtrunnel-impl.h178 #define TRUNNEL_DYNARRAY_EXPAND(elttype, da, howmanymore, on_fail) do { \ argument
179 elttype *newarray; \
182 sizeof(elttype)); \
192 #define TRUNNEL_DYNARRAY_ADD(elttype, da, v, on_fail) do { \ argument
194 TRUNNEL_DYNARRAY_EXPAND(elttype, da, 1, on_fail); \
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dm2-valprint.c220 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in print_unpacked_pointer()
235 if (TYPE_LENGTH (elttype) == 1 in print_unpacked_pointer()
236 && TYPE_CODE (elttype) == TYPE_CODE_INT in print_unpacked_pointer()
260 if (TYPE_CODE (elttype) != TYPE_CODE_UNDEF) in print_variable_at_address()
326 struct type *elttype; in m2_val_print() local
338 eltlen = TYPE_LENGTH (elttype); in m2_val_print()
344 ((TYPE_CODE (elttype) == TYPE_CODE_INT) in m2_val_print()
577 elttype = TYPE_INDEX_TYPE (type); in m2_val_print()
578 CHECK_TYPEDEF (elttype); in m2_val_print()
579 if (TYPE_STUB (elttype)) in m2_val_print()
[all …]
H A Dp-valprint.c60 struct type *elttype; in pascal_val_print() local
75 eltlen = TYPE_LENGTH (elttype); in pascal_val_print()
85 && TYPE_CODE (elttype) == TYPE_CODE_CHAR in pascal_val_print()
173 if (((TYPE_LENGTH (elttype) == 1 in pascal_val_print()
174 && (TYPE_CODE (elttype) == TYPE_CODE_INT in pascal_val_print()
176 || ((TYPE_LENGTH (elttype) == 2 || TYPE_LENGTH (elttype) == 4) in pascal_val_print()
273 if (TYPE_CODE (elttype) != TYPE_CODE_UNDEF) in pascal_val_print()
470 elttype = TYPE_INDEX_TYPE (type); in pascal_val_print()
471 CHECK_TYPEDEF (elttype); in pascal_val_print()
472 if (TYPE_STUB (elttype)) in pascal_val_print()
[all …]
H A Dada-valprint.c147 struct type *elttype, *index_type; in val_print_packed_array_elements() local
153 elttype = TYPE_TARGET_TYPE (type); in val_print_packed_array_elements()
167 annotate_array_section_begin (i, elttype); in val_print_packed_array_elements()
193 bitsize, elttype); in val_print_packed_array_elements()
202 bitsize, elttype); in val_print_packed_array_elements()
522 elttype, stream, '\'', type_len); in printstr()
540 elttype, stream, '"', type_len); in printstr()
622 gdb_assert (elttype != NULL); in ada_val_print_array()
623 gdb_assert (TYPE_LENGTH (elttype) != 0); in ada_val_print_array()
625 eltlen = TYPE_LENGTH (elttype); in ada_val_print_array()
[all …]
/dports/graphics/gauche-gl/Gauche-gl-0.6/src/
H A Dglu-lib.stub276 (let* ([elttype::int]
278 [texelptr::void* (Scm_GLPixelDataCheck texels elttype size)])
288 (let* ([elttype::int]
290 (& elttype) NULL)]
307 (let* ([elttype::int]
309 (& elttype) NULL)]
322 (let* ([elttype::int]
336 (let* ([elttype::int]
338 (& elttype) NULL)]
353 (let* ([elttype::int]
[all …]
H A Dgauche-gl.c273 int *elttype, int *packedp) in Scm_GLPixelDataSize() argument
276 *elttype = Scm_GLPixelDataType(type, &packed); in Scm_GLPixelDataSize()
313 void *Scm_GLPixelDataCheck(ScmObj pixels, int elttype, int size) in Scm_GLPixelDataCheck() argument
315 switch (elttype) { in Scm_GLPixelDataCheck()
360 Scm_Error("Scm_GLPixelDataCheck: unknown element type: %d", elttype); in Scm_GLPixelDataCheck()
368 ScmObj Scm_GLAllocUVector(int elttype, int size) in Scm_GLAllocUVector() argument
370 switch (elttype) { in Scm_GLAllocUVector()

12345678910>>...14