Lines Matching defs:attribute
466 parser.emitError(enumLoc, "unknown attribute: '") << enumSpec << "'";
886 NamedAttribute attribute) {
887 StringRef symbol = attribute.getName().strref();
888 Attribute attr = attribute.getValue();
893 << symbol << "' attribute must be an entry point ABI attribute";
900 << symbol << "' attribute on operation";
906 /// Verifies the given SPIR-V `attribute` attached to a value of the given
909 NamedAttribute attribute) {
910 StringRef symbol = attribute.getName().strref();
911 Attribute attr = attribute.getValue();
921 << "' attribute cannot specify storage class "
933 << symbol << "' attribute on region argument";
939 NamedAttribute attribute) {
945 return verifyRegionAttribute(op->getLoc(), argType, attribute);
950 NamedAttribute attribute) {