Searched refs:isStandardFunctionAsyncSafe (Results 1 – 2 of 2) sorted by relevance
57 bool isStandardFunctionAsyncSafe(const FunctionDecl *FD) const;
441 if (!isStandardFunctionAsyncSafe(FD)) { in checkFunction()513 bool SignalHandlerCheck::isStandardFunctionAsyncSafe( in isStandardFunctionAsyncSafe() function in clang::tidy::bugprone::SignalHandlerCheck