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

Declarations

tools/polly/lib/External/isl/imath/imath.c
  226 STATIC mp_digit *s_alloc(mp_size num);

References

tools/polly/lib/External/isl/imath/imath.c
  394   if ((MP_DIGITS(z) = s_alloc(prec)) == NULL)
  732     if ((out = s_alloc(p)) == NULL)
  800     if ((out = s_alloc(p)) == NULL)
 2016       if ((tmp = s_alloc(nsize)) == NULL)
 2208     if ((t1 = s_alloc(4 * buf_size)) == NULL) return 0;
 2289     if ((t1 = s_alloc(4 * buf_size)) == NULL) return 0;