Searched refs:MCall (Results 1 – 3 of 3) sorted by relevance
169 const auto *MCall = cast<ObjCMethodCall>(&Call); in isNonNullPtr() local170 const ObjCMethodDecl *MD = MCall->getDecl(); in isNonNullPtr()182 if (!MCall->isInstanceMessage()) in isNonNullPtr()186 SVal Receiver = MCall->getReceiverSVal(); in isNonNullPtr()
332 CallInst *MCall = CreateCall(MallocFunc, AllocSize, OpB, Name); in CreateMalloc() local334 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()
657 } else if (const auto *MCall = dyn_cast<CXXMemberCall>(&CallOrMsg)) { in checkSummary() local658 if (SymbolRef Sym = MCall->getCXXThisVal().getAsLocSymbol()) { in checkSummary()663 ErrorRange = MCall->getOriginExpr()->getSourceRange(); in checkSummary()