Searched refs:RegularExpressionSP (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| HD | FormattersContainer.h | 358 Add_Impl (const MapKeyType &type, const MapValueType& entry, lldb::RegularExpressionSP *dummy) in Add_Impl() 375 Delete_Impl (ConstString type, lldb::RegularExpressionSP *dummy) in Delete_Impl() 382 lldb::RegularExpressionSP regex = pos->first; in Delete_Impl() 418 GetTypeNameSpecifierAtIndex_Impl (size_t index, lldb::RegularExpressionSP *dummy) in GetTypeNameSpecifierAtIndex_Impl() 420 lldb::RegularExpressionSP regex = m_format_map.GetKeyAtIndex(index); in GetTypeNameSpecifierAtIndex_Impl() 428 Get_Impl (ConstString key, MapValueType& value, lldb::RegularExpressionSP *dummy) in Get_Impl() 438 lldb::RegularExpressionSP regex = pos->first; in Get_Impl() 449 GetExact_Impl (ConstString key, MapValueType& value, lldb::RegularExpressionSP *dummy) in GetExact_Impl() 456 lldb::RegularExpressionSP regex = pos->first; in GetExact_Impl()
|
| HD | TypeCategory.h | 31 typedef FormattersContainer<lldb::RegularExpressionSP, FormatterImpl> RegexMatchContainer; 280 friend class FormattersContainer<lldb::RegularExpressionSP, TypeFormatImpl>; 283 friend class FormattersContainer<lldb::RegularExpressionSP, TypeSummaryImpl>; 286 friend class FormattersContainer<lldb::RegularExpressionSP, TypeFilterImpl>; 290 friend class FormattersContainer<lldb::RegularExpressionSP, ScriptedSyntheticChildren>;
|
| HD | TypeSummary.h | 335 …typedef bool(*RegexSummaryCallback)(void*, lldb::RegularExpressionSP, const lldb::TypeSummaryImplS…
|
| /trueos/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | FormatManager.cpp | 747 …category_sp->GetRegexTypeFormatsContainer()->Add(RegularExpressionSP(new RegularExpression(type_na… in AddFormat() 764 …category_sp->GetRegexTypeSummariesContainer()->Add(RegularExpressionSP(new RegularExpression(type_… in AddStringSummary() 785 …category_sp->GetRegexTypeSummariesContainer()->Add(RegularExpressionSP(new RegularExpression(type_… in AddScriptSummary() 802 …category_sp->GetRegexTypeSummariesContainer()->Add(RegularExpressionSP(new RegularExpression(type_… in AddCXXSummary() 818 …category_sp->GetRegexTypeSyntheticsContainer()->Add(RegularExpressionSP(new RegularExpression(type… in AddCXXSynthetic() 836 …category_sp->GetRegexTypeFiltersContainer()->Add(RegularExpressionSP(new RegularExpression(type_na… in AddFilter() 887 …gnu_category_sp->GetRegexTypeSyntheticsContainer()->Add(RegularExpressionSP(new RegularExpression(… in LoadLibStdcppFormatters() 890 …gnu_category_sp->GetRegexTypeSyntheticsContainer()->Add(RegularExpressionSP(new RegularExpression(… in LoadLibStdcppFormatters() 893 …gnu_category_sp->GetRegexTypeSyntheticsContainer()->Add(RegularExpressionSP(new RegularExpression(… in LoadLibStdcppFormatters() 898 …gnu_category_sp->GetRegexTypeSummariesContainer()->Add(RegularExpressionSP(new RegularExpression("… in LoadLibStdcppFormatters() [all …]
|
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTypeCategory.cpp | 315 …m_opaque_sp->GetRegexTypeFormatsContainer()->Add(lldb::RegularExpressionSP(new RegularExpression(t… in AddTypeFormat() 386 …m_opaque_sp->GetRegexTypeSummariesContainer()->Add(lldb::RegularExpressionSP(new RegularExpression… in AddTypeSummary() 423 …m_opaque_sp->GetRegexTypeFiltersContainer()->Add(lldb::RegularExpressionSP(new RegularExpression(t… in AddTypeFilter() 494 …m_opaque_sp->GetRegexTypeSyntheticsContainer()->Add(lldb::RegularExpressionSP(new RegularExpressio… in AddTypeSynthetic()
|
| /trueos/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectType.cpp | 850 RegularExpressionSP typeRX(new RegularExpression()); in DoExecute() 1194 bool CommandObjectTypeRXFormatList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, con… 1371 …friend bool CommandObjectTypeRXFormatList_LoopCallback(void* pt2self, lldb::RegularExpressionSP re… 1388 lldb::RegularExpressionSP regex, in CommandObjectTypeRXFormatList_LoopCallback() 1844 RegularExpressionSP typeRX(new RegularExpression()); in AddSummary() 2188 bool CommandObjectTypeRXSummaryList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, co… 2382 …l CommandObjectTypeRXSummaryList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, cons… 2398 lldb::RegularExpressionSP regex, in CommandObjectTypeRXSummaryList_LoopCallback() 2752 bool CommandObjectTypeFilterRXList_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, con… 2931 …friend bool CommandObjectTypeFilterRXList_LoopCallback(void* pt2self, lldb::RegularExpressionSP re… [all …]
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-forward.h | 342 typedef std::shared_ptr<lldb_private::RegularExpression> RegularExpressionSP; typedef
|