Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp784 intptr_t numNotes = mlirDiagnosticGetNumNotes(diagnostic); in getNotes() local
785 materializedNotes = py::tuple(numNotes); in getNotes()
786 for (intptr_t i = 0; i < numNotes; ++i) { in getNotes()