Lines Matching refs:CallEvent
276 static bool isStandardNewDelete(const CallEvent &Call) { in isStandardNewDelete()
320 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
321 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
335 const CallEvent *Call,
339 const CallEvent *Call,
357 void NAME(const CallEvent &Call, CheckerContext &C) const;
375 void checkRealloc(const CallEvent &Call, CheckerContext &C,
379 const CallEvent &Call, CheckerContext &C)>;
388 bool isFreeingCall(const CallEvent &Call) const;
428 bool isMemCall(const CallEvent &Call) const;
456 static ProgramStateRef ProcessZeroAllocCheck(const CallEvent &Call,
478 ProgramStateRef MallocMemReturnsAttr(CheckerContext &C, const CallEvent &Call,
492 static ProgramStateRef MallocMemAux(CheckerContext &C, const CallEvent &Call,
507 static ProgramStateRef MallocMemAux(CheckerContext &C, const CallEvent &Call,
520 performKernelMalloc(const CallEvent &Call, CheckerContext &C,
541 ProgramStateRef FreeMemAttr(CheckerContext &C, const CallEvent &Call,
565 ProgramStateRef FreeMemAux(CheckerContext &C, const CallEvent &Call,
592 const CallEvent &Call, ProgramStateRef State,
611 ProgramStateRef ReallocMemAux(CheckerContext &C, const CallEvent &Call,
631 static ProgramStateRef CallocMem(CheckerContext &C, const CallEvent &Call,
636 bool suppressDeallocationsInSuspiciousContexts(const CallEvent &Call,
660 bool mayFreeAnyEscapedMemoryOrIsModeledExplicitly(const CallEvent *Call,
668 const CallEvent *Call,
901 bool MallocChecker::isFreeingCall(const CallEvent &Call) const { in isFreeingCall()
916 bool MallocChecker::isMemCall(const CallEvent &Call) const { in isMemCall()
929 MallocChecker::performKernelMalloc(const CallEvent &Call, CheckerContext &C, in performKernelMalloc()
1019 void MallocChecker::checkBasicAlloc(const CallEvent &Call, in checkBasicAlloc()
1028 void MallocChecker::checkKernelMalloc(const CallEvent &Call, in checkKernelMalloc()
1041 static bool isStandardRealloc(const CallEvent &Call) { in isStandardRealloc()
1055 static bool isGRealloc(const CallEvent &Call) { in isGRealloc()
1069 void MallocChecker::checkRealloc(const CallEvent &Call, CheckerContext &C, in checkRealloc()
1085 void MallocChecker::checkCalloc(const CallEvent &Call, in checkCalloc()
1094 void MallocChecker::checkFree(const CallEvent &Call, CheckerContext &C) const { in checkFree()
1104 void MallocChecker::checkAlloca(const CallEvent &Call, in checkAlloca()
1113 void MallocChecker::checkStrdup(const CallEvent &Call, in checkStrdup()
1124 void MallocChecker::checkIfNameIndex(const CallEvent &Call, in checkIfNameIndex()
1135 void MallocChecker::checkIfFreeNameIndex(const CallEvent &Call, in checkIfFreeNameIndex()
1144 void MallocChecker::checkCXXNewOrCXXDelete(const CallEvent &Call, in checkCXXNewOrCXXDelete()
1185 void MallocChecker::checkGMalloc0(const CallEvent &Call, in checkGMalloc0()
1195 void MallocChecker::checkGMemdup(const CallEvent &Call, in checkGMemdup()
1204 void MallocChecker::checkGMallocN(const CallEvent &Call, in checkGMallocN()
1215 void MallocChecker::checkGMallocN0(const CallEvent &Call, in checkGMallocN0()
1227 void MallocChecker::checkReallocN(const CallEvent &Call, in checkReallocN()
1237 void MallocChecker::checkOwnershipAttr(const CallEvent &Call, in checkOwnershipAttr()
1266 void MallocChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
1300 const CallEvent &Call, const unsigned IndexOfSizeArg, ProgramStateRef State, in ProcessZeroAllocCheck()
1536 MallocChecker::MallocMemReturnsAttr(CheckerContext &C, const CallEvent &Call, in MallocMemReturnsAttr()
1554 const CallEvent &Call, in MallocMemAux()
1566 const CallEvent &Call, SVal Size, in MallocMemAux()
1635 const CallEvent &Call, in FreeMemAttr()
1658 const CallEvent &Call, in FreeMemAux()
1753 CheckerContext &C, const Expr *ArgExpr, const CallEvent &Call, in FreeMemAux()
2420 MallocChecker::ReallocMemAux(CheckerContext &C, const CallEvent &Call, in ReallocMemAux()
2528 const CallEvent &Call, in CallocMem()
2709 void MallocChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
2854 const CallEvent &Call, CheckerContext &C) const { in suppressDeallocationsInSuspiciousContexts()
2972 const CallEvent *Call, in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3132 const CallEvent *Call, in checkPointerEscape()
3140 const CallEvent *Call, in checkConstPointerEscape()
3154 const CallEvent *Call, PointerEscapeKind Kind, in checkPointerEscapeAux()