Lines Matching defs:kind
169 // 1. The enum is part of a new operand kind introduced by the extension.
173 // 2. The enum is a new case in an existing operand kind. This case
440 std::cerr << "Unhandled operand kind found: " << operandKind << std::endl;
583 const std::string kind = operand["kind"].asString();
586 if (!IsTypeOrResultId(kind, &defTypeId, &defResultId)) {
587 const auto p = ToOperandClassAndOptionality(kind, quantifier);
634 std::cerr << "Error: " << source["kind"] << " enumerant " << enumerant["enumerant"]
651 const std::string kind = param["kind"].asString();
653 const auto p = ToOperandClassAndOptionality(kind, ""); // All parameters are required!
684 const std::string enumName = operandEnum["kind"].asString();