Lines Matching defs:found
76 nb::object &found = attributeBuilderMap[attributeKind];
77 if (found && !replace) {
81 nb::cast<std::string>(nb::str(found)))
84 found = std::move(pyFunc);
90 nb::object &found = typeCasterMap[mlirTypeID];
91 if (found && !replace)
93 nb::cast<std::string>(nb::str(found)));
94 found = std::move(typeCaster);
100 nb::object &found = valueCasterMap[mlirTypeID];
101 if (found && !replace)
103 nb::cast<std::string>(nb::repr(found)));
104 found = std::move(valueCaster);
110 nb::object &found = dialectClassMap[dialectNamespace];
111 if (found) {
116 found = std::move(pyClass);
122 nb::object &found = operationClassMap[operationName];
123 if (found && !replace) {
128 found = std::move(pyClass);
179 // Not found and loading did not yield a registration.
197 // Not found and loading did not yield a registration.