HomeSort by: relevance | last modified time | path
    Searched refs:wide_int_storage (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
wide-int.h 336 class wide_int_storage;
343 typedef generic_wide_int <wide_int_storage> wide_int;
1125 class GTY(()) wide_int_storage
1137 wide_int_storage ();
1139 wide_int_storage (const T &);
1140 wide_int_storage (const wide_int_storage &);
1141 ~wide_int_storage ();
1150 wide_int_storage &operator = (const wide_int_storage &)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.h 316 class wide_int_storage;
322 typedef generic_wide_int <wide_int_storage> wide_int;
1059 class GTY(()) wide_int_storage
1067 wide_int_storage ();
1069 wide_int_storage (const T &);
1079 wide_int_storage &operator = (const T &);
1093 struct int_traits <wide_int_storage>
1096 /* Guaranteed by a static assert in the wide_int_storage constructor. */
1104 inline wide_int_storage::wide_int_storage () {} function in class:wide_int_storage
1111 inline wide_int_storage::wide_int_storage (const T &x) function in class:wide_int_storage
    [all...]
tree-ssa-pre.cc 3257 wide_int_storage::from (r.lower_bound (),
3260 wide_int_storage::from (r.upper_bound (),
wide-int.cc 736 wide_int_storage::bswap () const
ipa-prop.cc 6008 wide_int_storage::from (vr[i].min, prec,
6010 wide_int_storage::from (vr[i].max, prec,

Completed in 23 milliseconds