| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 197 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 D | LanguageCategory.cpp | 39 if (!IsEnabled()) in Get() 93 if (!IsEnabled()) in GetHardcoded() 136 bool LanguageCategory::IsEnabled() { return m_enabled; } in IsEnabled() function in LanguageCategory
|
| H A D | DataVisualization.cpp | 111 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 D | TypeCategory.cpp | 88 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 D | FormatManager.cpp | 304 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 D | TypeCategoryMap.cpp | 99 if (iter->second->IsEnabled()) in EnableAllCategories() 239 if (pos->second->IsEnabled()) in ForEach()
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 69 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 D | Watchpoint.cpp | 146 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 D | StopInfoMachException.cpp | 497 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 D | breakwin.py | 50 bp.SetEnabled(not bp.IsEnabled()) 79 if bp.IsEnabled():
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBBreakpoint.h | 35 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 D | SBBreakpoint.i | 122 IsEnabled (); 305 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi…
|
| H A D | SBWatchpoint.i | 60 IsEnabled ();
|
| H A D | SBBreakpointName.i | 51 bool IsEnabled();
|
| H A D | SBBreakpointLocation.i | 49 IsEnabled ();
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | Stoppoint.h | 27 virtual bool IsEnabled() = 0;
|
| H A D | BreakpointSite.h | 83 bool IsEnabled() const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| H A D | LanguageCategory.h | 41 bool IsEnabled();
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 159 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 D | SBWatchpoint.h | 49 bool IsEnabled();
|
| H A D | SBBreakpointLocation.h | 40 bool IsEnabled();
|
| H A D | SBBreakpointName.h | 50 bool IsEnabled();
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 261 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 D | StructuredDataDarwinLog.h | 45 static bool IsEnabled();
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 595 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()
|