HomeSort by: relevance | last modified time | path
    Searched defs:poly_int_pod (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 32 template<unsigned int N, typename T> struct poly_int_pod;
175 struct poly_int_traits<poly_int_pod<N, C> >
183 struct poly_int_traits<poly_int<N, C> > : poly_int_traits<poly_int_pod<N, C> >
338 struct poly_int_pod struct
342 poly_int_pod &operator = (const poly_int_pod<N, Ca> &);
344 typename if_nonpoly<Ca, poly_int_pod>::type &operator = (const Ca &);
347 poly_int_pod &operator += (const poly_int_pod<N, Ca> &);
349 typename if_nonpoly<Ca, poly_int_pod>::type &operator += (const Ca &)
    [all...]

Completed in 26 milliseconds