Lines Matching defs:cstr
288 void FormatEntity::Entry::AppendText(const char *cstr) {
289 return AppendText(llvm::StringRef(cstr));
1352 const char *cstr = thread->GetName();
1353 if (cstr && cstr[0]) {
1354 s.PutCString(cstr);
1365 const char *cstr = thread->GetQueueName();
1366 if (cstr && cstr[0]) {
1367 s.PutCString(cstr);
1737 const char *cstr = sc->function->GetName().AsCString(nullptr);
1738 if (cstr) {
1759 s.PutCString(cstr);
1761 cstr = inline_info->GetName().GetCString();
1769 PrettyPrintFunctionNameWithArgs(s, cstr, exe_scope, args);
1771 s.PutCString(cstr);
1776 const char *cstr = sc->symbol->GetName().AsCString(nullptr);
1777 if (cstr) {
1778 s.PutCString(cstr);