Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Common/
H A DFortran-features.h166 bool IsEnabled(LanguageFeature f) const { return !disable_.test(f); } IsEnabled() function
/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp136 bool LanguageCategory::IsEnabled() { return m_enabled; } in IsEnabled() function in LanguageCategory
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp235 auto IsEnabled = [&](const CheckerInfo *Checker) { in initializeRegistry() local
263 IsEnabledFn IsEnabled) { in collectStrongDependencies()
283 IsEnabledFn IsEnabled) { in collectWeakDependencies()
/llvm-project/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h35 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp119 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(); } IsEnabled() function in Breakpoint
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DPerf.cpp305 bool PerfEvent::IsEnabled() const { return m_enabled; } in IsEnabled() function in PerfEvent
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h266 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp154 bool SBWatchpoint::IsEnabled() { in IsEnabled() function in SBWatchpoint
H A DSBBreakpointLocation.cpp109 bool SBBreakpointLocation::IsEnabled() { in 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
/llvm-project/flang/include/flang/Semantics/
H A Dsemantics.h82 bool IsEnabled(common::LanguageFeature feature) const { IsEnabled() function
/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp342 auto IsEnabled = [&](const SubtargetFeatureKV &FeatureKV) { getEnabledProcessorFeatures() local
/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h315 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1284 ActOnPragmaFPValueChangingOption(SourceLocation Loc,PragmaFPKind Kind,bool IsEnabled) ActOnPragmaFPValueChangingOption() argument
1334 ActOnPragmaFEnvAccess(SourceLocation Loc,bool IsEnabled) ActOnPragmaFEnvAccess() argument
/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp121 static bool IsEnabled = false; enableDebuginfod() local
/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp886 bool IsEnabled; in HandlePragmaFEnvAccess() local
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1118 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; ParseAnalyzerArgs() local