Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.cpp370 const Expr *CallOrRef = (PathL == 1) in check() local
373 if (checkFunction(CallF, CallOrRef)) in check()
380 const Expr *CallOrRef) { in checkFunction() argument
381 bool FunctionIsCalled = isa<CallExpr>(CallOrRef); in checkFunction()
385 diag(CallOrRef->getBeginLoc(), "standard function %0 may not be " in checkFunction()
396 diag(CallOrRef->getBeginLoc(), "cannot verify that external function %0 is " in checkFunction()
H A DSignalHandlerCheck.h45 bool checkFunction(const FunctionDecl *FD, const Expr *CallOrRef);