/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | LanguageCategory.cpp | 136 bool LanguageCategory::IsEnabled() { return m_enabled; } in IsEnabled() function in LanguageCategory
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.cpp | 235 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 D | command.h | 60 #define IsEnabled(x) ((x) & NEG_ENABLED) macro
|
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointSite.cpp | 119 bool BreakpointSite::IsEnabled() const { return m_enabled; } in IsEnabled() function in BreakpointSite
|
H A D | BreakpointLocation.cpp | 69 if (!m_owner.IsEnabled()) in IsEnabled() function in BreakpointLocation
|
H A D | Watchpoint.cpp | 370 bool Watchpoint::IsEnabled() const { return m_enabled; } IsEnabled() function in Watchpoint
|
H A D | Breakpoint.cpp | 302 bool Breakpoint::IsEnabled() { return m_options.IsEnabled(); } IsEnabled() function in Breakpoint
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointOptions.h | 266 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
|
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 154 bool SBWatchpoint::IsEnabled() { in IsEnabled() function in SBWatchpoint
|
H A D | SBBreakpointLocation.cpp | 109 bool SBBreakpointLocation::IsEnabled() { in IsEnabled() function in SBBreakpointLocation
|
H A D | SBBreakpointName.cpp | 229 bool SBBreakpointName::IsEnabled() { in IsEnabled() function in SBBreakpointName
|
H A D | SBBreakpoint.cpp | 211 bool SBBreakpoint::IsEnabled() { in IsEnabled() function in SBBreakpoint
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategory.h | 315 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 1289 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 D | llvm-symbolizer.cpp | 121 static bool IsEnabled = false; in enableDebuginfod() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 878 bool IsEnabled; HandlePragmaFEnvAccess() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 1107 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; ParseAnalyzerArgs() local
|