| /freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/ |
| D | LanguageCategory.cpp | 136 bool LanguageCategory::IsEnabled() { return m_enabled; } in IsEnabled() function in LanguageCategory
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| D | CheckerRegistry.cpp | 236 auto IsEnabled = [&](const CheckerInfo *Checker) { in initializeRegistry() local 264 IsEnabledFn IsEnabled) { in collectStrongDependencies() 284 IsEnabledFn IsEnabled) { in collectWeakDependencies()
|
| /freebsd-12-stable/usr.sbin/ppp/ |
| D | command.h | 62 #define IsEnabled(x) ((x) & NEG_ENABLED) macro
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/ |
| D | BreakpointSite.cpp | 121 bool BreakpointSite::IsEnabled() const { return m_enabled; } in IsEnabled() function in BreakpointSite
|
| D | Watchpoint.cpp | 219 bool Watchpoint::IsEnabled() const { return m_enabled; } in IsEnabled() function in Watchpoint
|
| D | BreakpointLocation.cpp | 69 bool BreakpointLocation::IsEnabled() const { in IsEnabled() function in BreakpointLocation
|
| D | Breakpoint.cpp | 308 bool Breakpoint::IsEnabled() { return m_options.IsEnabled(); } in IsEnabled() function in Breakpoint
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBWatchpoint.cpp | 163 bool SBWatchpoint::IsEnabled() { in IsEnabled() function in SBWatchpoint
|
| D | SBBreakpointLocation.cpp | 116 bool SBBreakpointLocation::IsEnabled() { in IsEnabled() function in SBBreakpointLocation
|
| D | SBBreakpointName.cpp | 238 bool SBBreakpointName::IsEnabled() { in IsEnabled() function in SBBreakpointName
|
| D | SBBreakpoint.cpp | 219 bool SBBreakpoint::IsEnabled() { in IsEnabled() function in SBBreakpoint
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| D | BreakpointOptions.h | 267 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| D | TypeCategory.h | 276 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaAttr.cpp | 1116 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/ |
| D | ParsePragma.cpp | 709 bool IsEnabled; in HandlePragmaFEnvAccess() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | CompilerInvocation.cpp | 971 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; in ParseAnalyzerArgs() local
|