Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h278 *gmock_os << FormatDescription(false);\
281 *gmock_os << FormatDescription(true);\
327 *gmock_os << FormatDescription(false);\
330 *gmock_os << FormatDescription(true);\
380 *gmock_os << FormatDescription(false);\
383 *gmock_os << FormatDescription(true);\
443 *gmock_os << FormatDescription(true);\
507 *gmock_os << FormatDescription(true);\
580 *gmock_os << FormatDescription(true);\
656 *gmock_os << FormatDescription(true);\
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp192 InstrumentationRuntimeASan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription() function in InstrumentationRuntimeASan
256 description = instance->FormatDescription(report); in NotifyBreakpointHit()
H A DInstrumentationRuntimeASan.h57 std::string FormatDescription(StructuredData::ObjectSP report);
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h60 std::string FormatDescription(StructuredData::ObjectSP report);
H A DInstrumentationRuntimeTSan.cpp489 InstrumentationRuntimeTSan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription() function in InstrumentationRuntimeTSan
814 std::string issue_description = instance->FormatDescription(report); in NotifyBreakpointHit()