Searched refs:IsEnabled (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppoint.h40 IsEnabled () = 0;
H A DBreakpointOptions.h198 IsEnabled () const function in class:lldb_private::BreakpointOptions
H A DBreakpointSite.h120 IsEnabled () const;
H A DBreakpointLocation.h115 IsEnabled () const;
H A DBreakpoint.h349 IsEnabled ();
H A DWatchpoint.h86 IsEnabled () const;
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DSubtargetFeature.h81 void AddFeature(const StringRef String, bool IsEnabled = true);
/freebsd-10.1-release/usr.sbin/ppp/
H A Dcommand.h60 #define IsEnabled(x) ((x) & NEG_ENABLED) macro
H A Dlcp.c306 lcp->want_shortseq = IsEnabled(lcp->fsm.bundle->ncp.mp.cfg.shortseq) ? 1 : 0;
307 lcp->want_acfcomp = IsEnabled(lcp->cfg.acfcomp) ? 1 : 0;
313 lcp->want_protocomp = IsEnabled(lcp->cfg.protocomp) ? 1 : 0;
316 if (IsEnabled(lcp->cfg.chap05)) {
320 } else if (IsEnabled(lcp->cfg.chap80nt) ||
321 IsEnabled(lcp->cfg.chap80lm)) {
324 } else if (IsEnabled(lcp->cfg.chap81)) {
328 } else if (IsEnabled(lcp->cfg.pap)) {
341 lcp->want_lqrperiod = IsEnabled(lcp->cfg.lqr) ?
480 if (mp->cfg.enddisc.class != 0 && IsEnabled(m
[all...]
H A Dccp.c186 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg]))
303 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg]) &&
359 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg]) &&
506 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg]) &&
540 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg]))
800 if (IsEnabled(ccp->cfg.neg[f])) {
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h47 IsEnabled ();
H A DSBWatchpoint.h55 IsEnabled ();
H A DSBBreakpoint.h68 IsEnabled ();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp155 if (GetFormatManager().GetCategory(category)->IsEnabled())
163 if (GetFormatManager().GetCategory(category)->IsEnabled() == true)
173 if (category->IsEnabled())
182 if (category.get() && category->IsEnabled() == true)
H A DTypeCategory.cpp42 if (!IsEnabled())
58 if (!IsEnabled())
74 if (!IsEnabled())
224 if (!IsEnabled() && only_enabled)
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp93 BreakpointLocation::IsEnabled () const function in class:BreakpointLocation
95 if (!m_owner.IsEnabled())
98 return m_options_ap->IsEnabled();
454 if (!IsEnabled())
693 (m_options_ap.get() ? m_options_ap->IsEnabled() : m_owner.IsEnabled()) ? "enabled " : "disabled",
H A DWatchpoint.cpp190 if (!IsEnabled())
245 IsEnabled() ? "enabled" : "disabled",
273 Watchpoint::IsEnabled() const function in class:Watchpoint
H A DBreakpoint.cpp139 if (enable == m_options.IsEnabled())
153 Breakpoint::IsEnabled () function in class:Breakpoint
155 return m_options.IsEnabled();
398 if (!break_loc->IsEnabled())
H A DBreakpointSite.cpp151 BreakpointSite::IsEnabled () const function in class:BreakpointSite
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DSubtargetFeature.cpp57 bool IsEnabled) {
61 std::string Prefix = IsEnabled ? "+" : "-";
113 bool IsEnabled) {
117 Features.push_back(PrependFlag(String.lower(), IsEnabled));
56 PrependFlag(const StringRef Feature, bool IsEnabled) argument
112 AddFeature(const StringRef String, bool IsEnabled) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp100 if (bp_site_sp && bp_site_sp->IsEnabled())
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp373 if (wp_sp && wp_sp->IsEnabled())
408 if (wp_sp && wp_sp->IsEnabled())
446 if (bp_site_sp && bp_site_sp->IsEnabled())
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp108 SBBreakpointLocation::IsEnabled () function in class:SBBreakpointLocation
113 return m_opaque_sp->IsEnabled();
H A DSBWatchpoint.cpp163 SBWatchpoint::IsEnabled () function in class:SBWatchpoint
169 return watchpoint_sp->IsEnabled();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h190 IsEnabled () const function in class:lldb_private::TypeCategoryImpl

Completed in 326 milliseconds

12