/llvm-project/flang/include/flang/Common/ |
H A D | Fortran-features.h | 166 bool IsEnabled(LanguageFeature f) const { return !disable_.test(f); } IsEnabled() function
|
/llvm-project/lldb/source/DataFormatters/ |
H A D | LanguageCategory.cpp | 136 bool LanguageCategory::IsEnabled() { return m_enabled; } in IsEnabled() function in LanguageCategory
|
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.cpp | 235 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 D | DNBBreakpoint.h | 35 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointSite.cpp | 119 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(); } IsEnabled() function in Breakpoint
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | Perf.cpp | 305 bool PerfEvent::IsEnabled() const { return m_enabled; } in IsEnabled() function in PerfEvent
|
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointOptions.h | 266 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
|
/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 154 bool SBWatchpoint::IsEnabled() { in IsEnabled() function in SBWatchpoint
|
H A D | SBBreakpointLocation.cpp | 109 bool SBBreakpointLocation::IsEnabled() { in 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
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | semantics.h | 82 bool IsEnabled(common::LanguageFeature feature) const { IsEnabled() function
|
/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 342 auto IsEnabled = [&](const SubtargetFeatureKV &FeatureKV) { getEnabledProcessorFeatures() local
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategory.h | 315 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 1284 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 D | llvm-symbolizer.cpp | 121 static bool IsEnabled = false; enableDebuginfod() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 886 bool IsEnabled; in HandlePragmaFEnvAccess() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 1118 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; ParseAnalyzerArgs() local
|