Lines Matching refs:CheckerContext

56   EnsurePtrNotNull(SVal PtrVal, const Expr *PtrExpr, CheckerContext &C,
63 const Expr *SizePtrExpr, CheckerContext &C, ProgramStateRef State) const;
69 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
71 void CheckOpen(CheckerContext &C, const CallEvent &Call) const;
72 void CheckOpenAt(CheckerContext &C, const CallEvent &Call) const;
73 void CheckGetDelim(CheckerContext &C, const CallEvent &Call) const;
74 void CheckPthreadOnce(CheckerContext &C, const CallEvent &Call) const;
76 void CheckOpenVariant(CheckerContext &C, const CallEvent &Call,
79 void ReportOpenBug(CheckerContext &C, ProgramStateRef State, const char *Msg,
85 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
92 void CheckCallocZero(CheckerContext &C, const CallExpr *CE) const;
93 void CheckMallocZero(CheckerContext &C, const CallExpr *CE) const;
94 void CheckReallocZero(CheckerContext &C, const CallExpr *CE) const;
95 void CheckReallocfZero(CheckerContext &C, const CallExpr *CE) const;
96 void CheckAllocaZero(CheckerContext &C, const CallExpr *CE) const;
97 void CheckAllocaWithAlignZero(CheckerContext &C, const CallExpr *CE) const;
98 void CheckVallocZero(CheckerContext &C, const CallExpr *CE) const;
100 bool ReportZeroByteAllocation(CheckerContext &C,
104 void BasicAllocationCheck(CheckerContext &C,
114 SVal PtrVal, const Expr *PtrExpr, CheckerContext &C, ProgramStateRef State, in EnsurePtrNotNull()
156 CheckerContext &C) const { in checkPreCall()
183 void UnixAPIMisuseChecker::ReportOpenBug(CheckerContext &C, in ReportOpenBug()
196 void UnixAPIMisuseChecker::CheckOpen(CheckerContext &C, in CheckOpen()
201 void UnixAPIMisuseChecker::CheckOpenAt(CheckerContext &C, in CheckOpenAt()
206 void UnixAPIMisuseChecker::CheckOpenVariant(CheckerContext &C, in CheckOpenVariant()
316 const Expr *SizePtrExpr, CheckerContext &C, ProgramStateRef State) const { in EnsureGetdelimBufferAndSizeCorrect()
371 void UnixAPIMisuseChecker::CheckGetDelim(CheckerContext &C, in CheckGetDelim()
401 void UnixAPIMisuseChecker::CheckPthreadOnce(CheckerContext &C, in CheckPthreadOnce()
463 CheckerContext &C, in ReportZeroByteAllocation()
486 void UnixAPIPortabilityChecker::BasicAllocationCheck(CheckerContext &C, in BasicAllocationCheck()
515 void UnixAPIPortabilityChecker::CheckCallocZero(CheckerContext &C, in CheckCallocZero()
551 void UnixAPIPortabilityChecker::CheckMallocZero(CheckerContext &C, in CheckMallocZero()
556 void UnixAPIPortabilityChecker::CheckReallocZero(CheckerContext &C, in CheckReallocZero()
561 void UnixAPIPortabilityChecker::CheckReallocfZero(CheckerContext &C, in CheckReallocfZero()
566 void UnixAPIPortabilityChecker::CheckAllocaZero(CheckerContext &C, in CheckAllocaZero()
572 CheckerContext &C, in CheckAllocaWithAlignZero()
577 void UnixAPIPortabilityChecker::CheckVallocZero(CheckerContext &C, in CheckVallocZero()
583 CheckerContext &C) const { in checkPreStmt()