Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDPlistDiagnostics.cpp776 StringRef lastName; in FlushDiagnosticsImpl() local
782 if (newName != lastName) { in FlushDiagnosticsImpl()
783 if (!lastName.empty()) { in FlushDiagnosticsImpl()
786 lastName = newName; in FlushDiagnosticsImpl()
787 o << " <key>" << lastName << "_files</key>\n"; in FlushDiagnosticsImpl()
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_stats.cpp466 static char const *lastName(char *name) { in lastName() function
494 return lastName(buffer); in getImageName()