Searched defs:IsEnabled (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp137 bool LanguageCategory::IsEnabled() { return m_enabled; } function in class:LanguageCategory
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.h62 #define IsEnabled(x) ((x) & NEG_ENABLED) macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp163 bool SBWatchpoint::IsEnabled() { function in class:SBWatchpoint
H A DSBBreakpointLocation.cpp116 bool SBBreakpointLocation::IsEnabled() { function in class:SBBreakpointLocation
H A DSBBreakpointName.cpp237 bool SBBreakpointName::IsEnabled() { function in class:SBBreakpointName
H A DSBBreakpoint.cpp209 bool SBBreakpoint::IsEnabled() { function in class:SBBreakpoint
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp121 bool BreakpointSite::IsEnabled() const { return m_enabled; } function in class:BreakpointSite
H A DWatchpoint.cpp218 bool Watchpoint::IsEnabled() const { return m_enabled; } function in class:Watchpoint
H A DBreakpointLocation.cpp71 bool BreakpointLocation::IsEnabled() const { function in class:BreakpointLocation
H A DBreakpoint.cpp302 bool Breakpoint::IsEnabled() { return m_options_up->IsEnabled(); } function in class:Breakpoint
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h268 bool IsEnabled() const { return m_enabled; } function in class:lldb_private::BreakpointOptions
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h278 bool IsEnabled() const { return m_enabled; } function in class:lldb_private::TypeCategoryImpl
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp331 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; local

Completed in 109 milliseconds