Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDFormatManager.cpp736 TypeCategoryImpl::SharedPointer sys_category_sp = in LoadSystemFormatters() local
739 sys_category_sp->AddTypeSummary(R"(^(unsigned )?char ?(\*|\[\])$)", in LoadSystemFormatters()
742 sys_category_sp->AddTypeSummary(R"(^((un)?signed )?char ?\[[0-9]+\]$)", in LoadSystemFormatters()
756 sys_category_sp->AddTypeSummary("OSType", eFormatterMatchExact, in LoadSystemFormatters()
763 AddFormat(sys_category_sp, lldb::eFormatOSType, "FourCharCode", in LoadSystemFormatters()