Home
last modified time | relevance | path

Searched defs: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
/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
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp332 CallInst *MCall = CreateCall(MallocFunc, AllocSize, OpB, Name); in CreateMalloc() local