Lines Matching defs:pyArgLocs
228 const std::optional<nb::sequence> &pyArgLocs) {
235 if (pyArgLocs) {
236 argLocs.reserve(nb::len(*pyArgLocs));
237 for (const auto &pyLoc : *pyArgLocs)
465 const std::optional<nb::sequence> &pyArgLocs) {
468 createBlock(nb::cast<nb::sequence>(pyArgTypes), pyArgLocs);
3471 const std::optional<nb::sequence> &pyArgLocs) {
3473 MlirBlock block = createBlock(pyArgTypes, pyArgLocs);
3493 const std::optional<nb::sequence> &pyArgLocs) {
3496 createBlock(nb::cast<nb::sequence>(pyArgTypes), pyArgLocs);
3508 const std::optional<nb::sequence> &pyArgLocs) {
3511 createBlock(nb::cast<nb::sequence>(pyArgTypes), pyArgLocs);