Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp136 bool LanguageCategory::IsEnabled() { return m_enabled; } in IsEnabled() function in LanguageCategory
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp235 auto IsEnabled = [&](const CheckerInfo *Checker) { in initializeRegistry() local
263 IsEnabledFn IsEnabled) { in collectStrongDependencies()
283 IsEnabledFn IsEnabled) { in collectWeakDependencies()
/freebsd-src/usr.sbin/ppp/
H A Dcommand.h60 #define IsEnabled(x) ((x) & NEG_ENABLED) macro
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp119 bool BreakpointSite::IsEnabled() const { return m_enabled; } in IsEnabled() function in BreakpointSite
H A DBreakpointLocation.cpp69 if (!m_owner.IsEnabled()) in IsEnabled() function in BreakpointLocation
H A DWatchpoint.cpp370 bool Watchpoint::IsEnabled() const { return m_enabled; } IsEnabled() function in Watchpoint
H A DBreakpoint.cpp302 bool Breakpoint::IsEnabled() { return m_options.IsEnabled(); } IsEnabled() function in Breakpoint
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h266 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp154 bool SBWatchpoint::IsEnabled() { in IsEnabled() function in SBWatchpoint
H A DSBBreakpointLocation.cpp109 bool SBBreakpointLocation::IsEnabled() { in IsEnabled() function in SBBreakpointLocation
H A DSBBreakpointName.cpp229 bool SBBreakpointName::IsEnabled() { in IsEnabled() function in SBBreakpointName
H A DSBBreakpoint.cpp211 bool SBBreakpoint::IsEnabled() { in IsEnabled() function in SBBreakpoint
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h315 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1289 ActOnPragmaFPValueChangingOption(SourceLocation Loc,PragmaFPKind Kind,bool IsEnabled) ActOnPragmaFPValueChangingOption() argument
1339 ActOnPragmaFEnvAccess(SourceLocation Loc,bool IsEnabled) ActOnPragmaFEnvAccess() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp121 static bool IsEnabled = false; in enableDebuginfod() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp878 bool IsEnabled; HandlePragmaFEnvAccess() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1107 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; ParseAnalyzerArgs() local