Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dc-typeprint.c666 int need_access_label = 0; in c_type_print_base() local
797 need_access_label = 1; in c_type_print_base()
801 if (!need_access_label) in c_type_print_base()
810 need_access_label = 1; in c_type_print_base()
813 if (need_access_label) in c_type_print_base()
826 need_access_label = 1; in c_type_print_base()
830 if (!need_access_label) in c_type_print_base()
841 need_access_label = 1; in c_type_print_base()
844 if (need_access_label) in c_type_print_base()
870 if (HAVE_CPLUS_STRUCT (type) && need_access_label) in c_type_print_base()