Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-format.c261 int pointer_count; member
1670 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 …]
H A Dc-format.h129 int pointer_count; member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-format.c413 const int pointer_count; member
542 int pointer_count; member
1772 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 …]
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp378 uint32_t pointer_count = 0; in DoExecute() local
430 ++pointer_count; in DoExecute()
514 while (pointer_count > 0) { in DoExecute()
522 --pointer_count; in DoExecute()