/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | LanguageCategory.cpp | 136 bool LanguageCategory::IsEnabled() { return m_enabled; } in IsEnabled() function in LanguageCategory
|
/freebsd/usr.sbin/ppp/ |
H A D | command.h | 60 #define IsEnabled(x) ((x) & NEG_ENABLED) macro
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointSite.cpp | 121 bool BreakpointSite::IsEnabled() const { return m_enabled; } IsEnabled() function in BreakpointSite
|
H A D | BreakpointLocation.cpp | 68 bool BreakpointLocation::IsEnabled() const { in IsEnabled() function in BreakpointLocation
|
H A D | Watchpoint.cpp | 392 bool Watchpoint::IsEnabled() const { return m_enabled; } in IsEnabled() function in Watchpoint
|
H A D | Breakpoint.cpp | 299 bool Breakpoint::IsEnabled() { return m_options.IsEnabled(); } in IsEnabled() function in Breakpoint
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointOptions.h | 266 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 160 bool SBWatchpoint::IsEnabled() { IsEnabled() function in SBWatchpoint
|
H A D | SBBreakpointLocation.cpp | 110 bool SBBreakpointLocation::IsEnabled() { 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/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 342 auto IsEnabled = [&](const SubtargetFeatureKV &FeatureKV) { in getEnabledProcessorFeatures() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategory.h | 315 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 1285 PragmaFPKind Kind, bool IsEnabled) { in ActOnPragmaFPValueChangingOption() 1335 void Sema::ActOnPragmaFEnvAccess(SourceLocation Loc, bool IsEnabled) { in ActOnPragmaFEnvAccess()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 121 static bool IsEnabled = false; in enableDebuginfod() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 886 bool IsEnabled; in HandlePragmaFEnvAccess() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 1131 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; in ParseAnalyzerArgs() local
|