Home
last modified time | relevance | path

Searched refs:IsEnabled (Results 1 – 25 of 61) sorted by relevance

123

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp197 IsEnabledFn IsEnabled);
203 CheckerInfoSet &Ret, IsEnabledFn IsEnabled);
235 auto IsEnabled = [&](const CheckerInfo *Checker) { in initializeRegistry() local
244 collectWeakDependencies(Checker.WeakDependencies, Mgr, Deps, IsEnabled); in initializeRegistry()
263 IsEnabledFn IsEnabled) { in collectStrongDependencies() argument
266 if (!IsEnabled(Dependency)) in collectStrongDependencies()
271 IsEnabled)) in collectStrongDependencies()
283 IsEnabledFn IsEnabled) { in collectWeakDependencies() argument
288 collectWeakDependencies(Dependency->WeakDependencies, Mgr, Ret, IsEnabled); in collectWeakDependencies()
290 if (IsEnabled(Dependency) && in collectWeakDependencies()
[all …]
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DLanguageCategory.cpp39 if (!IsEnabled()) in Get()
93 if (!IsEnabled()) in GetHardcoded()
136 bool LanguageCategory::IsEnabled() { return m_enabled; } in IsEnabled() function in LanguageCategory
H A DDataVisualization.cpp111 if (GetFormatManager().GetCategory(category)->IsEnabled()) in Enable()
123 if (GetFormatManager().GetCategory(category)->IsEnabled()) in Disable()
136 if (category->IsEnabled()) in Enable()
144 if (category.get() && category->IsEnabled()) in Disable()
H A DTypeCategory.cpp88 if (!IsEnabled() || !IsApplicable(lang)) in Get()
96 if (!IsEnabled() || !IsApplicable(lang)) in Get()
104 if (!IsEnabled() || !IsApplicable(lang)) in Get()
191 if (!IsEnabled() && only_enabled) in AnyMatches()
319 stream.Printf("%s (%s", GetName(), (IsEnabled() ? "enabled" : "disabled")); in GetDescription()
H A DFormatManager.cpp304 if (!category_sp->IsEnabled()) in GetFormatForType()
328 if (!category_sp->IsEnabled()) in GetSummaryForType()
352 if (!category_sp->IsEnabled()) in GetFilterForType()
376 if (!category_sp->IsEnabled()) in GetSyntheticForType()
H A DTypeCategoryMap.cpp99 if (iter->second->IsEnabled()) in EnableAllCategories()
239 if (pos->second->IsEnabled()) in ForEach()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp69 bool BreakpointLocation::IsEnabled() const { in IsEnabled() function in BreakpointLocation
70 if (!m_owner.IsEnabled()) in IsEnabled()
73 return m_options_up->IsEnabled(); in IsEnabled()
400 if (!IsEnabled()) in ShouldStop()
418 if (IsEnabled()) { in BumpHitCount()
426 if (IsEnabled()) { in UndoBumpHitCount()
640 (m_options_up ? m_options_up->IsEnabled() : m_owner.IsEnabled()) in Dump()
H A DWatchpoint.cpp146 return IsEnabled(); in ShouldStop()
199 IsEnabled() ? "enabled" : "disabled", m_watch_read ? "r" : "", in DumpWithLevel()
222 bool Watchpoint::IsEnabled() const { return m_enabled; } in IsEnabled() function in Watchpoint
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp497 if (wp_sp && wp_sp->IsEnabled()) { in GetStopInfoForHardwareBP()
513 if (bp_sp && bp_sp->IsEnabled()) { in GetStopInfoForHardwareBP()
683 if (wp_sp && wp_sp->IsEnabled()) { in CreateStopReasonWithMachException()
726 if (wp_sp && wp_sp->IsEnabled()) { in CreateStopReasonWithMachException()
759 if (bp_site_sp && bp_site_sp->IsEnabled()) { in CreateStopReasonWithMachException()
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dbreakwin.py50 bp.SetEnabled(not bp.IsEnabled())
79 if bp.IsEnabled():
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h35 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
40 if (IsBreakpoint() && IsEnabled() && !IsHardware()) { in IntersectsRange()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpoint.i122 IsEnabled ();
305 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi…
H A DSBWatchpoint.i60 IsEnabled ();
H A DSBBreakpointName.i51 bool IsEnabled();
H A DSBBreakpointLocation.i49 IsEnabled ();
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DStoppoint.h27 virtual bool IsEnabled() = 0;
H A DBreakpointSite.h83 bool IsEnabled() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DLanguageCategory.h41 bool IsEnabled();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBWatchpoint.cpp159 bool SBWatchpoint::IsEnabled() { in IsEnabled() function in SBWatchpoint
166 return watchpoint_sp->IsEnabled(); in IsEnabled()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBWatchpoint.h49 bool IsEnabled();
H A DSBBreakpointLocation.h40 bool IsEnabled();
H A DSBBreakpointName.h50 bool IsEnabled();
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachineC.cpp261 for (const auto &[Feature, IsEnabled] : HostFeatures) in LLVMGetHostCPUFeatures()
262 Features.AddFeature(Feature, IsEnabled); in LLVMGetHostCPUFeatures()
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h45 static bool IsEnabled();
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp595 for (const auto &[Feature, IsEnabled] : HostFeatures) in getFeaturesStr()
596 Features.AddFeature(Feature, IsEnabled); in getFeaturesStr()
615 for (const auto &[Feature, IsEnabled] : HostFeatures) in getFeatureList()
616 Features.AddFeature(Feature, IsEnabled); in getFeatureList()

123