Searched refs:CallF (Results 1 – 2 of 2) sorted by relevance
192 const auto *CallF = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); in checkPreCall() local193 if (!CallF) in checkPreCall()196 CallF = CallF->getCanonicalDecl(); in checkPreCall()205 if (CallF->isExternC() && CallF->isGlobal() && in checkPreCall()206 C.getSourceManager().isInSystemHeader(CallF->getLocation()) && in checkPreCall()207 !isErrno(CallF)) { in checkPreCall()
368 if (const auto *CallF = dyn_cast<FunctionDecl>((*Itr)->getDecl())) { in check() local373 if (checkFunction(CallF, CallOrRef)) in check()