Searched refs:pp_decimal_int (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-pretty-print.c | 443 pp_decimal_int (buffer, xloc.line); in dump_generic_node() 1621 pp_decimal_int (buffer, PHI_ARG_EDGE (node, i)->src->index); in dump_generic_node() 1633 pp_decimal_int (buffer, SSA_NAME_VERSION (node)); in dump_generic_node() 2643 pp_decimal_int (buffer, bb->index); in dump_bb_header() 2647 pp_decimal_int (buffer, bb->frequency); in dump_bb_header() 2663 pp_decimal_int (buffer, get_lineno (bsi_stmt (bsi))); in dump_bb_header() 2678 pp_decimal_int (buffer, e->src->index); in dump_bb_header() 2691 pp_decimal_int (buffer, bb->index); in dump_bb_header() 2719 pp_decimal_int (buffer, e->dest->index); in dump_bb_end() 2759 pp_decimal_int (buffer, bb->index); in pp_cfg_jump() [all …]
|
H A D | pretty-print.h | 269 #define pp_decimal_int(PP, I) pp_scalar (PP, "%d", I) macro
|
H A D | tree-mudflap.c | 138 pp_decimal_int (buf, sourceline); in mf_varname_tree() 143 pp_decimal_int (buf, sourcecolumn); in mf_varname_tree()
|
H A D | c-pretty-print.c | 331 pp_decimal_int (pp, prec); in pp_c_type_specifier() 349 pp_decimal_int (pp, prec); in pp_c_type_specifier()
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | error.c | 2084 pp_decimal_int (cxx_pp, p + 1); in parm_to_string()
|