Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.cpp249 bool isStandardFunction(const FunctionDecl *FD) { in isStandardFunction() function
296 AST_MATCHER(FunctionDecl, isStandardFunction) { in AST_MATCHER() argument