Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp305 uint32_t prio_category = UINT32_MAX; in GetFormatForType() local
314 (prio_category > category_sp->GetEnabledPosition()))) { in GetFormatForType()
315 prio_category = category_sp->GetEnabledPosition(); in GetFormatForType()
329 uint32_t prio_category = UINT32_MAX; in GetSummaryForType() local
338 (prio_category > category_sp->GetEnabledPosition()))) { in GetSummaryForType()
339 prio_category = category_sp->GetEnabledPosition(); in GetSummaryForType()
353 uint32_t prio_category = UINT32_MAX; in GetFilterForType() local
362 (prio_category > category_sp->GetEnabledPosition()))) { in GetFilterForType()
363 prio_category = category_sp->GetEnabledPosition(); in GetFilterForType()
377 uint32_t prio_category = UINT32_MAX; in GetSyntheticForType() local
[all …]