Home
last modified time | relevance | path

Searched refs:eFormatterMatchRegex (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp843 "^std::__[[:alnum:]]+::deque<.+>$", eFormatterMatchRegex, in LoadLibCxxFormatters()
1007 "^std::__[[:alnum:]]+::chrono::nanoseconds", eFormatterMatchRegex, in LoadLibCxxFormatters()
1011 "^std::__[[:alnum:]]+::chrono::microseconds", eFormatterMatchRegex, in LoadLibCxxFormatters()
1015 "^std::__[[:alnum:]]+::chrono::milliseconds", eFormatterMatchRegex, in LoadLibCxxFormatters()
1019 "^std::__[[:alnum:]]+::chrono::seconds", eFormatterMatchRegex, in LoadLibCxxFormatters()
1023 "^std::__[[:alnum:]]+::chrono::minutes", eFormatterMatchRegex, in LoadLibCxxFormatters()
1028 "^std::__[[:alnum:]]+::chrono::hours", eFormatterMatchRegex, in LoadLibCxxFormatters()
1033 "^std::__[[:alnum:]]+::chrono::days", eFormatterMatchRegex, in LoadLibCxxFormatters()
1038 "^std::__[[:alnum:]]+::chrono::weeks", eFormatterMatchRegex, in LoadLibCxxFormatters()
1043 "^std::__[[:alnum:]]+::chrono::months", eFormatterMatchRegex, in LoadLibCxxFormatters()
[all …]
/src/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 DFormatManager.cpp740 eFormatterMatchRegex, string_format); in LoadSystemFormatters()
743 eFormatterMatchRegex, string_array_format); in LoadSystemFormatters()
/src/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()
/src/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.h187 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; } in IsRegex()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp339 m_match_type = eFormatterMatchRegex; in SetOptionValue()
342 if (m_match_type == eFormatterMatchRegex) in SetOptionValue()
694 match_type = eFormatterMatchRegex; in DoExecute()
1180 m_match_type = eFormatterMatchRegex; in SetOptionValue()
1183 if (m_match_type == eFormatterMatchRegex) in SetOptionValue()
1572 match_type = eFormatterMatchRegex; in AddSummary()
1575 if (match_type == eFormatterMatchRegex) { in AddSummary()
1576 match_type = eFormatterMatchRegex; in AddSummary()
2215 match_type = eFormatterMatchRegex; in AddSynth()
2237 if (match_type == eFormatterMatchRegex) { in AddSynth()
[all …]
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h888 eFormatterMatchRegex, enumerator
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81660 {SWIG_LUA_CONSTTAB_INT("eFormatterMatchRegex", (lldb::eFormatterMatchRegex))},