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
  396   str = malloc(strlen(s)+1);
  397   strcpy(str, s);
  400   slash = strchr(str, '/');
  405   resN = mp_int_read_string(mp_rat_numer_ref(rop), base, str);
  417   free(str);