Home
last modified time | relevance | path

Searched refs:HOST_WIDE_INT_PRINT (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dhwint.h73 # define HOST_WIDE_INT_PRINT "l" macro
83 # define HOST_WIDE_INT_PRINT HOST_LONG_LONG_FORMAT macro
90 #define HOST_WIDE_INT_PRINT_DEC "%" HOST_WIDE_INT_PRINT "d"
92 #define HOST_WIDE_INT_PRINT_UNSIGNED "%" HOST_WIDE_INT_PRINT "u"
93 #define HOST_WIDE_INT_PRINT_HEX "0x%" HOST_WIDE_INT_PRINT "x"
Dpretty-print.c441 pp_scalar (pp, "%" HOST_WIDE_INT_PRINT "o", in pp_base_format()
Dfinal.c3401 memcpy (q, HOST_WIDE_INT_PRINT, strlen (HOST_WIDE_INT_PRINT)); in asm_fprintf()
3402 q += strlen (HOST_WIDE_INT_PRINT); in asm_fprintf()
DChangeLog-20034261 * dwarf2out.c (output_cfi): Use HOST_WIDE_INT_PRINT.
17493 * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
17500 terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
17502 * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
DChangeLog-20058252 * hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.