Searched defs:IsEnabled (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp136 bool LanguageCategory::IsEnabled() { return m_enabled; } function in class:LanguageCategory
/freebsd-13-stable/usr.sbin/ppp/
H A Dcommand.h62 #define IsEnabled(x) ((x) & NEG_ENABLED) macro
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h268 bool IsEnabled() const { return m_enabled; } function in class:lldb_private::BreakpointOptions
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp116 bool SBBreakpointLocation::IsEnabled() { function in class:SBBreakpointLocation
H A DSBWatchpoint.cpp163 bool SBWatchpoint::IsEnabled() { function in class:SBWatchpoint
H A DSBBreakpointName.cpp238 bool SBBreakpointName::IsEnabled() { function in class:SBBreakpointName
H A DSBBreakpoint.cpp209 bool SBBreakpoint::IsEnabled() { function in class:SBBreakpoint
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp121 bool BreakpointSite::IsEnabled() const { return m_enabled; } function in class:BreakpointSite
H A DWatchpoint.cpp218 bool Watchpoint::IsEnabled() const { return m_enabled; } function in class:Watchpoint
H A DBreakpointLocation.cpp71 bool BreakpointLocation::IsEnabled() const { function in class:BreakpointLocation
H A DBreakpoint.cpp313 bool Breakpoint::IsEnabled() { return m_options_up->IsEnabled(); } function in class:Breakpoint
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp236 auto IsEnabled = [&](const CheckerInfo *Checker) { local
261 collectStrongDependencies(const ConstCheckerInfoList &Deps, const CheckerManager &Mgr, CheckerInfoSet &Ret, IsEnabledFn IsEnabled) argument
281 collectWeakDependencies(const ConstCheckerInfoList &WeakDeps, const CheckerManager &Mgr, CheckerInfoSet &Ret, IsEnabledFn IsEnabled) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h278 bool IsEnabled() const { return m_enabled; } function in class:lldb_private::TypeCategoryImpl
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp991 void Sema::ActOnPragmaFPReassociate(SourceLocation Loc, bool IsEnabled) { argument
1028 void Sema::ActOnPragmaFEnvAccess(SourceLocation Loc, bool IsEnabled) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp393 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; local
401 IsEnabled); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp683 bool IsEnabled; local

Completed in 352 milliseconds