Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignalHandlerCheck.cpp114 if (isSystemCallAllowed(F)) in check()
157 bool SignalHandlerCheck::isSystemCallAllowed(const FunctionDecl *FD) const { in isSystemCallAllowed() function in clang::tidy::bugprone::SignalHandlerCheck
DSignalHandlerCheck.h33 bool isSystemCallAllowed(const FunctionDecl *FD) const;