Home
last modified time | relevance | path

Searched defs:IsEnabled (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DLanguageCategory.cpp136 bool LanguageCategory::IsEnabled() { return m_enabled; } in IsEnabled() function in LanguageCategory
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DCheckerRegistry.cpp236 auto IsEnabled = [&](const CheckerInfo *Checker) { in initializeRegistry() local
264 IsEnabledFn IsEnabled) { in collectStrongDependencies()
284 IsEnabledFn IsEnabled) { in collectWeakDependencies()
/freebsd-12-stable/usr.sbin/ppp/
Dcommand.h62 #define IsEnabled(x) ((x) & NEG_ENABLED) macro
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointSite.cpp121 bool BreakpointSite::IsEnabled() const { return m_enabled; } in IsEnabled() function in BreakpointSite
DWatchpoint.cpp219 bool Watchpoint::IsEnabled() const { return m_enabled; } in IsEnabled() function in Watchpoint
DBreakpointLocation.cpp69 bool BreakpointLocation::IsEnabled() const { in IsEnabled() function in BreakpointLocation
DBreakpoint.cpp308 bool Breakpoint::IsEnabled() { return m_options.IsEnabled(); } in IsEnabled() function in Breakpoint
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBWatchpoint.cpp163 bool SBWatchpoint::IsEnabled() { in IsEnabled() function in SBWatchpoint
DSBBreakpointLocation.cpp116 bool SBBreakpointLocation::IsEnabled() { in IsEnabled() function in SBBreakpointLocation
DSBBreakpointName.cpp238 bool SBBreakpointName::IsEnabled() { in IsEnabled() function in SBBreakpointName
DSBBreakpoint.cpp219 bool SBBreakpoint::IsEnabled() { in IsEnabled() function in SBBreakpoint
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h267 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h276 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaAttr.cpp1116 void Sema::ActOnPragmaFPReassociate(SourceLocation Loc, bool IsEnabled) { in ActOnPragmaFPReassociate()
1145 void Sema::ActOnPragmaFEnvAccess(SourceLocation Loc, bool IsEnabled) { in ActOnPragmaFEnvAccess()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParsePragma.cpp709 bool IsEnabled; in HandlePragmaFEnvAccess() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp971 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; in ParseAnalyzerArgs() local