Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-format.c383 int pointer_count; member
1778 width_wanted_type.pointer_count = 0; in check_format_info_main()
1883 precision_wanted_type.pointer_count = 0; in check_format_info_main()
2196 if ((fci->pointer_count == 0 && wanted_type == void_type_node) in check_format_info_main()
2243 wanted_type_ptr->pointer_count = fci->pointer_count + alloc_flag; in check_format_info_main()
2322 gcc_assert (wanted_type != void_type_node || types->pointer_count); in check_format_types()
2324 if (types->pointer_count == 0) in check_format_types()
2346 for (i = 0; i < types->pointer_count; ++i) in check_format_types()
2410 if (i < types->pointer_count) in check_format_types()
2476 int pointer_count = type->pointer_count; in format_type_warning() local
[all …]
HDc-format.h136 int pointer_count; member
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-format.c398 int pointer_count; member
2166 width_wanted_type.pointer_count = 0; in read_any_format_width()
2289 precision_wanted_type.pointer_count = 0; in read_any_format_precision()
2651 if ((fci->pointer_count == 0 && wanted_type == void_type_node) in check_argument_type()
2702 wanted_type_ptr->pointer_count = fci->pointer_count + alloc_flag; in check_argument_type()
3070 gcc_assert (wanted_type != void_type_node || types->pointer_count); in check_format_types()
3072 if (types->pointer_count == 0) in check_format_types()
3106 for (i = 0; i < types->pointer_count; ++i) in check_format_types()
3173 if (i < types->pointer_count) in check_format_types()
3363 spec->pointer_count); in get_format_for_type_1()
[all …]
HDc-format.h135 int pointer_count; member
/dragonfly/contrib/ldns/
HDwire2host.c65 unsigned int pointer_count = 0; in ldns_wire2dname() local
81 pointer_count++; in ldns_wire2dname()
95 } else if (pointer_count > LDNS_MAX_POINTERS) { in ldns_wire2dname()