Searched refs:eFormatCategoryItemRegexSummary (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp154 if ((items & eFormatCategoryItemRegexSummary) ==
155 eFormatCategoryItemRegexSummary)
180 if ((items & eFormatCategoryItemRegexSummary) ==
181 eFormatCategoryItemRegexSummary)
208 if ((items & eFormatCategoryItemRegexSummary) ==
209 eFormatCategoryItemRegexSummary)
267 if ((items & eFormatCategoryItemRegexSummary) ==
268 eFormatCategoryItemRegexSummary) {
273 *matching_type = eFormatCategoryItemRegexSummary;
H A DDataVisualization.cpp106 eFormatCategoryItemSummary | eFormatCategoryItemRegexSummary);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h132 eFormatCategoryItemRegexSummary = 0x0002, enumerator in enum:lldb_private::FormatCategoryItem
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1643 eFormatCategoryItemSummary | eFormatCategoryItemRegexSummary,
1661 eFormatCategoryItemSummary | eFormatCategoryItemRegexSummary,

Completed in 174 milliseconds