Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DFormatManager.cpp301 uint32_t prio_category = UINT32_MAX; in GetFormatForType() local
310 (prio_category > category_sp->GetEnabledPosition()))) { in GetFormatForType()
311 prio_category = category_sp->GetEnabledPosition(); in GetFormatForType()
325 uint32_t prio_category = UINT32_MAX; in GetSummaryForType() local
334 (prio_category > category_sp->GetEnabledPosition()))) { in GetSummaryForType()
335 prio_category = category_sp->GetEnabledPosition(); in GetSummaryForType()
349 uint32_t prio_category = UINT32_MAX; in GetFilterForType() local
358 (prio_category > category_sp->GetEnabledPosition()))) { in GetFilterForType()
359 prio_category = category_sp->GetEnabledPosition(); in GetFilterForType()
373 uint32_t prio_category = UINT32_MAX; in GetSyntheticForType() local
[all …]