reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
38 morph = isl_alloc_type(dom->ctx, struct isl_morph); 39 if (!morph) 42 morph->ref = 1; 43 morph->dom = dom; 44 morph->ran = ran; 45 morph->map = map; 46 morph->inv = inv; 48 return morph;