reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
489 if (!p) 492 if (p->yaml_size < p->yaml_depth + 1) { 492 if (p->yaml_size < p->yaml_depth + 1) { 494 state = isl_realloc_array(p->ctx, p->yaml_state, 494 state = isl_realloc_array(p->ctx, p->yaml_state, 495 enum isl_yaml_state, p->yaml_depth + 1); 497 return isl_printer_free(p); 498 p->yaml_state = state; 499 p->yaml_size = p->yaml_depth + 1; 499 p->yaml_size = p->yaml_depth + 1; 502 p->yaml_state[p->yaml_depth] = state; 502 p->yaml_state[p->yaml_depth] = state; 503 p->yaml_depth++; 505 return p;