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

  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.h 1509 struct primitive_int_traits struct in namespace:wi
1521 wi::primitive_int_traits <T, signed_p>::get_precision (T)
1528 wi::primitive_int_traits <T, signed_p>::decompose (HOST_WIDE_INT *scratch,
1543 : public primitive_int_traits <unsigned char, false> {};
1547 : public primitive_int_traits <unsigned short, false> {};
1551 : public primitive_int_traits <int, true> {};
1555 : public primitive_int_traits <unsigned int, false> {};
1559 : public primitive_int_traits <long, true> {};
1563 : public primitive_int_traits <unsigned long, false> {};
1568 : public primitive_int_traits <long long, true> {}
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
wide-int.h 1894 struct primitive_int_traits
1907 wi::primitive_int_traits <T, signed_p>::get_precision (T)
1914 wi::primitive_int_traits <T, signed_p>::decompose (HOST_WIDE_INT *scratch,
1929 : public primitive_int_traits <unsigned char, false> {};
1933 : public primitive_int_traits <unsigned short, false> {};
1937 : public primitive_int_traits <int, true> {};
1941 : public primitive_int_traits <unsigned int, false> {};
1945 : public primitive_int_traits <long, true> {};
1949 : public primitive_int_traits <unsigned long, false> {};
1954 : public primitive_int_traits <long long, true> {}
    [all...]

Completed in 28 milliseconds