Home | History | Annotate | Download | only in gdb

Lines Matching defs:ubound

126 	error (_("UBOUND can only be applied to arrays"));
199 error (_("UBOUND 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);
1588 error (_("UBOUND second argument should be an integer"));
1612 error (_("UBOUND second argument should be an integer"));