Home
last modified time | relevance | path

Searched defs: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