Searched refs:eFormatterMatchExact (Results 1 – 11 of 11) 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 | FormatManager.cpp | 756 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 | 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/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 1221 cpp_category_sp->AddTypeSummary("std::string", eFormatterMatchExact, in LoadLibStdcppFormatters() 1224 eFormatterMatchExact, std_string_summary_sp); in LoadLibStdcppFormatters() 1227 eFormatterMatchExact, std_string_summary_sp); in LoadLibStdcppFormatters() 1230 eFormatterMatchExact, std_string_summary_sp); in LoadLibStdcppFormatters() 1232 cpp_category_sp->AddTypeSummary("std::__cxx11::string", eFormatterMatchExact, in LoadLibStdcppFormatters() 1237 eFormatterMatchExact, cxx11_string_summary_sp); in LoadLibStdcppFormatters() 1241 eFormatterMatchExact, in LoadLibStdcppFormatters() 1249 cpp_category_sp->AddTypeSummary("std::wstring", eFormatterMatchExact, in LoadLibStdcppFormatters() 1252 eFormatterMatchExact, std_wstring_summary_sp); in LoadLibStdcppFormatters() 1255 eFormatterMatchExact, std_wstring_summary_sp); in LoadLibStdcppFormatters() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 140 FormatterMatchType m_match_type = eFormatterMatchExact; 363 m_match_type = eFormatterMatchExact; in OptionParsingStarting() 692 FormatterMatchType match_type = eFormatterMatchExact; in DoExecute() 1224 m_match_type = eFormatterMatchExact; in OptionParsingStarting() 1570 if (match_type == eFormatterMatchExact) { in AddSummary() 2213 if (match_type == eFormatterMatchExact) { in AddSynth() 2221 if (match_type == eFormatterMatchExact) { in AddSynth() 2379 FormatterMatchType match_type = eFormatterMatchExact; in AddFilter()
|
/freebsd/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/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 887 eFormatterMatchExact, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 849 bitfield_name.GetString(), lldb::eFormatterMatchExact); in DumpValue()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 81659 {SWIG_LUA_CONSTTAB_INT("eFormatterMatchExact", (lldb::eFormatterMatchExact))},
|