Home
last modified time | relevance | path

Searched refs:is_pascal_string_type (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dp-lang.h42 is_pascal_string_type (struct type *, int *, int *, int *, int *, char **);
H A Dp-lang.c48 is_pascal_string_type (struct type *type,int *length_pos, in is_pascal_string_type() function
H A Dp-valprint.c194 if (is_pascal_string_type (elttype, &length_pos, &length_size, in pascal_val_print()
325 if (is_pascal_string_type (type, &length_pos, &length_size, in pascal_val_print()
H A Dp-exp.y303 arrayfieldindex = is_pascal_string_type (
H A Dp-exp.c1392 arrayfieldindex = is_pascal_string_type (
H A DChangeLog-20011690 * p-lang.c (is_pascal_string_type): New function to determine if a
1692 * p-lang.h: Add prototype for is_pascal_string_type.
1693 * p-valprint.c (pascal_val_print) : Use is_pascal_string_type function
H A DChangeLog-20029500 * p-lang.c (is_pascal_string_type): Likewise.
10305 * p-lang.h (is_pascal_string_type): Declaration changed,
10307 * p-lang.c (is_pascal_string_type): Implementation
10313 is_pascal_string_type function.