Searched refs:checkFunction (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | SignalHandlerCheck.cpp | 355 (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 D | SignalHandlerCheck.h | 45 bool checkFunction(const FunctionDecl *FD, const Expr *CallOrRef);
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | StokeInfo.cpp | 87 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 D | StokeInfo.h | 120 bool checkFunction(BinaryFunction &BF, DataflowInfoManager &DInfo,
|