| /src/external/gpl3/gcc/dist/gcc/ |
| poly-int.h | 1166 maybe_eq (const poly_int<N, Ca> &a, const poly_int<N, Cb> &b) function 1176 maybe_eq (const poly_int<N, Ca> &a, const Cb &b) function 1186 maybe_eq (const Ca &a, const poly_int<N, Cb> &b) function 1196 maybe_eq (const Ca &a, const Cb &b) function 1247 #define known_ne(A, B) (!maybe_eq (A, B))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| poly-int.h | 1226 maybe_eq (const poly_int_pod<N, Ca> &a, const poly_int_pod<N, Cb> &b) function 1236 maybe_eq (const poly_int_pod<N, Ca> &a, const Cb &b) function 1246 maybe_eq (const Ca &a, const poly_int_pod<N, Cb> &b) function 1256 maybe_eq (const Ca &a, const Cb &b) function 1307 #define known_ne(A, B) (!maybe_eq (A, B))
|