Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
DCheckerRegistry.cpp235 auto IsEnabled = [&](const CheckerInfo *Checker) { in initializeRegistry() local
263 IsEnabledFn IsEnabled) { in collectStrongDependencies()
283 IsEnabledFn IsEnabled) { in collectWeakDependencies()
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DLanguageCategory.cpp136 bool LanguageCategory::IsEnabled() { return m_enabled; } in IsEnabled() function in LanguageCategory
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNBBreakpoint.h35 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DPerf.cpp305 bool PerfEvent::IsEnabled() const { return m_enabled; } in IsEnabled() function in PerfEvent
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointSite.cpp121 bool BreakpointSite::IsEnabled() const { return m_enabled; } in IsEnabled() function in BreakpointSite
DWatchpoint.cpp222 bool Watchpoint::IsEnabled() const { return m_enabled; } in IsEnabled() function in Watchpoint
DBreakpointLocation.cpp69 bool BreakpointLocation::IsEnabled() const { in IsEnabled() function in BreakpointLocation
DBreakpoint.cpp309 bool Breakpoint::IsEnabled() { return m_options.IsEnabled(); } in IsEnabled() function in Breakpoint
/openbsd/src/gnu/llvm/lldb/source/API/
DSBWatchpoint.cpp159 bool SBWatchpoint::IsEnabled() { in IsEnabled() function in SBWatchpoint
DSBBreakpointLocation.cpp110 bool SBBreakpointLocation::IsEnabled() { in IsEnabled() function in SBBreakpointLocation
DSBBreakpointName.cpp229 bool SBBreakpointName::IsEnabled() { in IsEnabled() function in SBBreakpointName
DSBBreakpoint.cpp212 bool SBBreakpoint::IsEnabled() { in IsEnabled() function in SBBreakpoint
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h266 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DTypeCategory.h315 bool IsEnabled() const { return m_enabled; } in IsEnabled() function
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaAttr.cpp1291 void Sema::ActOnPragmaFPReassociate(SourceLocation Loc, bool IsEnabled) { in ActOnPragmaFPReassociate()
1330 void Sema::ActOnPragmaFEnvAccess(SourceLocation Loc, bool IsEnabled) { in ActOnPragmaFEnvAccess()
/openbsd/src/gnu/llvm/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp117 static bool IsEnabled = false; in enableDebuginfod() local
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParsePragma.cpp804 bool IsEnabled; in HandlePragmaFEnvAccess() local
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DCompilerInvocation.cpp979 bool IsEnabled = A->getOption().getID() == OPT_analyzer_checker; in ParseAnalyzerArgs() local