Searched refs:pp_cxx_ws_string (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cxx-pretty-print.c | 103 pp_cxx_ws_string (pp, "operator"); in pp_cxx_conversion_function_id() 224 pp_cxx_ws_string (pp, "template"); in pp_cxx_template_keyword_if_needed() 590 pp_cxx_ws_string (this, "dynamic_cast"); in postfix_expression() 592 pp_cxx_ws_string (this, "static_cast"); in postfix_expression() 594 pp_cxx_ws_string (this, "reinterpret_cast"); in postfix_expression() 596 pp_cxx_ws_string (this, "const_cast"); in postfix_expression() 671 pp_cxx_ws_string (pp, "new"); in pp_cxx_new_expression() 717 pp_cxx_ws_string (pp, "delete"); in pp_cxx_delete_expression() 771 pp_cxx_ws_string (this, "sizeof"); in unary_expression() 772 pp_cxx_ws_string (this, "..."); in unary_expression() [all …]
|
H A D | error.c | 291 pp_cxx_ws_string (pp, "class"); in dump_template_parameter() 293 pp_cxx_ws_string (pp, "..."); in dump_template_parameter() 568 pp_cxx_ws_string (pp, in dump_type() 581 pp_cxx_ws_string (pp, "template"); in dump_type() 586 pp_cxx_ws_string (pp, "__typeof__"); in dump_type() 594 pp_cxx_ws_string (pp, "__underlying_type"); in dump_type() 603 pp_cxx_ws_string (pp, "..."); in dump_type() 611 pp_cxx_ws_string (pp, "decltype"); in dump_type() 682 pp_cxx_ws_string (pp, variety); in dump_aggr_type() 913 pp_cxx_ws_string (pp, "transaction_safe"); in dump_type_suffix() [all …]
|
H A D | cxx-pretty-print.h | 79 #define pp_cxx_ws_string(PP, I) pp_c_ws_string (PP, I) macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cxx-pretty-print.c | 124 pp_cxx_ws_string (pp, "operator"); in pp_cxx_conversion_function_id() 153 pp_cxx_ws_string (pp, M_("<return-value>")); in pp_cxx_unqualified_id() 172 pp_cxx_ws_string (pp, M_("<unnamed>")); in pp_cxx_unqualified_id() 252 pp_cxx_ws_string (pp, "template"); in pp_cxx_template_keyword_if_needed() 607 pp_cxx_ws_string (pp, "dynamic_cast"); in pp_cxx_postfix_expression() 609 pp_cxx_ws_string (pp, "static_cast"); in pp_cxx_postfix_expression() 611 pp_cxx_ws_string (pp, "reinterpret_cast"); in pp_cxx_postfix_expression() 613 pp_cxx_ws_string (pp, "const_cast"); in pp_cxx_postfix_expression() 685 pp_cxx_ws_string (pp, "new"); in pp_cxx_new_expression() 731 pp_cxx_ws_string (pp, "delete"); in pp_cxx_delete_expression() [all …]
|
H A D | error.c | 231 pp_cxx_ws_string (cxx_pp, "class"); in dump_template_parameter() 233 pp_cxx_ws_string (cxx_pp, "..."); in dump_template_parameter() 496 pp_cxx_ws_string (cxx_pp, in dump_type() 509 pp_cxx_ws_string (cxx_pp, "template"); in dump_type() 514 pp_cxx_ws_string (cxx_pp, "__typeof__"); in dump_type() 522 pp_cxx_ws_string (cxx_pp, "__underlying_type"); in dump_type() 531 pp_cxx_ws_string (cxx_pp, "..."); in dump_type() 539 pp_cxx_ws_string (cxx_pp, "decltype"); in dump_type() 610 pp_cxx_ws_string (cxx_pp, variety); in dump_aggr_type() 921 pp_cxx_ws_string (cxx_pp, "constexpr"); in dump_simple_decl() [all …]
|
H A D | cxx-pretty-print.h | 61 #define pp_cxx_ws_string(PP, I) pp_c_ws_string (pp_c_base (PP), I) macro
|