Searched refs:numNotes (Results 1 – 1 of 1) sorted by relevance
784 intptr_t numNotes = mlirDiagnosticGetNumNotes(diagnostic); in getNotes() local785 materializedNotes = py::tuple(numNotes); in getNotes()786 for (intptr_t i = 0; i < numNotes; ++i) { in getNotes()