Home
last modified time | relevance | path

Searched refs:m2_is_unbounded_array (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dm2-lang.h34 extern int m2_is_unbounded_array (struct type *type);
H A Dm2-lang.c199 if (m2_is_unbounded_array (type)) in evaluate_subexp_modula2()
228 if (m2_is_unbounded_array (type)) in evaluate_subexp_modula2()
H A Dm2-typeprint.c71 int m2_is_unbounded_array (struct type *type);
488 m2_is_unbounded_array (struct type *type) in m2_is_unbounded_array() function
520 if (m2_is_unbounded_array (type)) in m2_unbounded_array()
H A Dm2-valprint.c398 else if (m2_is_unbounded_array (type)) in m2_val_print()