Home
last modified time | relevance | path

Searched refs:SignalHandlerCheck (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignalHandlerCheck.cpp61 llvm::StringSet<> SignalHandlerCheck::StrictConformingFunctions{
64 SignalHandlerCheck::SignalHandlerCheck(StringRef Name, in SignalHandlerCheck() function in clang::tidy::bugprone::SignalHandlerCheck
68 bool SignalHandlerCheck::isLanguageVersionSupported( in isLanguageVersionSupported()
77 void SignalHandlerCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
91 void SignalHandlerCheck::check(const MatchFinder::MatchResult &Result) { in check()
157 bool SignalHandlerCheck::isSystemCallAllowed(const FunctionDecl *FD) const { in isSystemCallAllowed()
170 void SignalHandlerCheck::reportBug(const FunctionDecl *CalledFunction, in reportBug()
DSignalHandlerCheck.h23 class SignalHandlerCheck : public ClangTidyCheck {
25 SignalHandlerCheck(StringRef Name, ClangTidyContext *Context);
DCMakeLists.txt38 SignalHandlerCheck.cpp
DBugproneTidyModule.cpp137 CheckFactories.registerCheck<SignalHandlerCheck>("bugprone-signal-handler"); in addCheckFactories()
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DCERTTidyModule.cpp114 CheckFactories.registerCheck<bugprone::SignalHandlerCheck>("cert-sig30-c"); in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
DBUILD.gn48 "SignalHandlerCheck.cpp",