Home
last modified time | relevance | path

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

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