Searched refs:get_array_bounds (Results 1 – 12 of 12) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | opencl-lang.c | 103 && 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()
|
| HD | valarith.c | 1368 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()
|
| HD | c-valprint.c | 159 if (!get_array_bounds (type, &low_bound, &high_bound)) in c_val_print()
|
| HD | ada-varobj.c | 231 if (!get_array_bounds (parent_type, &lo, &hi)) in ada_varobj_get_array_number_of_children()
|
| HD | p-valprint.c | 81 if (get_array_bounds (type, &low_bound, &high_bound)) in pascal_val_print()
|
| HD | valprint.c | 390 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()
|
| HD | ada-valprint.c | 83 if (!get_array_bounds (type, &low_bound, &high_bound)) in print_optional_low_bound()
|
| HD | c-typeprint.c | 692 if (get_array_bounds (type, &low_bound, &high_bound)) in c_type_print_varspec_suffix()
|
| HD | gdbtypes.h | 1566 extern int get_array_bounds (struct type *type, LONGEST *low_bound,
|
| HD | valops.c | 884 if (!get_array_bounds (type1, &low_bound, &high_bound)) in value_one()
|
| HD | gdbtypes.c | 900 get_array_bounds (struct type *type, LONGEST *low_bound, LONGEST *high_bound) in get_array_bounds() function
|
| HD | ada-lang.c | 8789 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()
|