Searched refs:eFormatterMatchRegex (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 843 "^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 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 | FormatManager.cpp | 740 eFormatterMatchRegex, string_format); in LoadSystemFormatters() 743 eFormatterMatchRegex, string_array_format); in LoadSystemFormatters()
|
| /src/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()
|
| /src/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 | 187 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; } in IsRegex()
|
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 339 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 D | lldb-enumerations.h | 888 eFormatterMatchRegex, enumerator
|
| /src/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 81660 {SWIG_LUA_CONSTTAB_INT("eFormatterMatchRegex", (lldb::eFormatterMatchRegex))},
|