Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignalHandlerCheck.cpp26 static bool isSystemCall(const FunctionDecl *FD) { in isSystemCall() function
57 AST_MATCHER(FunctionDecl, isSystemCall) { return isSystemCall(&Node); } in AST_MATCHER() argument
79 parameterCountIs(2), isSystemCall()); in registerMatchers()
113 if (isSystemCall(F)) { in check()