Home
last modified time | relevance | path

Searched refs:RegularExpressionSP (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameRecognizer.cpp55 …ush_front({(uint32_t)m_recognizers.size(), false, recognizer, false, module, RegularExpressionSP(), in AddRecognizer()
56 symbol, RegularExpressionSP(), in AddRecognizer()
61 RegularExpressionSP module, RegularExpressionSP symbol, in AddRecognizer()
140 RegularExpressionSP module_regexp;
142 RegularExpressionSP symbol_regexp;
163 StackFrameRecognizerSP recognizer, RegularExpressionSP module, in AddRecognizer()
164 RegularExpressionSP symbol, bool first_instruction_only) { in AddRecognizer()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp33 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddFormat()
44 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddSummary()
57 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddStringSummary()
71 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddOneLineSummary()
86 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddCXXSummary()
101 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddCXXSynthetic()
116 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddFilter()
H A DFormatManager.cpp983 lldb::RegularExpressionSP any_size_char_arr( in LoadSystemFormatters()
985 lldb::RegularExpressionSP any_size_wchar_arr( in LoadSystemFormatters()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h238 lldb::RegularExpressionSP *dummy) { in Add_Impl()
251 bool Delete_Impl(ConstString type, lldb::RegularExpressionSP *dummy) { in Delete_Impl()
255 lldb::RegularExpressionSP regex = pos->first; in Delete_Impl()
287 lldb::RegularExpressionSP *dummy) { in GetTypeNameSpecifierAtIndex_Impl()
288 lldb::RegularExpressionSP regex = m_format_map.GetKeyAtIndex(index); in GetTypeNameSpecifierAtIndex_Impl()
296 lldb::RegularExpressionSP *dummy) { in Get_Impl()
301 lldb::RegularExpressionSP regex = pos->first; in Get_Impl()
311 lldb::RegularExpressionSP *dummy) { in GetExact_Impl()
315 lldb::RegularExpressionSP regex = pos->first; in GetExact_Impl()
H A DTypeCategory.h30 typedef FormattersContainer<lldb::RegularExpressionSP, FormatterImpl>
427 friend class FormattersContainer<lldb::RegularExpressionSP, TypeFormatImpl>;
430 friend class FormattersContainer<lldb::RegularExpressionSP, TypeSummaryImpl>;
433 friend class FormattersContainer<lldb::RegularExpressionSP, TypeFilterImpl>;
437 friend class FormattersContainer<lldb::RegularExpressionSP,
442 friend class FormattersContainer<lldb::RegularExpressionSP,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h108 lldb::RegularExpressionSP module,
109 lldb::RegularExpressionSP symbol,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp566 RegularExpressionSP(new RegularExpression( in LoadLibCxxFormatters()
769 RegularExpressionSP( in LoadLibStdcppFormatters()
775 RegularExpressionSP( in LoadLibStdcppFormatters()
781 RegularExpressionSP(new RegularExpression( in LoadLibStdcppFormatters()
789 RegularExpressionSP( in LoadLibStdcppFormatters()
794 RegularExpressionSP( in LoadLibStdcppFormatters()
799 RegularExpressionSP(new RegularExpression( in LoadLibStdcppFormatters()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp304 lldb::RegularExpressionSP(new RegularExpression( in AddTypeFormat()
377 lldb::RegularExpressionSP(new RegularExpression( in AddTypeSummary()
416 lldb::RegularExpressionSP(new RegularExpression( in AddTypeFilter()
489 lldb::RegularExpressionSP(new RegularExpression( in AddTypeSynthetic()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp918 RegularExpressionSP(new RegularExpression(m_options.m_module)); in DoExecute()
920 RegularExpressionSP(new RegularExpression(m_options.m_function)); in DoExecute()
H A DCommandObjectType.cpp735 RegularExpressionSP typeRX(new RegularExpression()); in DoExecute()
1159 RegularExpressionSP regex_sp, in DoExecute()
1694 RegularExpressionSP typeRX(new RegularExpression()); in AddSummary()
2473 RegularExpressionSP typeRX(new RegularExpression()); in AddSynth()
2610 RegularExpressionSP typeRX(new RegularExpression()); in AddFilter()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h413 typedef std::shared_ptr<lldb_private::RegularExpression> RegularExpressionSP; typedef