Searched refs:on_type (Results 1 – 3 of 3) sorted by relevance
1658 TypeAttr:$on_type,1721 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }1807 let arguments = (ins StrAttr:$field_id, TypeAttr:$on_type);1842 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
2463 FMT_CONSTEXPR void on_type(Char type) {2923 if (begin != end && *begin != '}') handler.on_type(*begin++);
2108 FMT_CONSTEXPR void on_type(char t) { type = t; } in on_type() function