Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.cpp355 auto SignalFunction = functionDecl(hasAnyName("::signal", "::std::signal"), in registerMatchers() local
364 Finder->addMatcher(callExpr(callee(SignalFunction), in registerMatchers()