Searched refs:eFormatterMatchExact (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 30 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 D | FormatterSection.cpp | 121 FormatterMatchType match_type = eFormatterMatchExact; in LoadTypeSummariesForModule() 156 FormatterMatchType match_type = eFormatterMatchExact; in LoadFormattersForModule()
|
| H A D | FormatManager.cpp | 764 sys_category_sp->AddTypeSummary("OSType", eFormatterMatchExact, in LoadSystemFormatters()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeNameSpecifier.cpp | 24 : 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 D | FormatClasses.h | 164 : 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 D | FormattersContainer.h | 80 : 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 D | CommandObjectType.cpp | 143 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 D | ObjCLanguage.cpp | 260 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 D | CPlusPlusLanguage.cpp | 1335 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 D | lldb-enumerations.h | 900 eFormatterMatchExact, enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 906 bitfield_name.GetString(), lldb::eFormatterMatchExact); in DumpValue()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 83063 {SWIG_LUA_CONSTTAB_INT("eFormatterMatchExact", (lldb::eFormatterMatchExact))},
|