Searched defs:HOST_WIDE_INT (Results 1 - 1 of 1) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dhwint.h0 /* HOST_WIDE_INT definitions for the GNU compiler.
51 /* Set HOST_WIDE_INT. This should be the widest efficient host
61 # define HOST_WIDE_INT long macro
66 # define HOST_WIDE_INT long long macro
71 # define HOST_WIDE_INT __int64 macro
74 #error "Unable to find a suitable type for HOST_WIDE_INT"
82 of HOST_WIDE_INT for %wd specifier checks. You must issue this
84 typedef HOST_WIDE_INT __gcc_host_wide_int__;
86 /* Various printf format strings for HOST_WIDE_INT. */
119 # define HOST_WIDEST_INT HOST_WIDE_INT
[all...]

Completed in 192 milliseconds