Home
last modified time | relevance | path

Searched refs:loc_str (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Derr.cc167 std::string loc_str = info_->location.Describe(true); in InternalPrintToStdout() local
168 if (!loc_str.empty()) { in InternalPrintToStdout()
170 loc_str.insert(0, "See "); in InternalPrintToStdout()
172 loc_str.insert(0, "at "); in InternalPrintToStdout()
174 loc_str += " "; in InternalPrintToStdout()
181 if (!loc_str.empty() || !toolchain_str.empty()) in InternalPrintToStdout()
183 OutputString(loc_str + toolchain_str + colon + info_->message + "\n"); in InternalPrintToStdout()
/third_party/mindspore/mindspore/core/utils/
Dtrace_base.cc170 auto loc_str = loc->ToString(kSourceLineTipDiscard); in GetSourceLineFromDebugInfo() local
171 ReplaceLinefeed(&loc_str); in GetSourceLineFromDebugInfo()
172 result->push_back(loc_str + "\n"); in GetSourceLineFromDebugInfo()
229 auto loc_str = loc->ToString(kSourceLineTipDiscard); in GetDebugTraceInfo() local
230 ReplaceLinefeed(&loc_str); in GetDebugTraceInfo()
231 oss << loc_str << "\n"; in GetDebugTraceInfo()