Searched refs:note_id (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mit/isl/dist/
H A Disl_ast.c2188 isl_id *note_id; local
2202 note_id = isl_id_alloc(ctx, NULL, note);
2203 if (!note_id)
2206 note_id = isl_id_set_free_user(note_id, note_free);
2208 p = isl_printer_set_note(p, isl_id_copy(id), note_id);

Completed in 202 milliseconds