Searched refs:eFormatterMatchExact (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/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 | FormatManager.cpp | 744 sys_category_sp->AddTypeSummary("OSType", eFormatterMatchExact, in LoadSystemFormatters()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 158 : 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 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-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 1176 cpp_category_sp->AddTypeSummary("std::string", eFormatterMatchExact, in LoadLibStdcppFormatters() 1179 eFormatterMatchExact, std_string_summary_sp); in LoadLibStdcppFormatters() 1182 eFormatterMatchExact, std_string_summary_sp); in LoadLibStdcppFormatters() 1185 eFormatterMatchExact, std_string_summary_sp); in LoadLibStdcppFormatters() 1187 cpp_category_sp->AddTypeSummary("std::__cxx11::string", eFormatterMatchExact, in LoadLibStdcppFormatters() 1192 eFormatterMatchExact, cxx11_string_summary_sp); in LoadLibStdcppFormatters() 1196 eFormatterMatchExact, in LoadLibStdcppFormatters() 1204 cpp_category_sp->AddTypeSummary("std::wstring", eFormatterMatchExact, in LoadLibStdcppFormatters() 1207 eFormatterMatchExact, std_wstring_summary_sp); in LoadLibStdcppFormatters() 1214 eFormatterMatchExact, std_wstring_summary_sp); in LoadLibStdcppFormatters() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 140 FormatterMatchType m_match_type = eFormatterMatchExact; 363 m_match_type = eFormatterMatchExact; in OptionParsingStarting() 700 FormatterMatchType match_type = eFormatterMatchExact; in DoExecute() 1249 m_match_type = eFormatterMatchExact; in OptionParsingStarting() 1603 if (match_type == eFormatterMatchExact) { in AddSummary() 2326 if (match_type == eFormatterMatchExact) { in AddSynth() 2334 if (match_type == eFormatterMatchExact) { in AddSynth() 2492 FormatterMatchType match_type = eFormatterMatchExact; in AddFilter()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 247 objc_category_sp->AddTypeSummary("BOOL", eFormatterMatchExact, in LoadObjCFormatters() 249 objc_category_sp->AddTypeSummary("BOOL &", eFormatterMatchExact, in LoadObjCFormatters() 251 objc_category_sp->AddTypeSummary("BOOL *", eFormatterMatchExact, in LoadObjCFormatters()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 884 eFormatterMatchExact, enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 817 bitfield_name.GetString(), lldb::eFormatterMatchExact); in DumpValue()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 78372 {SWIG_LUA_CONSTTAB_INT("eFormatterMatchExact", lldb::eFormatterMatchExact)},
|