Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.cpp355 (void)checkFunction(HandlerDecl, HandlerExpr); in check()
373 if (checkFunction(CallF, CallOrRef)) in check()
379 bool SignalHandlerCheck::checkFunction(const FunctionDecl *FD, in checkFunction() function in clang::tidy::bugprone::SignalHandlerCheck
H A DSignalHandlerCheck.h45 bool checkFunction(const FunctionDecl *FD, const Expr *CallOrRef);
/llvm-project-15.0.7/bolt/lib/Passes/
H A DStokeInfo.cpp87 bool StokeInfo::checkFunction(BinaryFunction &BF, DataflowInfoManager &DInfo, in checkFunction() function in llvm::bolt::StokeInfo
178 if (checkFunction(BF.second, DInfo, RA, FuncInfo)) in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DStokeInfo.h120 bool checkFunction(BinaryFunction &BF, DataflowInfoManager &DInfo,