Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dcxx-pretty-print.c44 static void pp_cxx_statement (cxx_pretty_printer *, tree);
374 pp_cxx_statement (pp, STMT_EXPR_STMT (t)); in pp_cxx_primary_expression()
1376 pp_cxx_statement (pp, DECL_SAVED_TREE (t)); in pp_cxx_function_definition()
1529 pp_cxx_statement (cxx_pretty_printer *pp, tree t) in pp_cxx_statement() function
1560 pp_cxx_statement (pp, TRY_STMTS (t)); in pp_cxx_statement()
1565 pp_cxx_statement (pp, TRY_HANDLERS (t)); in pp_cxx_statement()
1586 pp_cxx_statement (pp, HANDLER_BODY (t)); in pp_cxx_statement()
1601 pp_cxx_statement (pp, THEN_CLAUSE (t)); in pp_cxx_statement()
1611 pp_cxx_statement (pp, else_clause); in pp_cxx_statement()
1625 pp_cxx_statement (pp, SWITCH_STMT_BODY (t)); in pp_cxx_statement()
[all …]
H A DChangeLog3877 * cxx-pretty-print.c (pp_cxx_statement): Print qualifying scopes
5344 * cxx-pretty-print.c (pp_cxx_statement) <USING_DECL case>: Adjust.
5812 * cxx-pretty-print.c (pp_cxx_statement): Use pp_cxx_expression
5814 (pp_cxx_statement): Handle EXPR_STMT.
5915 (pp_cxx_statement): Call pp_cxx_statement, not pp_statement.
6015 * cxx-pretty-print.c (pp_cxx_statement): Handle SWITCH_STMT,
6868 * cxx-pretty-print.c (pp_cxx_statement): Add prototype. Make static.
6870 * cxx-pretty-print.h (pp_cxx_statement): Remove prototype.
H A DChangeLog-20044679 * cxx-pretty-print.c (pp_cxx_statement): Add CLEANUP_STMT, IF_STMT.
4746 (pp_cxx_statement): ... here.
H A DChangeLog-20031877 (pp_cxx_statement): Likewise.