Searched refs:pointer_count (Results 1 – 4 of 4) sorted by relevance
261 int pointer_count; member1670 width_wanted_type.pointer_count = 0; in check_format_info_main()1780 precision_wanted_type.pointer_count = 0; in check_format_info_main()2080 if ((fci->pointer_count == 0 && wanted_type == void_type_node) in check_format_info_main()2128 wanted_type_ptr->pointer_count = fci->pointer_count + aflag; in check_format_info_main()2218 gcc_assert (wanted_type != void_type_node || types->pointer_count); in check_format_types()2220 if (types->pointer_count == 0) in check_format_types()2229 for (i = 0; i < types->pointer_count; ++i) in check_format_types()2311 wanted_type, types->pointer_count, in check_format_types()2318 if (i < types->pointer_count) in check_format_types()[all …]
129 int pointer_count; member
413 const int pointer_count; member542 int pointer_count; member1772 width_wanted_type.pointer_count = 0;1880 precision_wanted_type.pointer_count = 0;2172 if ((fci->pointer_count == 0 && wanted_type == void_type_node)2218 wanted_type_ptr->pointer_count = fci->pointer_count + aflag;2309 if (wanted_type == void_type_node && types->pointer_count == 0)2312 if (types->pointer_count == 0)2319 for (i = 0; i < types->pointer_count; ++i)2398 if (types->pointer_count == 1)[all …]
378 uint32_t pointer_count = 0; in DoExecute() local430 ++pointer_count; in DoExecute()514 while (pointer_count > 0) { in DoExecute()522 --pointer_count; in DoExecute()