| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gimple-pretty-print.c | 210 pp_decimal_int (buffer, va_arg (args, int)); in dump_gimple_fmt() 604 pp_decimal_int (buffer, DECL_PT_UID (var)); in pp_points_to_solution() 610 pp_decimal_int (buffer, i); in pp_points_to_solution() 1627 pp_decimal_int (buffer, xloc.line); in dump_gimple_phi() 1629 pp_decimal_int (buffer, xloc.column); in dump_gimple_phi() 1635 pp_decimal_int (buffer, gimple_phi_arg_edge (phi, i)->src->index); in dump_gimple_phi() 1865 pp_decimal_int (buffer, xloc.line); in dump_gimple_stmt() 1867 pp_decimal_int (buffer, xloc.column); in dump_gimple_stmt() 2074 pp_decimal_int (buffer, bb->index); in dump_bb_header() 2078 pp_decimal_int (buffer, bb->frequency); in dump_bb_header() [all …]
|
| HD | tree-pretty-print.c | 477 pp_decimal_int (buffer, xloc.line); in dump_location() 691 pp_decimal_int (buffer, TYPE_ADDR_SPACE (node)); in dump_generic_node() 729 pp_decimal_int (buffer, TYPE_PRECISION (node)); in dump_generic_node() 740 pp_decimal_int (buffer, TYPE_PRECISION (node)); in dump_generic_node() 747 pp_decimal_int (buffer, TYPE_PRECISION (node)); in dump_generic_node() 803 pp_decimal_int (buffer, TYPE_ADDR_SPACE (node)); in dump_generic_node() 2015 pp_decimal_int (buffer, SSA_NAME_VERSION (node)); in dump_generic_node()
|
| HD | pretty-print.h | 278 #define pp_decimal_int(PP, I) pp_scalar (PP, "%d", I) macro
|
| HD | tree-mudflap.c | 142 pp_decimal_int (buf, sourceline); in mf_varname_tree() 147 pp_decimal_int (buf, sourcecolumn); in mf_varname_tree()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-pretty-print.c | 1091 pp_decimal_int (pp, xloc.line); in dump_location() 1093 pp_decimal_int (pp, xloc.column); in dump_location() 1312 pp_decimal_int (pp, TYPE_ADDR_SPACE (node)); in dump_generic_node() 1371 pp_decimal_int (pp, TYPE_PRECISION (node)); in dump_generic_node() 1379 pp_decimal_int (pp, TYPE_PRECISION (node)); in dump_generic_node() 1391 pp_decimal_int (pp, TYPE_PRECISION (node)); in dump_generic_node() 1398 pp_decimal_int (pp, TYPE_PRECISION (node)); in dump_generic_node() 1454 pp_decimal_int (pp, TYPE_ADDR_SPACE (node)); in dump_generic_node() 1478 pp_decimal_int (pp, TYPE_ALIGN (TREE_TYPE (node))); in dump_generic_node() 1973 pp_decimal_int (pp, in dump_generic_node() [all …]
|
| HD | gimple-pretty-print.c | 282 pp_decimal_int (buffer, va_arg (args, int)); in dump_gimple_fmt() 581 pp_decimal_int (buffer, in dump_ternary_rhs() 800 pp_decimal_int (buffer, i); in pp_points_to_solution() 2223 pp_decimal_int (buffer, src->index); in dump_gimple_phi() 2235 pp_decimal_int (buffer, gimple_phi_arg_edge (phi, i)->src->index); in dump_gimple_phi() 2749 pp_decimal_int (buffer, e->dest->index); in pp_cfg_jump() 2755 pp_decimal_int (buffer, e->dest->index); in pp_cfg_jump()
|
| HD | pretty-print.h | 322 #define pp_decimal_int(PP, I) pp_scalar (PP, "%d", I) macro
|
| HD | omp-simd-clone.c | 351 pp_decimal_int (&pp, simdlen); in simd_clone_mangle() 407 pp_decimal_int (&pp, arg.alignment); in simd_clone_mangle()
|
| HD | asan.c | 1275 pp_decimal_int (&asan_pp, length / 2 - 1); in asan_emit_stack_protection() 1286 pp_decimal_int (&asan_pp, IDENTIFIER_LENGTH (DECL_NAME (decl))); in asan_emit_stack_protection()
|
| HD | print-rtl.c | 1545 pp_decimal_int (pp, XINT (x, 1)); in print_exp()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-pretty-print.c | 362 pp_decimal_int (this, prec); in simple_type_specifier() 383 pp_decimal_int (this, prec); in simple_type_specifier() 1036 pp_decimal_int (pp, floatn_nx_types[i].n); in pp_c_floating_constant()
|
| HD | c-ada-spec.c | 1839 pp_decimal_int (buffer, xloc.line); in dump_sloc() 2194 pp_decimal_int (buffer, TYPE_PRECISION (node)); in dump_ada_node()
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-pretty-print.c | 375 pp_decimal_int (pp, prec); in pp_c_type_specifier() 396 pp_decimal_int (pp, prec); in pp_c_type_specifier()
|
| HD | c-ada-spec.c | 1597 pp_decimal_int (buffer, xloc.line); in dump_sloc() 1940 pp_decimal_int (buffer, TYPE_PRECISION (node)); in dump_generic_ada_node()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | error.c | 2705 pp_decimal_int (cxx_pp, p + 1); in parm_to_string()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | error.c | 3115 pp_decimal_int (cxx_pp, p + 1); in parm_to_string()
|