Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp44 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 DSignalHandlerCheck.cpp399 (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 DSignalHandlerCheck.h50 bool checkFunction(const FunctionDecl *FD, const Expr *CallOrRef,
/llvm-project/bolt/lib/Passes/
H A DStokeInfo.cpp93 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 DStokeInfo.h120 bool checkFunction(BinaryFunction &BF, DataflowInfoManager &DInfo,