Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1134 eFormatterMatchRegex, in LoadLibCxxFormatters()
1147 eFormatterMatchRegex, in LoadLibCxxFormatters()
1235 "^std::map<.+> >(( )?&)?$", eFormatterMatchRegex, in LoadLibStdcppFormatters()
1240 "^std::deque<.+>(( )?&)?$", eFormatterMatchRegex, in LoadLibStdcppFormatters()
1245 "^std::set<.+> >(( )?&)?$", eFormatterMatchRegex, in LoadLibStdcppFormatters()
1275 "^std::variant<.+>$", eFormatterMatchRegex, in LoadLibStdcppFormatters()
1283 eFormatterMatchRegex, in LoadLibStdcppFormatters()
1287 eFormatterMatchRegex, in LoadLibStdcppFormatters()
1291 eFormatterMatchRegex, in LoadLibStdcppFormatters()
1295 eFormatterMatchRegex, in LoadLibStdcppFormatters()
[all …]
/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 DFormatManager.cpp728 eFormatterMatchRegex, string_format); in LoadSystemFormatters()
731 eFormatterMatchRegex, string_array_format); in LoadSystemFormatters()
/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.h187 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; } in IsRegex()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp339 m_match_type = eFormatterMatchRegex; in SetOptionValue()
342 if (m_match_type == eFormatterMatchRegex) in SetOptionValue()
702 match_type = eFormatterMatchRegex; in DoExecute()
1205 m_match_type = eFormatterMatchRegex; in SetOptionValue()
1208 if (m_match_type == eFormatterMatchRegex) in SetOptionValue()
1605 match_type = eFormatterMatchRegex; in AddSummary()
1608 if (match_type == eFormatterMatchRegex) { in AddSummary()
1609 match_type = eFormatterMatchRegex; in AddSummary()
2328 match_type = eFormatterMatchRegex; in AddSynth()
2350 if (match_type == eFormatterMatchRegex) { in AddSynth()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h885 eFormatterMatchRegex, enumerator
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78373 {SWIG_LUA_CONSTTAB_INT("eFormatterMatchRegex", lldb::eFormatterMatchRegex)},