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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp174 uint32_t prio_category = UINT32_MAX; local
183 if (summary_current_sp && (summary_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabledPosition())))
185 prio_category = category_sp->GetEnabledPosition();
200 uint32_t prio_category = UINT32_MAX; local
209 if (filter_current_sp && (filter_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabledPosition())))
211 prio_category = category_sp->GetEnabledPosition();
227 uint32_t prio_category = UINT32_MAX; local
236 if (synth_current_sp && (synth_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabledPosition())))
238 prio_category = category_sp->GetEnabledPosition();

Completed in 67 milliseconds