Searched refs:c_base (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dcxx-pretty-print.h28 #define pp_c_base(PP) (&(PP)->c_base)
39 c_pretty_printer c_base; member in struct:__anon1293
H A Dcxx-pretty-print.c1977 pp->c_base.declaration = (pp_fun) pp_cxx_declaration;
1978 pp->c_base.declaration_specifiers = (pp_fun) pp_cxx_decl_specifier_seq;
1979 pp->c_base.function_specifier = (pp_fun) pp_cxx_function_specifier;
1980 pp->c_base.type_specifier_seq = (pp_fun) pp_cxx_type_specifier_seq;
1981 pp->c_base.declarator = (pp_fun) pp_cxx_declarator;
1982 pp->c_base.direct_declarator = (pp_fun) pp_cxx_direct_declarator;
1983 pp->c_base.parameter_list = (pp_fun) pp_cxx_parameter_declaration_clause;
1984 pp->c_base.type_id = (pp_fun) pp_cxx_type_id;
1985 pp->c_base.abstract_declarator = (pp_fun) pp_cxx_abstract_declarator;
1986 pp->c_base
[all...]
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.am800 stamp-std stamp-bits stamp-c_base stamp-c_compatibility \
836 stamp-c_base: stamp-bits ${c_base_headers} ${c_base_headers_extra}
840 if [ ! -f stamp-c_base ]; then \
849 $(STAMP) stamp-c_base
H A DMakefile.in1013 stamp-std stamp-bits stamp-c_base stamp-c_compatibility \
1219 stamp-c_base: stamp-bits ${c_base_headers} ${c_base_headers_extra}
1223 if [ ! -f stamp-c_base ]; then \
1232 $(STAMP) stamp-c_base

Completed in 136 milliseconds