Home
last modified time | relevance | path

Searched refs:MCall (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp169 const auto *MCall = cast<ObjCMethodCall>(&Call); in isNonNullPtr() local
170 const ObjCMethodDecl *MD = MCall->getDecl(); in isNonNullPtr()
182 if (!MCall->isInstanceMessage()) in isNonNullPtr()
186 SVal Receiver = MCall->getReceiverSVal(); in isNonNullPtr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp332 CallInst *MCall = CreateCall(MallocFunc, AllocSize, OpB, Name); in CreateMalloc() local
334 MCall->setTailCall(); in CreateMalloc()
336 MCall->setCallingConv(F->getCallingConv()); in CreateMalloc()
340 assert(!MCall->getType()->isVoidTy() && "Malloc has void return type"); in CreateMalloc()
342 return MCall; in CreateMalloc()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp657 } else if (const auto *MCall = dyn_cast<CXXMemberCall>(&CallOrMsg)) { in checkSummary() local
658 if (SymbolRef Sym = MCall->getCXXThisVal().getAsLocSymbol()) { in checkSummary()
663 ErrorRange = MCall->getOriginExpr()->getSourceRange(); in checkSummary()