Searched refs:eFormatterMatchRegex (Results 1 – 10 of 10) 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 | FormatterSection.cpp | 123 match_type = eFormatterMatchRegex; in LoadTypeSummariesForModule() 158 match_type = eFormatterMatchRegex; in LoadFormattersForModule()
|
| H A D | FormatManager.cpp | 748 eFormatterMatchRegex, string_format); in LoadSystemFormatters() 751 eFormatterMatchRegex, string_array_format); in LoadSystemFormatters()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 975 "^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 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()
|
| /freebsd/contrib/llvm-project/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 | 193 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; } in IsRegex()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 346 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 D | lldb-enumerations.h | 901 eFormatterMatchRegex, enumerator
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 83064 {SWIG_LUA_CONSTTAB_INT("eFormatterMatchRegex", (lldb::eFormatterMatchRegex))},
|