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

  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 357 /* poly_int_full and poly_int_hungry are used internally within poly_int
358 for delegated initializers. poly_int_full indicates that a parameter
361 struct poly_int_full {}; struct
364 /* poly_int_fullness<B>::type is poly_int_full when B is true and
368 template<> struct poly_int_fullness<true> { using type = poly_int_full; };
433 constexpr poly_int (poly_int_full, const Cs &...);
466 poly_int<N, C>::poly_int (poly_int_full, const Cs &... cs)

Completed in 43 milliseconds