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,
516 performKernelMalloc(const CallEvent &Call, CheckerContext &C,
537 ProgramStateRef FreeMemAttr(CheckerContext &C, const CallEvent &Call,
561 ProgramStateRef FreeMemAux(CheckerContext &C, const CallEvent &Call,
588 const CallEvent &Call, ProgramStateRef State,
607 ProgramStateRef ReallocMemAux(CheckerContext &C, const CallEvent &Call,
627 static ProgramStateRef CallocMem(CheckerContext &C, const CallEvent &Call,
632 bool suppressDeallocationsInSuspiciousContexts(const CallEvent &Call,
656 bool mayFreeAnyEscapedMemoryOrIsModeledExplicitly(const CallEvent *Call,
664 const CallEvent *Call,
897 bool MallocChecker::isFreeingCall(const CallEvent &Call) const { in isFreeingCall()
912 bool MallocChecker::isMemCall(const CallEvent &Call) const { in isMemCall()
925 MallocChecker::performKernelMalloc(const CallEvent &Call, CheckerContext &C, in performKernelMalloc()
1015 void MallocChecker::checkBasicAlloc(const CallEvent &Call, in checkBasicAlloc()
1024 void MallocChecker::checkKernelMalloc(const CallEvent &Call, in checkKernelMalloc()
1037 static bool isStandardRealloc(const CallEvent &Call) { in isStandardRealloc()
1051 static bool isGRealloc(const CallEvent &Call) { in isGRealloc()
1065 void MallocChecker::checkRealloc(const CallEvent &Call, CheckerContext &C, in checkRealloc()
1081 void MallocChecker::checkCalloc(const CallEvent &Call, in checkCalloc()
1090 void MallocChecker::checkFree(const CallEvent &Call, CheckerContext &C) const { in checkFree()
1100 void MallocChecker::checkAlloca(const CallEvent &Call, in checkAlloca()
1109 void MallocChecker::checkStrdup(const CallEvent &Call, in checkStrdup()
1120 void MallocChecker::checkIfNameIndex(const CallEvent &Call, in checkIfNameIndex()
1131 void MallocChecker::checkIfFreeNameIndex(const CallEvent &Call, in checkIfFreeNameIndex()
1140 void MallocChecker::checkCXXNewOrCXXDelete(const CallEvent &Call, in checkCXXNewOrCXXDelete()
1181 void MallocChecker::checkGMalloc0(const CallEvent &Call, in checkGMalloc0()
1191 void MallocChecker::checkGMemdup(const CallEvent &Call, in checkGMemdup()
1200 void MallocChecker::checkGMallocN(const CallEvent &Call, in checkGMallocN()
1211 void MallocChecker::checkGMallocN0(const CallEvent &Call, in checkGMallocN0()
1223 void MallocChecker::checkReallocN(const CallEvent &Call, in checkReallocN()
1233 void MallocChecker::checkOwnershipAttr(const CallEvent &Call, in checkOwnershipAttr()
1262 void MallocChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
1296 const CallEvent &Call, const unsigned IndexOfSizeArg, ProgramStateRef State, in ProcessZeroAllocCheck()
1485 MallocChecker::MallocMemReturnsAttr(CheckerContext &C, const CallEvent &Call, in MallocMemReturnsAttr()
1503 const CallEvent &Call, in MallocMemAux()
1515 const CallEvent &Call, SVal Size, in MallocMemAux()
1572 const CallEvent &Call, in FreeMemAttr()
1595 const CallEvent &Call, in FreeMemAux()
1690 CheckerContext &C, const Expr *ArgExpr, const CallEvent &Call, in FreeMemAux()
2357 MallocChecker::ReallocMemAux(CheckerContext &C, const CallEvent &Call, in ReallocMemAux()
2465 const CallEvent &Call, in CallocMem()
2646 void MallocChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
2791 const CallEvent &Call, CheckerContext &C) const { in suppressDeallocationsInSuspiciousContexts()
2909 const CallEvent *Call, in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
3069 const CallEvent *Call, in checkPointerEscape()
3077 const CallEvent *Call, in checkConstPointerEscape()
3091 const CallEvent *Call, PointerEscapeKind Kind, in checkPointerEscapeAux()