Home
last modified time | relevance | path

Searched refs:FormatDescription (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp152 ReportRetriever::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription() function in ReportRetriever
213 std::string description = FormatDescription(report); in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp193 InstrumentationRuntimeASan::FormatDescription(StructuredData::ObjectSP report) { FormatDescription() function in InstrumentationRuntimeASan
H A DInstrumentationRuntimeASan.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h60 std::string FormatDescription(StructuredData::ObjectSP report);
H A DInstrumentationRuntimeTSan.cpp494 InstrumentationRuntimeTSan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription() function in InstrumentationRuntimeTSan
814 std::string issue_description = instance->FormatDescription(report); in NotifyBreakpointHit()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h5728 *gmock_os << FormatDescription(false); \
5731 *gmock_os << FormatDescription(true); \
5735 ::std::string FormatDescription(bool negation) const { \
5807 *gmock_os << FormatDescription(false); \
5810 *gmock_os << FormatDescription(true); \
5815 ::std::string FormatDescription(bool negation) const { \