| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 195 IsEnabledFn IsEnabled); 201 CheckerInfoSet &Ret, IsEnabledFn IsEnabled); 233 auto IsEnabled = [&](const CheckerInfo *Checker) { in initializeRegistry() local 242 collectWeakDependencies(Checker.WeakDependencies, Mgr, Deps, IsEnabled); in initializeRegistry() 261 IsEnabledFn IsEnabled) { in collectStrongDependencies() argument 264 if (!IsEnabled(Dependency)) in collectStrongDependencies() 269 IsEnabled)) in collectStrongDependencies() 281 IsEnabledFn IsEnabled) { in collectWeakDependencies() argument 286 collectWeakDependencies(Dependency->WeakDependencies, Mgr, Ret, IsEnabled); in collectWeakDependencies() 288 if (IsEnabled(Dependency) && in collectWeakDependencies() [all …]
|
| /freebsd/contrib/llvm-project/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 | TypeCategoryMap.cpp | 111 if (iter->second->IsEnabled()) in EnableAllCategories() 243 if (pos->second->IsEnabled()) in ForEach()
|
| H A D | FormatManager.cpp | 316 if (!category_sp->IsEnabled()) in GetFormatForType() 340 if (!category_sp->IsEnabled()) in GetSummaryForType() 364 if (!category_sp->IsEnabled()) in GetFilterForType() 388 if (!category_sp->IsEnabled()) in GetSyntheticForType()
|
| /freebsd/contrib/llvm-project/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() 386 if (!IsEnabled()) in ShouldStop() 404 if (IsEnabled()) { in BumpHitCount() 412 if (IsEnabled()) { in UndoBumpHitCount() 646 (m_options_up ? m_options_up->IsEnabled() : m_owner.IsEnabled()) in Dump()
|
| H A D | Watchpoint.cpp | 262 return IsEnabled(); in ShouldStop() 355 IsEnabled() ? "enabled" : "disabled", m_watch_read ? "r" : "", in DumpWithLevel() 363 if (IsEnabled()) { in DumpWithLevel() 392 bool Watchpoint::IsEnabled() const { return m_enabled; } in IsEnabled() function in Watchpoint
|
| H A D | Breakpoint.cpp | 263 if (!location_sp || !location_sp->IsEnabled()) in SetIsHardware() 335 if (enable == m_options.IsEnabled()) in SetEnabled() 348 bool Breakpoint::IsEnabled() { return m_options.IsEnabled(); } in IsEnabled() function in Breakpoint 567 if (!break_loc_sp->IsEnabled()) in ModulesChanged() 889 !IsEnabled() && s->AsRawOstream().colors_enabled(); in GetDescription()
|
| /freebsd/usr.sbin/ppp/ |
| H A D | lcp.c | 306 lcp->want_shortseq = IsEnabled(lcp->fsm.bundle->ncp.mp.cfg.shortseq) ? 1 : 0; in lcp_Setup() 307 lcp->want_acfcomp = IsEnabled(lcp->cfg.acfcomp) ? 1 : 0; in lcp_Setup() 313 lcp->want_protocomp = IsEnabled(lcp->cfg.protocomp) ? 1 : 0; in lcp_Setup() 316 if (IsEnabled(lcp->cfg.chap05)) { in lcp_Setup() 320 } else if (IsEnabled(lcp->cfg.chap80nt) || in lcp_Setup() 321 IsEnabled(lcp->cfg.chap80lm)) { in lcp_Setup() 324 } else if (IsEnabled(lcp->cfg.chap81)) { in lcp_Setup() 328 } else if (IsEnabled(lcp->cfg.pap)) { in lcp_Setup() 341 lcp->want_lqrperiod = IsEnabled(lcp->cfg.lqr) ? in lcp_Setup() 480 if (mp->cfg.enddisc.class != 0 && IsEnabled(mp->cfg.negenddisc) && in LcpSendConfigReq() [all …]
|
| H A D | ccp.c | 186 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg])) in ccp_ReportStatus() 303 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg]) && in ccp_Required() 359 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg]) && in CcpSendConfigReq() 506 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg]) && in CcpLayerUp() 540 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg])) in CcpLayerUp() 800 if (IsEnabled(ccp->cfg.neg[f])) { in ccp_SetOpenMode()
|
| H A D | command.h | 60 #define IsEnabled(x) ((x) & NEG_ENABLED) macro
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | Stoppoint.h | 27 virtual bool IsEnabled() = 0;
|
| H A D | BreakpointSite.h | 86 bool IsEnabled() const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | LanguageCategory.h | 41 bool IsEnabled();
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointNameExtensions.i | 13 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi…
|
| H A D | SBBreakpointExtensions.i | 50 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi…
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 597 if (bp_site_sp && bp_site_sp->IsEnabled()) in CreateStopReasonWithMachException() 732 if (bp_site_sp && bp_site_sp->IsEnabled()) { in CreateStopReasonWithMachException() 826 if (site->IsHardware() && site->IsEnabled()) { in WasContinueInterrupted()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 154 bool SBWatchpoint::IsEnabled() { in IsEnabled() function in SBWatchpoint 161 return watchpoint_sp->IsEnabled(); in IsEnabled()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 57 bool IsEnabled();
|
| H A D | SBBreakpointName.h | 46 bool IsEnabled();
|
| H A D | SBBreakpointLocation.h | 49 bool IsEnabled();
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.h | 45 static bool IsEnabled();
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 1401 PragmaFPKind Kind, bool IsEnabled) { in ActOnPragmaFPValueChangingOption() argument 1402 if (IsEnabled) { in ActOnPragmaFPValueChangingOption() 1423 NewFPFeatures.setAllowFPReassociateOverride(IsEnabled); in ActOnPragmaFPValueChangingOption() 1426 NewFPFeatures.setAllowReciprocalOverride(IsEnabled); in ActOnPragmaFPValueChangingOption() 1451 void Sema::ActOnPragmaFEnvAccess(SourceLocation Loc, bool IsEnabled) { in ActOnPragmaFEnvAccess() argument 1453 if (IsEnabled) { in ActOnPragmaFEnvAccess() 1461 NewFPFeatures.setAllowFEnvAccessOverride(IsEnabled); in ActOnPragmaFEnvAccess() 1462 NewFPFeatures.setRoundingMathOverride(IsEnabled); in ActOnPragmaFEnvAccess()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepOverBreakpoint.cpp | 122 if (bp_site_sp && bp_site_sp->IsEnabled()) { in DoWillResume()
|