Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp136 bool LanguageCategory::IsEnabled() { return m_enabled; } in IsEnabled() function in LanguageCategory
/freebsd/usr.sbin/ppp/
H A Dcommand.h60 #define IsEnabled(x) ((x) & NEG_ENABLED) macro
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp121 bool BreakpointSite::IsEnabled() const { return m_enabled; } IsEnabled() function in BreakpointSite
H A DBreakpointLocation.cpp68 bool BreakpointLocation::IsEnabled() const { in IsEnabled() function in BreakpointLocation
H A DWatchpoint.cpp392 bool Watchpoint::IsEnabled() const { return m_enabled; } in IsEnabled() function in Watchpoint
H A DBreakpoint.cpp299 bool Breakpoint::IsEnabled() { return m_options.IsEnabled(); } in IsEnabled() function in Breakpoint
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h266 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp160 bool SBWatchpoint::IsEnabled() { IsEnabled() function in SBWatchpoint
H A DSBBreakpointLocation.cpp110 bool SBBreakpointLocation::IsEnabled() { 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/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp342 auto IsEnabled = [&](const SubtargetFeatureKV &FeatureKV) { in getEnabledProcessorFeatures() local
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h315 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1285 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 Dllvm-symbolizer.cpp121 static bool IsEnabled = false; in enableDebuginfod() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp886 bool IsEnabled; in HandlePragmaFEnvAccess() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1131 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; in ParseAnalyzerArgs() local