Home
last modified time | relevance | path

Searched refs:CustomParam (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestTypes.h44 struct CustomParam { struct
47 bool operator==(const CustomParam &other) const { argument
52 inline llvm::hash_code hash_value(const test::CustomParam &param) { in hash_value()
60 struct FieldParser<test::CustomParam> {
61 static FailureOr<test::CustomParam> parse(AsmParser &parser) {
65 return test::CustomParam{*value};
70 test::CustomParam param) {
H A DTestTypeDefs.td200 "::test::CustomParam":$four