Searched refs:checkFunction (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURemoveIncompatibleFunctions.cpp | 44 bool checkFunction(Function &F); in AMDGPURemoveIncompatibleFunctions() 51 if (checkFunction(F)) 157 bool AMDGPURemoveIncompatibleFunctions::checkFunction(Function &F) { in checkFunction() 135 bool AMDGPURemoveIncompatibleFunctions::checkFunction(Function &F) { checkFunction() function in AMDGPURemoveIncompatibleFunctions
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SignalHandlerCheck.cpp | 399 (void)checkFunction(HandlerDecl, HandlerExpr, {}); in check() 425 if (checkFunction(CallF, CallOrRef, ChainReporter)) in check() 435 bool SignalHandlerCheck::checkFunction( in checkFunction() function in clang::tidy::bugprone::SignalHandlerCheck
|
H A D | SignalHandlerCheck.h | 50 bool checkFunction(const FunctionDecl *FD, const Expr *CallOrRef,
|
/llvm-project/bolt/lib/Passes/ |
H A D | StokeInfo.cpp | 93 bool StokeInfo::checkFunction(BinaryFunction &BF, DataflowInfoManager &DInfo, in checkFunction() function in llvm::bolt::StokeInfo 185 if (checkFunction(BF.second, DInfo, RA, FuncInfo)) in runOnFunctions()
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | StokeInfo.h | 120 bool checkFunction(BinaryFunction &BF, DataflowInfoManager &DInfo,
|