Searched defs:printOptionValue (Results 1 – 2 of 2) sorted by relevance
60 static void printOptionValue(raw_ostream &os, const bool &value) { in printOptionValue() function 64 static void printOptionValue(raw_ostream &os, const std::string &str) { in printOptionValue() function 79 printOptionValue(raw_ostream &os, const DataT &value) { in printOptionValue() function 84 printOptionValue(raw_ostream &os, const DataT &value) { in printOptionValue() function
1479 using PrintOptionValueTest = PrintOptionTestBase<printOptionValue>; in printOptionValue() function