Searched refs:printStr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp82 void printStr(const char *S) { fprintf(stderr, "%s", S); } function in struct:__anon1865::DumpVisitor
90 printStr("<null>");
94 printStr("{");
103 printStr("}");
108 void print(bool B) { printStr(B ? "true" : "false"); }
123 return printStr("ReferenceKind::LValue");
125 return printStr("ReferenceKind::RValue");
131 return printStr("FunctionRefQual::FrefQualNone");
133 return printStr("FunctionRefQual::FrefQualLValue");
135 return printStr("FunctionRefQua
[all...]

Completed in 53 milliseconds