reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/imath/gmp_compat.c
  400   slash = strchr(str, '/');
  401   if (slash)
  402     *slash = '\0';
  408   if (slash)
  409     resD = mp_int_read_string(mp_rat_denom_ref(rop), base, slash+1);