Searched refs:pp_indentation (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dpretty-print.c92 pp_indentation (pp) = 0;
162 int n = pp_indentation (pp);
628 pp_indentation (pp) = 0;
660 pp_indentation (pp) += 3;
H A Dpretty-print.h149 #define pp_indentation(PP) pp_base (PP)->indent_skip macro
249 pp_indentation (PP) += N; \
H A Dc-pretty-print.c1989 dump_generic_node (pp_base (pp), stmt, pp_indentation (pp), 0, true);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcxx-pretty-print.c1589 pp_indentation (pp) += 3;
1592 pp_indentation (pp) -= 3;
1628 pp_indentation (pp) += 3;
1647 pp_indentation (pp) -= 3;
1685 pp_indentation (pp) -= 3;
H A Derror.c1940 pp_indentation (cxx_pp) = 0;

Completed in 70 milliseconds