Home
last modified time | relevance | path

Searched refs:isDisabled (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_value.h68 bool isDisabled() { in isDisabled() function
HDubsan_handlers.cpp37 return SLoc.isDisabled() || IsPCSuppressed(ET, Opts.pc, SLoc.getFilename()); in ignoreReport()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDCheckerRegistryData.h120 bool isDisabled(const CheckerManager &mgr) const { in isDisabled() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDCheckerRegistry.cpp212 return !Checker->isDisabled(Mgr); in initializeRegistry()