Searched refs:idxtype (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ada-tasks.c | 941 struct type *idxtype = NULL; in ada_tasks_inferior_data_sniffer() local 947 idxtype = check_typedef (type->index_type ()); in ada_tasks_inferior_data_sniffer() 948 if (idxtype != NULL in ada_tasks_inferior_data_sniffer() 949 && idxtype->bounds ()->low.is_constant () in ada_tasks_inferior_data_sniffer() 950 && idxtype->bounds ()->high.is_constant ()) in ada_tasks_inferior_data_sniffer() 954 (idxtype->bounds ()->high.const_val () in ada_tasks_inferior_data_sniffer() 955 - idxtype->bounds ()->low.const_val () + 1); in ada_tasks_inferior_data_sniffer()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | pointer-query.cc | 2586 tree idxtype = NULL_TREE; in build_printable_array_type() local 2591 idxtype = build_range_type (sizetype, size_zero_node, NULL_TREE); in build_printable_array_type() 2594 tree arrtype = build_array_type (eltype, idxtype); in build_printable_array_type()
|
| D | tree-vect-stmts.cc | 2814 tree idxtype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist); in vect_build_gather_load_calls() local 2918 if (!useless_type_conversion_p (idxtype, TREE_TYPE (op))) in vect_build_gather_load_calls() 2921 TYPE_VECTOR_SUBPARTS (idxtype))); in vect_build_gather_load_calls() 2922 var = vect_get_new_ssa_name (idxtype, vect_simple_var); in vect_build_gather_load_calls() 2923 op = build1 (VIEW_CONVERT_EXPR, idxtype, op); in vect_build_gather_load_calls() 7704 tree rettype, srctype, ptrtype, idxtype, masktype, scaletype; in vectorizable_store() local 7758 idxtype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist); in vectorizable_store() 7845 if (!useless_type_conversion_p (idxtype, TREE_TYPE (op))) in vectorizable_store() 7848 TYPE_VECTOR_SUBPARTS (idxtype))); in vectorizable_store() 7849 var = vect_get_new_ssa_name (idxtype, vect_simple_var); in vectorizable_store() [all …]
|
| D | tree.cc | 12668 tree idxtype = TREE_TYPE (TREE_OPERAND (exp, 1)); in array_ref_low_bound() local 12669 return (idxtype == error_mark_node in array_ref_low_bound() 12670 ? integer_zero_node : build_int_cst (idxtype, 0)); in array_ref_low_bound()
|