Home
last modified time | relevance | path

Searched refs:on_type (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td1658 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"; }
/external/fmtlib/include/fmt/
Dformat.h2463 FMT_CONSTEXPR void on_type(Char type) {
2923 if (begin != end && *begin != '}') handler.on_type(*begin++);
/external/fmtlib/test/
Dformat-test.cc2108 FMT_CONSTEXPR void on_type(char t) { type = t; } in on_type() function