Searched refs:is_pascal_string_type (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | p-lang.h | 42 is_pascal_string_type (struct type *, int *, int *, int *, int *, char **);
|
H A D | p-lang.c | 48 is_pascal_string_type (struct type *type,int *length_pos, in is_pascal_string_type() function
|
H A D | p-valprint.c | 194 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 D | p-exp.y | 303 arrayfieldindex = is_pascal_string_type (
|
H A D | p-exp.c | 1392 arrayfieldindex = is_pascal_string_type (
|
H A D | ChangeLog-2001 | 1690 * 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 D | ChangeLog-2002 | 9500 * 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.
|