Searched refs:pp_c_flag_abstract (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.h31 pp_c_flag_abstract = 1 << 1, enumerator in enum:pp_c_pretty_print_flags
H A Dc-pretty-print.c522 bool want_parm_decl = DECL_P (t) && !(pp->flags & pp_c_flag_abstract);
724 if (flags & pp_c_flag_abstract)
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.h31 pp_c_flag_abstract = 1 << 1, enumerator in enum:pp_c_pretty_print_flags
H A Dc-pretty-print.cc532 bool want_parm_decl = DECL_P (t) && !(pp->flags & pp_c_flag_abstract);
786 if (flags & pp_c_flag_abstract)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.c1534 abstract = args == NULL || pp->flags & pp_c_flag_abstract;
1821 flags |= pp_c_flag_abstract;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcxx-pretty-print.cc1553 bool abstract = !args || (pp->flags & pp_c_flag_abstract);
1864 flags |= pp_c_flag_abstract;

Completed in 220 milliseconds