Searched refs:SignalHandlerCheck (Results 1 – 6 of 6) sorted by relevance
61 llvm::StringSet<> SignalHandlerCheck::StrictConformingFunctions{64 SignalHandlerCheck::SignalHandlerCheck(StringRef Name, in SignalHandlerCheck() function in clang::tidy::bugprone::SignalHandlerCheck68 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()
23 class SignalHandlerCheck : public ClangTidyCheck {25 SignalHandlerCheck(StringRef Name, ClangTidyContext *Context);
38 SignalHandlerCheck.cpp
137 CheckFactories.registerCheck<SignalHandlerCheck>("bugprone-signal-handler"); in addCheckFactories()
114 CheckFactories.registerCheck<bugprone::SignalHandlerCheck>("cert-sig30-c"); in addCheckFactories()
48 "SignalHandlerCheck.cpp",