HomeSort by: relevance | last modified time | path
    Searched defs:note_id (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_ast.c 2188 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);
isl_ast.c 2188 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 49 milliseconds