Lines Matching defs:ScalarTraits
194 template <> struct ScalarTraits<MCInst> { struct
196 static void output(const MCInst &Value, void *Ctx, raw_ostream &Out) { in output()
200 static StringRef input(StringRef Scalar, void *Ctx, MCInst &Value) { in input()
208 static QuotingType mustQuote(StringRef) { return QuotingType::Single; } in mustQuote()
210 static const bool flow = true;
250 template <> struct ScalarTraits<exegesis::RegisterValue> { struct
251 static constexpr const unsigned kRadix = 16;
252 static constexpr const bool kSigned = false;
254 static void output(const exegesis::RegisterValue &RV, void *Ctx, in output()
261 static StringRef input(StringRef String, void *Ctx, in input()
279 static QuotingType mustQuote(StringRef) { return QuotingType::Single; } in mustQuote()
281 static const bool flow = true;