Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h134 bool only_enabled = true, const char **matching_category = nullptr,
136 return m_categories_map.AnyMatches(candidate_type, items, only_enabled,
H A DTypeCategoryMap.h72 bool only_enabled = true, const char **matching_category = nullptr,
H A DDataVisualization.h57 bool only_enabled = true, const char **matching_category = nullptr,
H A DTypeCategory.h351 bool only_enabled = true,
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp70 TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, in AnyMatches() argument
73 return GetFormatManager().AnyMatches(candidate_type, items, only_enabled, in AnyMatches()
H A DTypeCategoryMap.cpp162 TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, in AnyMatches() argument
169 if (pos->second->AnyMatches(candidate_type, items, only_enabled, in AnyMatches()
H A DTypeCategory.cpp189 bool only_enabled, const char **matching_category, in AnyMatches() argument
191 if (!IsEnabled() && only_enabled) in AnyMatches()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h2009 bool wpas_is_6ghz_supported(struct wpa_supplicant *wpa_s, bool only_enabled);
H A Dwpa_supplicant.c9506 bool wpas_is_6ghz_supported(struct wpa_supplicant *wpa_s, bool only_enabled) in wpas_is_6ghz_supported() argument
9515 if (only_enabled && in wpas_is_6ghz_supported()