Home | History | Annotate | Download | only in c-family

Lines Matching defs:pointer_count

454   int pointer_count;
455 /* Whether, when pointer_count is 1, to allow any character type when
2276 width_wanted_type.pointer_count = 0;
2399 precision_wanted_type.pointer_count = 0;
2761 if ((fci->pointer_count == 0 && wanted_type == void_type_node)
2812 wanted_type_ptr->pointer_count = fci->pointer_count + alloc_flag;
4115 gcc_assert (wanted_type != void_type_node || types->pointer_count);
4117 if (types->pointer_count == 0)
4151 for (i = 0; i < types->pointer_count; ++i)
4221 if (i < types->pointer_count)
4411 spec->pointer_count);
4598 indirection_suffix (int pointer_count) : m_pointer_count (pointer_count) {}
4631 with the type in question, adding trailing '*' for pointer_count. */
4638 int pointer_count)
4640 m_pointer_count (pointer_count)
4708 int pointer_count = type->pointer_count;
4723 indirection_suffix suffix (pointer_count);
4734 pointer_count);
4982 gfc_fci[i].pointer_count = 1;