Home | History | Annotate | Download | only in gdb

Lines Matching defs:lbound

124 	error (_("LBOUND can only be applied to arrays"));
197 error (_("LBOUND dimension must be from 1 to %d"), ndimensions);
629 LONGEST lbound, ubound;
632 if (!get_discrete_bounds (range, &lbound, &ubound))
635 LONGEST dim_size = (ubound - lbound + 1);
745 LONGEST lbound, ubound;
747 if (!get_discrete_bounds (val_type->index_type (), &lbound, &ubound))
750 LONGEST dim_size = (ubound - lbound + 1);
1586 error (_("LBOUND second argument should be an integer"));
1610 error (_("LBOUND second argument should be an integer"));