Lines Matching refs:CheckerContext

46   void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
48 void CheckOpen(CheckerContext &C, const CallExpr *CE) const;
49 void CheckOpenAt(CheckerContext &C, const CallExpr *CE) const;
50 void CheckPthreadOnce(CheckerContext &C, const CallExpr *CE) const;
52 void CheckOpenVariant(CheckerContext &C,
55 void ReportOpenBug(CheckerContext &C,
64 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
69 void CheckCallocZero(CheckerContext &C, const CallExpr *CE) const;
70 void CheckMallocZero(CheckerContext &C, const CallExpr *CE) const;
71 void CheckReallocZero(CheckerContext &C, const CallExpr *CE) const;
72 void CheckReallocfZero(CheckerContext &C, const CallExpr *CE) const;
73 void CheckAllocaZero(CheckerContext &C, const CallExpr *CE) const;
74 void CheckAllocaWithAlignZero(CheckerContext &C, const CallExpr *CE) const;
75 void CheckVallocZero(CheckerContext &C, const CallExpr *CE) const;
77 bool ReportZeroByteAllocation(CheckerContext &C,
81 void BasicAllocationCheck(CheckerContext &C,
103 CheckerContext &C) const { in checkPreStmt()
127 void UnixAPIMisuseChecker::ReportOpenBug(CheckerContext &C, in ReportOpenBug()
142 void UnixAPIMisuseChecker::CheckOpen(CheckerContext &C, in CheckOpen()
147 void UnixAPIMisuseChecker::CheckOpenAt(CheckerContext &C, in CheckOpenAt()
152 void UnixAPIMisuseChecker::CheckOpenVariant(CheckerContext &C, in CheckOpenVariant()
272 void UnixAPIMisuseChecker::CheckPthreadOnce(CheckerContext &C, in CheckPthreadOnce()
336 CheckerContext &C, in ReportZeroByteAllocation()
362 void UnixAPIPortabilityChecker::BasicAllocationCheck(CheckerContext &C, in BasicAllocationCheck()
391 void UnixAPIPortabilityChecker::CheckCallocZero(CheckerContext &C, in CheckCallocZero()
427 void UnixAPIPortabilityChecker::CheckMallocZero(CheckerContext &C, in CheckMallocZero()
432 void UnixAPIPortabilityChecker::CheckReallocZero(CheckerContext &C, in CheckReallocZero()
437 void UnixAPIPortabilityChecker::CheckReallocfZero(CheckerContext &C, in CheckReallocfZero()
442 void UnixAPIPortabilityChecker::CheckAllocaZero(CheckerContext &C, in CheckAllocaZero()
448 CheckerContext &C, in CheckAllocaWithAlignZero()
453 void UnixAPIPortabilityChecker::CheckVallocZero(CheckerContext &C, in CheckVallocZero()
459 CheckerContext &C) const { in checkPreStmt()