Lines Matching defs:ScopedPrinterTest
1 //===- llvm/unittest/Support/ScopedPrinterTest.cpp - ScopedPrinter tests --===//
63 class ScopedPrinterTest : public ::testing::Test {
72 ScopedPrinterTest()
109 TEST_F(ScopedPrinterTest, GetKind) {
114 TEST_F(ScopedPrinterTest, ClassOf) {
121 TEST_F(ScopedPrinterTest, Indent) {
137 TEST_F(ScopedPrinterTest, Unindent) {
157 TEST_F(ScopedPrinterTest, ResetIndent) {
171 TEST_F(ScopedPrinterTest, PrintIndent) {
186 TEST_F(ScopedPrinterTest, GetIndentLevel) {
203 TEST_F(ScopedPrinterTest, SetPrefix) {
224 TEST_F(ScopedPrinterTest, PrintEnum) {
249 TEST_F(ScopedPrinterTest, PrintFlag) {
534 TEST_F(ScopedPrinterTest, PrintNumber) {
688 TEST_F(ScopedPrinterTest, PrintBoolean) {
705 TEST_F(ScopedPrinterTest, PrintVersion) {
714 TEST_F(ScopedPrinterTest, PrintList) {
823 TEST_F(ScopedPrinterTest, PrintListPrinter) {
835 TEST_F(ScopedPrinterTest, PrintHex) {
855 TEST_F(ScopedPrinterTest, PrintHexList) {
873 TEST_F(ScopedPrinterTest, PrintSymbolOffset) {
895 TEST_F(ScopedPrinterTest, PrintString) {
926 TEST_F(ScopedPrinterTest, PrintBinary) {
1123 TEST_F(ScopedPrinterTest, PrintObject) {
1135 TEST_F(ScopedPrinterTest, StartLine) {
1148 TEST_F(ScopedPrinterTest, GetOStream) {
1155 TEST_F(ScopedPrinterTest, PrintScope) {