Home
last modified time | relevance | path

Searched refs:eFormatterMatchExact (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp30 regex ? eFormatterMatchRegex : eFormatterMatchExact; in AddFormat()
38 regex ? eFormatterMatchRegex : eFormatterMatchExact; in AddSummary()
48 regex ? eFormatterMatchRegex : eFormatterMatchExact; in AddStringSummary()
59 regex ? eFormatterMatchRegex : eFormatterMatchExact; in AddOneLineSummary()
71 regex ? eFormatterMatchRegex : eFormatterMatchExact; in AddCXXSummary()
83 regex ? eFormatterMatchRegex : eFormatterMatchExact; in AddCXXSynthetic()
96 regex ? eFormatterMatchRegex : eFormatterMatchExact; in AddFilter()
H A DFormatterSection.cpp121 FormatterMatchType match_type = eFormatterMatchExact; in LoadTypeSummariesForModule()
156 FormatterMatchType match_type = eFormatterMatchExact; in LoadFormattersForModule()
H A DFormatManager.cpp764 sys_category_sp->AddTypeSummary("OSType", eFormatterMatchExact, in LoadSystemFormatters()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp24 : eFormatterMatchExact) { in SBTypeNameSpecifier()
85 return eFormatterMatchExact; in GetMatchType()
104 (match_type == eFormatterMatchExact ? "plain" in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h164 : m_match_type(lldb::eFormatterMatchExact) { in TypeNameSpecifierImpl()
172 : m_match_type(lldb::eFormatterMatchExact) { in TypeNameSpecifierImpl()
196 lldb::FormatterMatchType m_match_type = lldb::eFormatterMatchExact;
H A DFormattersContainer.h80 : m_name(type_name), m_match_type(lldb::eFormatterMatchExact) {} in TypeMatcher()
98 case lldb::eFormatterMatchExact: in Matches()
121 if (m_match_type == lldb::eFormatterMatchExact) in GetMatchString()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp143 FormatterMatchType m_match_type = eFormatterMatchExact;
370 m_match_type = eFormatterMatchExact; in OptionParsingStarting()
703 FormatterMatchType match_type = eFormatterMatchExact; in DoExecute()
1242 m_match_type = eFormatterMatchExact; in OptionParsingStarting()
1590 if (match_type == eFormatterMatchExact) { in AddSummary()
2232 if (match_type == eFormatterMatchExact) { in AddSynth()
2240 if (match_type == eFormatterMatchExact) { in AddSynth()
2400 FormatterMatchType match_type = eFormatterMatchExact; in AddFilter()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp260 objc_category_sp->AddTypeSummary("BOOL", eFormatterMatchExact, in LoadObjCFormatters()
262 objc_category_sp->AddTypeSummary("BOOL &", eFormatterMatchExact, in LoadObjCFormatters()
264 objc_category_sp->AddTypeSummary("BOOL *", eFormatterMatchExact, in LoadObjCFormatters()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1335 name, eFormatterMatchExact); in RegisterStdStringSummaryProvider()
1369 cpp_category_sp->AddTypeSummary("std::__cxx11::string", eFormatterMatchExact, in LoadLibStdcppFormatters()
1378 cpp_category_sp->AddTypeSummary("std::__cxx11::wstring", eFormatterMatchExact, in LoadLibStdcppFormatters()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h900 eFormatterMatchExact, enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp906 bitfield_name.GetString(), lldb::eFormatterMatchExact); in DumpValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83063 {SWIG_LUA_CONSTTAB_INT("eFormatterMatchExact", (lldb::eFormatterMatchExact))},