Searched refs:MemCall (Results 1 – 3 of 3) sorted by relevance
126 for (MemIntrinsic *MemCall : MemCalls) { in runOnFunction()127 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction()129 } else if (MemMoveInst *Memmove = dyn_cast<MemMoveInst>(MemCall)) { in runOnFunction()131 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction()134 MemCall->eraseFromParent(); in runOnFunction()
408 const auto *MemCall = cast<CXXMemberCallExpr>(Init); in isAliasDecl() local411 const auto *MDecl = MemCall->getMethodDecl(); in isAliasDecl()413 MDecl->getNameAsString() == "at" && MemCall->getNumArgs() == 1) { in isAliasDecl()414 return isIndexInSubscriptExpr(MemCall->getArg(0), IndexVar); in isAliasDecl()
125 if (const auto *MemCall = in needsStaticCast() local128 dyn_cast<CXXConversionDecl>(MemCall->getMethodDecl())) { in needsStaticCast()