Home
last modified time | relevance | path

Searched refs:get_array_bounds (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDopencl-lang.c103 && get_array_bounds (types[i], &lowb, &highb) in lookup_opencl_vector_type()
184 && !get_array_bounds (type, &lowb, &highb)) in lval_func_read()
213 && !get_array_bounds (type, &lowb, &highb)) in lval_func_write()
446 if (!get_array_bounds (check_typedef (value_type (val)), &lowb, &highb)) in opencl_component_ref()
563 if (!get_array_bounds (type, &lowb, &highb)) in opencl_logical_not()
655 if (!get_array_bounds (type1,&lowb1, &highb1) in vector_relop()
656 || !get_array_bounds (type2, &lowb2, &highb2)) in vector_relop()
965 if (!get_array_bounds (type1, &lowb1, &highb1) in evaluate_subexp_opencl()
966 || !get_array_bounds (type2, &lowb2, &highb2) in evaluate_subexp_opencl()
967 || !get_array_bounds (type3, &lowb3, &highb3)) in evaluate_subexp_opencl()
HDvalarith.c1368 if (!get_array_bounds (vector_type, &low_bound, &high_bound)) in value_vector_widen()
1413 if (!get_array_bounds (type1, &low_bound1, &high_bound1) in vector_binop()
1414 || !get_array_bounds (type2, &low_bound2, &high_bound2)) in vector_binop()
1772 if (!get_array_bounds (type, &low_bound, &high_bound)) in value_neg()
1808 if (!get_array_bounds (type, &low_bound, &high_bound)) in value_complement()
HDc-valprint.c159 if (!get_array_bounds (type, &low_bound, &high_bound)) in c_val_print()
HDada-varobj.c231 if (!get_array_bounds (parent_type, &lo, &hi)) in ada_varobj_get_array_number_of_children()
HDp-valprint.c81 if (get_array_bounds (type, &low_bound, &high_bound)) in pascal_val_print()
HDvalprint.c390 if (!get_array_bounds (type, &low_bound, &high_bound)) in generic_val_print()
1620 if (get_array_bounds (type, &low_bound, &high_bound)) in val_print_array_elements()
HDada-valprint.c83 if (!get_array_bounds (type, &low_bound, &high_bound)) in print_optional_low_bound()
HDc-typeprint.c692 if (get_array_bounds (type, &low_bound, &high_bound)) in c_type_print_varspec_suffix()
HDgdbtypes.h1566 extern int get_array_bounds (struct type *type, LONGEST *low_bound,
HDvalops.c884 if (!get_array_bounds (type1, &low_bound, &high_bound)) in value_one()
HDgdbtypes.c900 get_array_bounds (struct type *type, LONGEST *low_bound, LONGEST *high_bound) in get_array_bounds() function
HDada-lang.c8789 if (!get_array_bounds (t1, &lo1, &hi1) in ada_same_array_size_p()
8790 || !get_array_bounds (t2, &lo2, &hi2)) in ada_same_array_size_p()
8828 if (!get_array_bounds (type, &lo, &hi)) in ada_promote_array_of_integrals()