Lines Matching refs:pointer_count
455 int pointer_count; member
2281 width_wanted_type.pointer_count = 0; in read_any_format_width()
2404 precision_wanted_type.pointer_count = 0; in read_any_format_precision()
2766 if ((fci->pointer_count == 0 && wanted_type == void_type_node) in check_argument_type()
2817 wanted_type_ptr->pointer_count = fci->pointer_count + alloc_flag; in check_argument_type()
4114 gcc_assert (wanted_type != void_type_node || types->pointer_count); in check_format_types()
4116 if (types->pointer_count == 0) in check_format_types()
4150 for (i = 0; i < types->pointer_count; ++i) in check_format_types()
4220 if (i < types->pointer_count) in check_format_types()
4410 spec->pointer_count); in get_format_for_type_1()
4597 indirection_suffix (int pointer_count) : m_pointer_count (pointer_count) {} in indirection_suffix() argument
4637 int pointer_count) in range_label_for_format_type_mismatch() argument
4639 m_pointer_count (pointer_count) in range_label_for_format_type_mismatch()
4707 int pointer_count = type->pointer_count; in format_type_warning() local
4722 indirection_suffix suffix (pointer_count); in format_type_warning()
4733 pointer_count); in format_type_warning()
4920 gfc_fci[i].pointer_count = 1; in init_dynamic_gfc_info()