Lines Matching refs:CallEvent
287 static bool isStandardNewDelete(const CallEvent &Call) { in isStandardNewDelete()
333 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
334 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
348 const CallEvent *Call,
352 const CallEvent *Call,
370 void NAME(const CallEvent &Call, CheckerContext &C) const;
388 void checkRealloc(const CallEvent &Call, CheckerContext &C,
392 const CallEvent &Call, CheckerContext &C)>;
401 bool isFreeingCall(const CallEvent &Call) const;
444 bool isMemCall(const CallEvent &Call) const;
471 ProcessZeroAllocCheck(const CallEvent &Call, const unsigned IndexOfSizeArg,
492 MallocMemReturnsAttr(CheckerContext &C, const CallEvent &Call,
505 MallocMemAux(CheckerContext &C, const CallEvent &Call, const Expr *SizeEx,
518 MallocMemAux(CheckerContext &C, const CallEvent &Call, SVal Size, SVal Init,
524 performKernelMalloc(const CallEvent &Call, CheckerContext &C,
545 const CallEvent &Call,
569 FreeMemAux(CheckerContext &C, const CallEvent &Call, ProgramStateRef State,
593 FreeMemAux(CheckerContext &C, const Expr *ArgExpr, const CallEvent &Call,
611 ReallocMemAux(CheckerContext &C, const CallEvent &Call, bool ShouldFreeOnFail,
630 CallocMem(CheckerContext &C, const CallEvent &Call, ProgramStateRef State);
634 bool suppressDeallocationsInSuspiciousContexts(const CallEvent &Call,
658 bool mayFreeAnyEscapedMemoryOrIsModeledExplicitly(const CallEvent *Call,
666 const CallEvent *Call, PointerEscapeKind Kind,
890 maybeEmitNoteForParameters(PathSensitiveBugReport &R, const CallEvent &Call, in maybeEmitNoteForParameters()
1099 bool MallocChecker::isFreeingCall(const CallEvent &Call) const { in isFreeingCall()
1109 bool MallocChecker::isMemCall(const CallEvent &Call) const { in isMemCall()
1122 MallocChecker::performKernelMalloc(const CallEvent &Call, CheckerContext &C, in performKernelMalloc()
1218 void MallocChecker::checkBasicAlloc(const CallEvent &Call, in checkBasicAlloc()
1227 void MallocChecker::checkKernelMalloc(const CallEvent &Call, in checkKernelMalloc()
1240 static bool isStandardRealloc(const CallEvent &Call) { in isStandardRealloc()
1254 static bool isGRealloc(const CallEvent &Call) { in isGRealloc()
1268 void MallocChecker::checkRealloc(const CallEvent &Call, CheckerContext &C, in checkRealloc()
1284 void MallocChecker::checkCalloc(const CallEvent &Call, in checkCalloc()
1293 void MallocChecker::checkFree(const CallEvent &Call, CheckerContext &C) const { in checkFree()
1303 void MallocChecker::checkAlloca(const CallEvent &Call, in checkAlloca()
1312 void MallocChecker::checkStrdup(const CallEvent &Call, in checkStrdup()
1323 void MallocChecker::checkIfNameIndex(const CallEvent &Call, in checkIfNameIndex()
1334 void MallocChecker::checkIfFreeNameIndex(const CallEvent &Call, in checkIfFreeNameIndex()
1343 void MallocChecker::checkCXXNewOrCXXDelete(const CallEvent &Call, in checkCXXNewOrCXXDelete()
1384 void MallocChecker::checkGMalloc0(const CallEvent &Call, in checkGMalloc0()
1394 void MallocChecker::checkGMemdup(const CallEvent &Call, in checkGMemdup()
1403 void MallocChecker::checkGMallocN(const CallEvent &Call, in checkGMallocN()
1414 void MallocChecker::checkGMallocN0(const CallEvent &Call, in checkGMallocN0()
1426 void MallocChecker::checkReallocN(const CallEvent &Call, in checkReallocN()
1436 void MallocChecker::checkOwnershipAttr(const CallEvent &Call, in checkOwnershipAttr()
1465 void MallocChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
1499 const CallEvent &Call, const unsigned IndexOfSizeArg, ProgramStateRef State, in ProcessZeroAllocCheck()
1688 MallocChecker::MallocMemReturnsAttr(CheckerContext &C, const CallEvent &Call, in MallocMemReturnsAttr()
1706 const CallEvent &Call, in MallocMemAux()
1718 const CallEvent &Call, SVal Size, in MallocMemAux()
1781 const CallEvent &Call, in FreeMemAttr()
1804 const CallEvent &Call, in FreeMemAux()
1899 CheckerContext &C, const Expr *ArgExpr, const CallEvent &Call, in FreeMemAux()
2566 MallocChecker::ReallocMemAux(CheckerContext &C, const CallEvent &Call, in ReallocMemAux()
2675 const CallEvent &Call, in CallocMem()
2855 void MallocChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
2998 const CallEvent &Call, CheckerContext &C) const { in suppressDeallocationsInSuspiciousContexts()
3116 const CallEvent *Call, in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3281 const CallEvent *Call, in checkPointerEscape()
3289 const CallEvent *Call, in checkConstPointerEscape()
3303 const CallEvent *Call, PointerEscapeKind Kind, in checkPointerEscapeAux()