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

  /src/external/mit/isl/dist/
isl_printer.c 409 isl_bool has_note; local
411 has_note = isl_printer_has_note(p, id);
412 if (has_note < 0)
414 if (!has_note)
isl_ast.c 2189 isl_bool has_note; local
2192 has_note = isl_printer_has_note(p, id);
2193 if (has_note < 0)
2195 if (has_note)

Completed in 28 milliseconds