| /src/external/gpl3/gcc/dist/gcc/ |
| poly-int.h | 1205 maybe_ne (const poly_int<N, Ca> &a, const poly_int<N, Cb> &b) function 1216 maybe_ne (const poly_int<N, Ca> &a, const Cb &b) function 1227 maybe_ne (const Ca &a, const poly_int<N, Cb> &b) function 1238 maybe_ne (const Ca &a, const Cb &b) function 1244 #define known_eq(A, B) (!maybe_ne (A, B)) 2402 if (maybe_ne (*quotient * b, a)) 2503 return maybe_ne (a, POLY_INT_TYPE (T) (-1)); 2556 return maybe_ne (size2, POLY_INT_TYPE (T4) (0)); 2558 return maybe_ne (size1, POLY_INT_TYPE (T2) (0));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| poly-int.h | 1265 maybe_ne (const poly_int_pod<N, Ca> &a, const poly_int_pod<N, Cb> &b) function 1276 maybe_ne (const poly_int_pod<N, Ca> &a, const Cb &b) function 1287 maybe_ne (const Ca &a, const poly_int_pod<N, Cb> &b) function 1298 maybe_ne (const Ca &a, const Cb &b) function 1304 #define known_eq(A, B) (!maybe_ne (A, B)) 2466 if (maybe_ne (*quotient * b, a)) 2567 return maybe_ne (a, POLY_INT_TYPE (T) (-1)); 2620 return maybe_ne (size2, POLY_INT_TYPE (T4) (0)); 2622 return maybe_ne (size1, POLY_INT_TYPE (T2) (0));
|