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

  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 221 /* poly_result<T1, T2> describes the result of an operation on two
224 - poly_result<T1, T2>::type gives the result type for the operation.
229 - poly_result<T1, T2>::cast is the type to which an operand of type
232 poly_result<T1, T2>::type would also work, but casting to this
236 struct poly_result;
240 struct poly_result<T1, T2, 0> struct
250 struct poly_result<T1, T2, 1> struct
260 struct poly_result<T1, T2, 2> struct
271 #define POLY_POLY_COEFF(C1, C2) typename poly_result<C1, C2>::type
304 #define POLY_CAST(C1, C2) typename poly_result<C1, C2>::cas
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 243 /* poly_result<T1, T2> describes the result of an operation on two
246 - poly_result<T1, T2>::type gives the result type for the operation.
251 - poly_result<T1, T2>::cast is the type to which an operand of type
254 poly_result<T1, T2>::type would also work, but casting to this
258 struct poly_result;
262 struct poly_result<T1, T2, 0> struct
272 struct poly_result<T1, T2, 1> struct
282 struct poly_result<T1, T2, 2> struct
293 #define POLY_POLY_COEFF(C1, C2) typename poly_result<C1, C2>::type
326 #define POLY_CAST(C1, C2) typename poly_result<C1, C2>::cas
    [all...]

Completed in 25 milliseconds