Lines Matching refs:CallEvent

286 static bool isStandardNewDelete(const CallEvent &Call) {  in isStandardNewDelete()
332 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
333 void checkPostCall(const CallEvent &Call, CheckerContext &C) const;
347 const CallEvent *Call,
351 const CallEvent *Call,
369 void NAME(const CallEvent &Call, CheckerContext &C) const;
387 void checkRealloc(const CallEvent &Call, CheckerContext &C,
391 const CallEvent &Call, CheckerContext &C)>;
400 bool isFreeingCall(const CallEvent &Call) const;
443 bool isMemCall(const CallEvent &Call) const;
471 static ProgramStateRef ProcessZeroAllocCheck(const CallEvent &Call,
493 ProgramStateRef MallocMemReturnsAttr(CheckerContext &C, const CallEvent &Call,
507 static ProgramStateRef MallocMemAux(CheckerContext &C, const CallEvent &Call,
522 static ProgramStateRef MallocMemAux(CheckerContext &C, const CallEvent &Call,
531 performKernelMalloc(const CallEvent &Call, CheckerContext &C,
552 ProgramStateRef FreeMemAttr(CheckerContext &C, const CallEvent &Call,
576 ProgramStateRef FreeMemAux(CheckerContext &C, const CallEvent &Call,
603 const CallEvent &Call, ProgramStateRef State,
622 ProgramStateRef ReallocMemAux(CheckerContext &C, const CallEvent &Call,
642 static ProgramStateRef CallocMem(CheckerContext &C, const CallEvent &Call,
647 bool suppressDeallocationsInSuspiciousContexts(const CallEvent &Call,
671 bool mayFreeAnyEscapedMemoryOrIsModeledExplicitly(const CallEvent *Call,
679 const CallEvent *Call,
904 maybeEmitNoteForParameters(PathSensitiveBugReport &R, const CallEvent &Call, in maybeEmitNoteForParameters()
1113 bool MallocChecker::isFreeingCall(const CallEvent &Call) const { in isFreeingCall()
1123 bool MallocChecker::isMemCall(const CallEvent &Call) const { in isMemCall()
1136 MallocChecker::performKernelMalloc(const CallEvent &Call, CheckerContext &C, in performKernelMalloc()
1227 void MallocChecker::checkBasicAlloc(const CallEvent &Call, in checkBasicAlloc()
1236 void MallocChecker::checkKernelMalloc(const CallEvent &Call, in checkKernelMalloc()
1249 static bool isStandardRealloc(const CallEvent &Call) { in isStandardRealloc()
1263 static bool isGRealloc(const CallEvent &Call) { in isGRealloc()
1277 void MallocChecker::checkRealloc(const CallEvent &Call, CheckerContext &C, in checkRealloc()
1293 void MallocChecker::checkCalloc(const CallEvent &Call, in checkCalloc()
1302 void MallocChecker::checkFree(const CallEvent &Call, CheckerContext &C) const { in checkFree()
1312 void MallocChecker::checkAlloca(const CallEvent &Call, in checkAlloca()
1321 void MallocChecker::checkStrdup(const CallEvent &Call, in checkStrdup()
1332 void MallocChecker::checkIfNameIndex(const CallEvent &Call, in checkIfNameIndex()
1343 void MallocChecker::checkIfFreeNameIndex(const CallEvent &Call, in checkIfFreeNameIndex()
1352 void MallocChecker::checkCXXNewOrCXXDelete(const CallEvent &Call, in checkCXXNewOrCXXDelete()
1393 void MallocChecker::checkGMalloc0(const CallEvent &Call, in checkGMalloc0()
1403 void MallocChecker::checkGMemdup(const CallEvent &Call, in checkGMemdup()
1412 void MallocChecker::checkGMallocN(const CallEvent &Call, in checkGMallocN()
1423 void MallocChecker::checkGMallocN0(const CallEvent &Call, in checkGMallocN0()
1435 void MallocChecker::checkReallocN(const CallEvent &Call, in checkReallocN()
1445 void MallocChecker::checkOwnershipAttr(const CallEvent &Call, in checkOwnershipAttr()
1474 void MallocChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
1508 const CallEvent &Call, const unsigned IndexOfSizeArg, ProgramStateRef State, in ProcessZeroAllocCheck()
1697 MallocChecker::MallocMemReturnsAttr(CheckerContext &C, const CallEvent &Call, in MallocMemReturnsAttr()
1715 const CallEvent &Call, in MallocMemAux()
1727 const CallEvent &Call, SVal Size, in MallocMemAux()
1784 const CallEvent &Call, in FreeMemAttr()
1807 const CallEvent &Call, in FreeMemAux()
1902 CheckerContext &C, const Expr *ArgExpr, const CallEvent &Call, in FreeMemAux()
2570 MallocChecker::ReallocMemAux(CheckerContext &C, const CallEvent &Call, in ReallocMemAux()
2679 const CallEvent &Call, in CallocMem()
2862 void MallocChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
3007 const CallEvent &Call, CheckerContext &C) const { in suppressDeallocationsInSuspiciousContexts()
3125 const CallEvent *Call, in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3285 const CallEvent *Call, in checkPointerEscape()
3293 const CallEvent *Call, in checkConstPointerEscape()
3307 const CallEvent *Call, PointerEscapeKind Kind, in checkPointerEscapeAux()