Searched refs:low_bound (Results 1 - 25 of 82) sorted by relevance

1234

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Daarch64-reloc-property.cc52 int64_t low_bound = -(L == 0 ? 0 : ((int64_t)1 << L)); local
54 return ((low_bound <= x && x < up_bound)
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Daarch64-reloc-property.cc52 int64_t low_bound = -(L == 0 ? 0 : ((int64_t)1 << L)); local
54 return ((low_bound <= x && x < up_bound)
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Daarch64-reloc-property.cc52 int64_t low_bound = -(L == 0 ? 0 : ((int64_t)1 << L)); local
54 return ((low_bound <= x && x < up_bound)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drust-lang.c540 LONGEST low_bound, high_bound;
544 && get_array_bounds (type->target_type (), &low_bound,
561 high_bound - low_bound + 1, stream,
580 LONGEST low_bound, high_bound;
582 if (!get_array_bounds (type, &low_bound, &high_bound))
591 high_bound - low_bound + 1, "ASCII", 0, &opts);
597 LONGEST low_bound, high_bound;
599 if (get_array_bounds (type, &low_bound, &high_bound)
600 && high_bound - low_bound + 1 == 0)
856 LONGEST low_bound, high_boun
538 LONGEST low_bound, high_bound; local
578 LONGEST low_bound, high_bound; local
595 LONGEST low_bound, high_bound; local
853 LONGEST low_bound, high_bound; local
1211 LONGEST low_bound; local
1670 LONGEST low_bound, high_bound; local
[all...]
H A Dm2-valprint.c75 LONGEST i, low_bound, high_bound; local
86 if (get_long_set_bounds (type, &low_bound, &high_bound))
102 for (i = low_bound; i <= high_bound; i++)
396 LONGEST low_bound, high_bound; local
402 i = get_discrete_bounds (range, &low_bound, &high_bound) ? 0 : -1;
411 for (i = low_bound; i <= high_bound; i++)
H A Dp-valprint.c90 LONGEST low_bound, high_bound;
92 if (get_array_bounds (type, &low_bound, &high_bound))
94 len = high_bound - low_bound + 1;
342 LONGEST low_bound, high_bound;
347 int bound_info = (get_discrete_bounds (range, &low_bound, &high_bound)
349 if (low_bound == 0 && high_bound == -1 && type->length () > 0)
364 for (i = low_bound; i <= high_bound; i++)
89 LONGEST low_bound, high_bound; local
341 LONGEST low_bound, high_bound; local
H A Dgdbtypes.c933 const struct dynamic_prop *low_bound,
953 bounds->low = *low_bound;
975 else if (low_bound->kind () == PROP_CONST && low_bound->const_val () >= 0)
997 const struct dynamic_prop *low_bound,
1003 result_type = create_range_type (result_type, index_type, low_bound,
1027 LONGEST low_bound, LONGEST high_bound)
1031 low.set_const_val (low_bound);
1221 get_array_bounds (struct type *type, LONGEST *low_bound, LONGEST *high_bound)
1233 if (low_bound)
931 create_range_type(struct type *result_type, struct type *index_type, const struct dynamic_prop *low_bound, const struct dynamic_prop *high_bound, LONGEST bias) argument
994 create_range_type_with_stride(struct type *result_type, struct type *index_type, const struct dynamic_prop *low_bound, const struct dynamic_prop *high_bound, LONGEST bias, const struct dynamic_prop *stride, bool byte_stride_p) argument
1025 create_static_range_type(struct type *result_type, struct type *index_type, LONGEST low_bound, LONGEST high_bound) argument
1220 get_array_bounds(struct type *type, LONGEST *low_bound, LONGEST *high_bound) argument
1294 LONGEST low_bound, high_bound; local
1431 lookup_array_range_type(struct type *element_type, LONGEST low_bound, LONGEST high_bound) argument
1473 lookup_string_range_type(struct type *string_char_type, LONGEST low_bound, LONGEST high_bound) argument
1497 LONGEST low_bound, high_bound, bit_length; local
2218 struct dynamic_prop low_bound, high_bound, stride; local
3835 LONGEST low_bound, high_bound; local
[all...]
H A Dada-valprint.c60 LONGEST low_bound;
66 if (!get_array_bounds (type, &low_bound, &high_bound))
72 if (low_bound > high_bound)
92 if (low_bound == 0)
96 if (low_bound == 0)
98 low_bound = index_type->field (low_bound).loc_enumval ();
104 if (low_bound == 1)
109 ada_print_scalar (index_type, low_bound, stream);
59 LONGEST low_bound; local
H A Dvalarith.c1550 LONGEST low_bound, high_bound;
1558 if (!get_array_bounds (vector_type, &low_bound, &high_bound))
1576 for (i = 0; i < high_bound - low_bound + 1; i++)
1912 LONGEST low_bound, high_bound;
1914 if (!get_array_bounds (type, &low_bound, &high_bound))
1920 for (i = 0; i < high_bound - low_bound + 1; i++)
1956 LONGEST low_bound, high_bound;
1958 if (!get_array_bounds (type, &low_bound, &high_bound))
1965 for (i = 0; i < high_bound - low_bound + 1; i++)
1997 LONGEST low_bound, high_boun
1547 LONGEST low_bound, high_bound; local
1907 LONGEST low_bound, high_bound; local
1951 LONGEST low_bound, high_bound; local
1991 LONGEST low_bound, high_bound; local
[all...]
H A Dc-valprint.c247 LONGEST low_bound, high_bound;
251 if (!get_array_bounds (type, &low_bound, &high_bound))
255 len = high_bound - low_bound + 1;
246 LONGEST low_bound, high_bound; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-array-bounds.cc282 tree low_bound = array_ref_low_bound (ref); local
289 if (up_bound && tree_int_cst_equal (low_bound, up_bound_p1))
315 && tree_int_cst_le (low_sub, low_bound))
330 && tree_int_cst_lt (low_sub, low_bound))
587 tree low_bound, up_bound, el_sz; local
593 low_bound = TYPE_MIN_VALUE (TYPE_DOMAIN (TREE_TYPE (tem)));
596 if (!low_bound
597 || TREE_CODE (low_bound) != INTEGER_CST
624 - wi::to_offset (low_bound) + 1))
H A Dtree-dfa.cc500 tree low_bound, unit_size; local
504 && (low_bound = array_ref_low_bound (exp),
505 poly_int_tree_p (low_bound))
511 - wi::to_poly_offset (low_bound),
547 && (low_bound = array_ref_low_bound (exp),
548 poly_int_tree_p (low_bound))
556 poly_offset_int lbound = wi::to_poly_offset (low_bound);
819 tree low_bound, unit_size; local
826 low_bound = array_ref_low_bound (exp);
828 && TREE_CODE (low_bound)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dm2-valprint.c75 LONGEST i, low_bound, high_bound; local
86 if (get_long_set_bounds (type, &low_bound, &high_bound))
102 for (i = low_bound; i <= high_bound; i++)
395 LONGEST low_bound, high_bound; local
401 i = get_discrete_bounds (range, &low_bound, &high_bound);
410 for (i = low_bound; i <= high_bound; i++)
H A Dp-valprint.c90 LONGEST low_bound, high_bound;
92 if (get_array_bounds (type, &low_bound, &high_bound))
94 len = high_bound - low_bound + 1;
342 LONGEST low_bound, high_bound;
347 int bound_info = get_discrete_bounds (range, &low_bound, &high_bound);
348 if (low_bound == 0 && high_bound == -1 && TYPE_LENGTH (type) > 0)
363 for (i = low_bound; i <= high_bound; i++)
89 LONGEST low_bound, high_bound; local
341 LONGEST low_bound, high_bound; local
H A Drust-lang.c512 LONGEST low_bound, high_bound;
516 && get_array_bounds (TYPE_TARGET_TYPE (type), &low_bound,
533 high_bound - low_bound + 1, stream,
557 LONGEST low_bound, high_bound;
559 if (!get_array_bounds (type, &low_bound, &high_bound))
568 high_bound - low_bound + 1, "ASCII", 0, &opts);
574 LONGEST low_bound, high_bound;
576 if (get_array_bounds (type, &low_bound, &high_bound)
577 && high_bound - low_bound + 1 == 0)
812 LONGEST low_bound, high_boun
510 LONGEST low_bound, high_bound; local
555 LONGEST low_bound, high_bound; local
572 LONGEST low_bound, high_bound; local
809 LONGEST low_bound, high_bound; local
1281 LONGEST low_bound; local
2139 LONGEST low_bound, high_bound; variable
[all...]
H A Dada-valprint.c60 LONGEST low_bound;
66 if (!get_array_bounds (type, &low_bound, &high_bound))
72 if (low_bound > high_bound)
92 if (low_bound == 0)
96 if (low_bound == 0)
98 low_bound = TYPE_FIELD_ENUMVAL (index_type, low_bound);
104 if (low_bound == 1)
109 ada_print_scalar (index_type, low_bound, stream);
59 LONGEST low_bound; local
H A Dgdbtypes.c925 const struct dynamic_prop *low_bound,
945 bounds->low = *low_bound;
952 if (low_bound->kind () == PROP_CONST && low_bound->const_val () >= 0)
973 const struct dynamic_prop *low_bound,
979 result_type = create_range_type (result_type, index_type, low_bound,
1003 LONGEST low_bound, LONGEST high_bound)
1007 low.set_const_val (low_bound);
1122 get_array_bounds (struct type *type, LONGEST *low_bound, LONGEST *high_bound)
1136 if (low_bound)
923 create_range_type(struct type *result_type, struct type *index_type, const struct dynamic_prop *low_bound, const struct dynamic_prop *high_bound, LONGEST bias) argument
970 create_range_type_with_stride(struct type *result_type, struct type *index_type, const struct dynamic_prop *low_bound, const struct dynamic_prop *high_bound, LONGEST bias, const struct dynamic_prop *stride, bool byte_stride_p) argument
1001 create_static_range_type(struct type *result_type, struct type *index_type, LONGEST low_bound, LONGEST high_bound) argument
1121 get_array_bounds(struct type *type, LONGEST *low_bound, LONGEST *high_bound) argument
1202 LONGEST low_bound, high_bound; local
1330 lookup_array_range_type(struct type *element_type, LONGEST low_bound, LONGEST high_bound) argument
1371 lookup_string_range_type(struct type *string_char_type, LONGEST low_bound, LONGEST high_bound) argument
1395 LONGEST low_bound, high_bound, bit_length; local
2092 struct dynamic_prop low_bound, high_bound, stride; local
3526 LONGEST low_bound, high_bound; local
[all...]
H A Dvalarith.c1440 LONGEST low_bound, high_bound;
1448 if (!get_array_bounds (vector_type, &low_bound, &high_bound))
1463 for (i = 0; i < high_bound - low_bound + 1; i++)
1797 LONGEST low_bound, high_bound;
1799 if (!get_array_bounds (type, &low_bound, &high_bound))
1802 for (i = 0; i < high_bound - low_bound + 1; i++)
1839 LONGEST low_bound, high_bound;
1841 if (!get_array_bounds (type, &low_bound, &high_bound))
1845 for (i = 0; i < high_bound - low_bound + 1; i++)
1877 LONGEST low_bound, high_boun
1437 LONGEST low_bound, high_bound; local
1792 LONGEST low_bound, high_bound; local
1834 LONGEST low_bound, high_bound; local
1871 LONGEST low_bound, high_bound; local
[all...]
H A Dc-valprint.c247 LONGEST low_bound, high_bound;
251 if (!get_array_bounds (type, &low_bound, &high_bound))
255 len = high_bound - low_bound + 1;
246 LONGEST low_bound, high_bound; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-lazy-string.c202 LONGEST low_bound, high_bound; local
204 if (get_array_bounds (realtype, &low_bound, &high_bound))
205 array_length = high_bound - low_bound + 1;
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-lazy-string.c202 LONGEST low_bound, high_bound; local
204 if (get_array_bounds (realtype, &low_bound, &high_bound))
205 array_length = high_bound - low_bound + 1;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dfa.c494 tree low_bound, unit_size; local
498 && (low_bound = array_ref_low_bound (exp),
499 poly_int_tree_p (low_bound))
505 - wi::to_poly_offset (low_bound),
535 && (low_bound = array_ref_low_bound (exp),
536 poly_int_tree_p (low_bound))
541 poly_offset_int lbound = wi::to_poly_offset (low_bound);
804 tree low_bound, unit_size; local
812 && (low_bound = array_ref_low_bound (exp),
813 poly_int_tree_p (low_bound))
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DLoadObject.cc444 Size low_bound = 0, high_bound = 0; local
461 low_bound = size;
464 low_bound, name);
469 low_bound = 0;
472 low_bound, name);
476 low_bound = 0;
484 low_bound = fp->img_offset + fp->size;
492 low_bound = fp->img_offset + fp->size;
498 low_bound = fp1->img_offset + fp1->size;
508 func->size = (unsigned) (high_bound - low_bound);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c-types.c71 LONGEST low_bound, high_bound, count; local
73 if (get_array_bounds (type, &low_bound, &high_bound) == 0)
77 gdb_assert (low_bound == 0); /* Ensured above. */
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-types.c71 LONGEST low_bound, high_bound, count; local
73 if (!get_array_bounds (type, &low_bound, &high_bound))
77 gdb_assert (low_bound == 0); /* Ensured above. */

Completed in 408 milliseconds

1234