Searched refs:eFormatterMatchRegex (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/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() 95 regex ? eFormatterMatchRegex : eFormatterMatchExact; in AddFilter()
|
| H A D | FormatManager.cpp | 720 eFormatterMatchRegex, string_format); in LoadSystemFormatters() 723 eFormatterMatchRegex, string_array_format); in LoadSystemFormatters()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 846 "^(std::__[[:alnum:]]+::)deque<.+>(( )?&)?$", eFormatterMatchRegex, in LoadLibCxxFormatters() 1042 eFormatterMatchRegex, std_string_summary_sp); in LoadLibStdcppFormatters() 1093 "^std::vector<.+>(( )?&)?$", eFormatterMatchRegex, in LoadLibStdcppFormatters() 1098 "^std::map<.+> >(( )?&)?$", eFormatterMatchRegex, in LoadLibStdcppFormatters() 1103 "^std::deque<.+>(( )?&)?$", eFormatterMatchRegex, in LoadLibStdcppFormatters() 1108 "^std::set<.+> >(( )?&)?$", eFormatterMatchRegex, in LoadLibStdcppFormatters() 1113 "^std::multimap<.+> >(( )?&)?$", eFormatterMatchRegex, in LoadLibStdcppFormatters() 1118 "^std::multiset<.+> >(( )?&)?$", eFormatterMatchRegex, in LoadLibStdcppFormatters() 1123 "^std::unordered_(multi)?(map|set)<.+> >$", eFormatterMatchRegex, in LoadLibStdcppFormatters() 1128 "^std::(__cxx11::)?list<.+>(( )?&)?$", eFormatterMatchRegex, in LoadLibStdcppFormatters() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBTypeNameSpecifier.cpp | 23 : SBTypeNameSpecifier(name, is_regex ? eFormatterMatchRegex in SBTypeNameSpecifier() 95 return m_opaque_sp->GetMatchType() == eFormatterMatchRegex; in IsRegex() 105 : match_type == eFormatterMatchRegex ? "regex" in GetDescription()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersContainer.h | 84 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 D | FormatClasses.h | 187 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; } in IsRegex()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 326 m_match_type = eFormatterMatchRegex; in SetOptionValue() 329 if (m_match_type == eFormatterMatchRegex) in SetOptionValue() 690 match_type = eFormatterMatchRegex; in DoExecute() 1177 m_match_type = eFormatterMatchRegex; in SetOptionValue() 1180 if (m_match_type == eFormatterMatchRegex) in SetOptionValue() 1577 match_type = eFormatterMatchRegex; in AddSummary() 1580 if (match_type == eFormatterMatchRegex) { in AddSummary() 1581 match_type = eFormatterMatchRegex; in AddSummary() 2317 match_type = eFormatterMatchRegex; in AddSynth() 2339 if (match_type == eFormatterMatchRegex) { in AddSynth() [all …]
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 844 eFormatterMatchRegex, enumerator
|