Lines Matching defs:TestProperties
21 struct TestProperties {
30 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestProperties)
33 bool operator==(const TestProperties &lhs, TestProperties &rhs) {
38 /// Convert a DictionaryAttr to a TestProperties struct, optionally emit errors
42 setPropertiesFromAttribute(TestProperties &prop, Attribute attr,
46 emitError() << "expected DictionaryAttr to set TestProperties";
81 /// Convert a TestProperties struct to a DictionaryAttr, this is used for
84 const TestProperties &prop) {
95 inline llvm::hash_code computeHash(const TestProperties &prop) {
119 using Properties = TestProperties;
198 TestProperties &prop = opWithProp.getProperties();
348 TestProperties &prop = opWithProp.getProperties();
369 TestProperties &prop = state.getOrAddProperties<TestProperties>();