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

  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 62 - poly_coeff_traits<T>::init_cast<Arg>::type is the type to which
82 struct init_cast { using type = T; }; struct in struct:poly_coeff_traits
95 struct init_cast { using type = const Arg &; }; struct in struct:poly_coeff_traits
109 struct init_cast { using type = const Arg &; }; struct in struct:poly_coeff_traits
123 struct init_cast { using type = const Arg &; }; struct in struct:poly_coeff_traits
468 template init_cast<Cs>::type (cs))... } {}

Completed in 24 milliseconds