Home
last modified time | relevance | path

Searched refs:pointer_count (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc453 int pointer_count; member
2274 width_wanted_type.pointer_count = 0; in read_any_format_width()
2397 precision_wanted_type.pointer_count = 0; in read_any_format_precision()
2759 if ((fci->pointer_count == 0 && wanted_type == void_type_node) in check_argument_type()
2810 wanted_type_ptr->pointer_count = fci->pointer_count + alloc_flag; in check_argument_type()
4113 gcc_assert (wanted_type != void_type_node || types->pointer_count); in check_format_types()
4115 if (types->pointer_count == 0) in check_format_types()
4149 for (i = 0; i < types->pointer_count; ++i) in check_format_types()
4219 if (i < types->pointer_count) in check_format_types()
4409 spec->pointer_count); in get_format_for_type_1()
[all …]
H A Dc-format.h139 int pointer_count; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c455 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()
[all …]
H A Dc-format.h139 int pointer_count; member