Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
95 regex ? eFormatterMatchRegex : eFormatterMatchExact; in AddFilter()
H A DFormatManager.cpp736 sys_category_sp->AddTypeSummary("OSType", eFormatterMatchExact, in LoadSystemFormatters()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBTypeNameSpecifier.cpp24 : eFormatterMatchExact) { in SBTypeNameSpecifier()
85 return eFormatterMatchExact; in GetMatchType()
104 (match_type == eFormatterMatchExact ? "plain" in GetDescription()
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h158 : m_match_type(lldb::eFormatterMatchExact) { in TypeNameSpecifierImpl()
166 : m_match_type(lldb::eFormatterMatchExact) { in TypeNameSpecifierImpl()
190 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()
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1039 cpp_category_sp->AddTypeSummary("std::string", eFormatterMatchExact, in LoadLibStdcppFormatters()
1045 eFormatterMatchExact, std_string_summary_sp); in LoadLibStdcppFormatters()
1048 eFormatterMatchExact, std_string_summary_sp); in LoadLibStdcppFormatters()
1050 cpp_category_sp->AddTypeSummary("std::__cxx11::string", eFormatterMatchExact, in LoadLibStdcppFormatters()
1055 eFormatterMatchExact, cxx11_string_summary_sp); in LoadLibStdcppFormatters()
1059 eFormatterMatchExact, in LoadLibStdcppFormatters()
1067 cpp_category_sp->AddTypeSummary("std::wstring", eFormatterMatchExact, in LoadLibStdcppFormatters()
1070 eFormatterMatchExact, std_wstring_summary_sp); in LoadLibStdcppFormatters()
1073 eFormatterMatchExact, std_wstring_summary_sp); in LoadLibStdcppFormatters()
1077 eFormatterMatchExact, std_wstring_summary_sp); in LoadLibStdcppFormatters()
[all …]
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp127 FormatterMatchType m_match_type = eFormatterMatchExact;
350 m_match_type = eFormatterMatchExact; in OptionParsingStarting()
688 FormatterMatchType match_type = eFormatterMatchExact; in DoExecute()
1221 m_match_type = eFormatterMatchExact; in OptionParsingStarting()
1575 if (match_type == eFormatterMatchExact) { in AddSummary()
2315 if (match_type == eFormatterMatchExact) { in AddSynth()
2323 if (match_type == eFormatterMatchExact) { in AddSynth()
2482 FormatterMatchType match_type = eFormatterMatchExact; in AddFilter()
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp288 objc_category_sp->AddTypeSummary("BOOL", eFormatterMatchExact, in LoadObjCFormatters()
290 objc_category_sp->AddTypeSummary("BOOL &", eFormatterMatchExact, in LoadObjCFormatters()
292 objc_category_sp->AddTypeSummary("BOOL *", eFormatterMatchExact, in LoadObjCFormatters()
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h843 eFormatterMatchExact, enumerator
/openbsd/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp824 bitfield_name.GetString(), lldb::eFormatterMatchExact); in DumpValue()