Home
last modified time | relevance | path

Searched refs:eFormatterMatchRegex (Results 1 – 10 of 10) 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.cpp123 match_type = eFormatterMatchRegex; in LoadTypeSummariesForModule()
158 match_type = eFormatterMatchRegex; in LoadFormattersForModule()
H A DFormatManager.cpp748 eFormatterMatchRegex, string_format); in LoadSystemFormatters()
751 eFormatterMatchRegex, string_array_format); in LoadSystemFormatters()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp975 "^std::__[[:alnum:]]+::deque<.+>$", eFormatterMatchRegex, in LoadLibCxxFormatters()
1139 "^std::__[[:alnum:]]+::chrono::nanoseconds", eFormatterMatchRegex, in LoadLibCxxFormatters()
1143 "^std::__[[:alnum:]]+::chrono::microseconds", eFormatterMatchRegex, in LoadLibCxxFormatters()
1147 "^std::__[[:alnum:]]+::chrono::milliseconds", eFormatterMatchRegex, in LoadLibCxxFormatters()
1151 "^std::__[[:alnum:]]+::chrono::seconds", eFormatterMatchRegex, in LoadLibCxxFormatters()
1155 "^std::__[[:alnum:]]+::chrono::minutes", eFormatterMatchRegex, in LoadLibCxxFormatters()
1160 "^std::__[[:alnum:]]+::chrono::hours", eFormatterMatchRegex, in LoadLibCxxFormatters()
1165 "^std::__[[:alnum:]]+::chrono::days", eFormatterMatchRegex, in LoadLibCxxFormatters()
1170 "^std::__[[:alnum:]]+::chrono::weeks", eFormatterMatchRegex, in LoadLibCxxFormatters()
1175 "^std::__[[:alnum:]]+::chrono::months", eFormatterMatchRegex, in LoadLibCxxFormatters()
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp23 : SBTypeNameSpecifier(name, is_regex ? eFormatterMatchRegex in SBTypeNameSpecifier()
95 return m_opaque_sp->GetMatchType() == eFormatterMatchRegex; in IsRegex()
105 : match_type == eFormatterMatchRegex ? "regex" in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h84 m_match_type(lldb::eFormatterMatchRegex) {} in TypeMatcher()
90 if (m_match_type == lldb::eFormatterMatchRegex) in TypeMatcher()
101 case lldb::eFormatterMatchRegex: in Matches()
123 if (m_match_type == lldb::eFormatterMatchRegex) in GetMatchString()
H A DFormatClasses.h193 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; } in IsRegex()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp346 m_match_type = eFormatterMatchRegex; in SetOptionValue()
349 if (m_match_type == eFormatterMatchRegex) in SetOptionValue()
705 match_type = eFormatterMatchRegex; in DoExecute()
1198 m_match_type = eFormatterMatchRegex; in SetOptionValue()
1201 if (m_match_type == eFormatterMatchRegex) in SetOptionValue()
1592 match_type = eFormatterMatchRegex; in AddSummary()
1595 if (match_type == eFormatterMatchRegex) { in AddSummary()
1596 match_type = eFormatterMatchRegex; in AddSummary()
2234 match_type = eFormatterMatchRegex; in AddSynth()
2257 if (match_type == eFormatterMatchRegex) { in AddSynth()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h901 eFormatterMatchRegex, enumerator
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83064 {SWIG_LUA_CONSTTAB_INT("eFormatterMatchRegex", (lldb::eFormatterMatchRegex))},