Lines Matching refs:CheckerContext
49 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
51 void CheckOpen(CheckerContext &C, const CallExpr *CE) const;
52 void CheckOpenAt(CheckerContext &C, const CallExpr *CE) const;
53 void CheckPthreadOnce(CheckerContext &C, const CallExpr *CE) const;
55 void CheckOpenVariant(CheckerContext &C,
58 void ReportOpenBug(CheckerContext &C,
67 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
74 void CheckCallocZero(CheckerContext &C, const CallExpr *CE) const;
75 void CheckMallocZero(CheckerContext &C, const CallExpr *CE) const;
76 void CheckReallocZero(CheckerContext &C, const CallExpr *CE) const;
77 void CheckReallocfZero(CheckerContext &C, const CallExpr *CE) const;
78 void CheckAllocaZero(CheckerContext &C, const CallExpr *CE) const;
79 void CheckAllocaWithAlignZero(CheckerContext &C, const CallExpr *CE) const;
80 void CheckVallocZero(CheckerContext &C, const CallExpr *CE) const;
82 bool ReportZeroByteAllocation(CheckerContext &C,
86 void BasicAllocationCheck(CheckerContext &C,
100 CheckerContext &C) const { in checkPreStmt()
124 void UnixAPIMisuseChecker::ReportOpenBug(CheckerContext &C, in ReportOpenBug()
137 void UnixAPIMisuseChecker::CheckOpen(CheckerContext &C, in CheckOpen()
142 void UnixAPIMisuseChecker::CheckOpenAt(CheckerContext &C, in CheckOpenAt()
147 void UnixAPIMisuseChecker::CheckOpenVariant(CheckerContext &C, in CheckOpenVariant()
267 void UnixAPIMisuseChecker::CheckPthreadOnce(CheckerContext &C, in CheckPthreadOnce()
329 CheckerContext &C, in ReportZeroByteAllocation()
352 void UnixAPIPortabilityChecker::BasicAllocationCheck(CheckerContext &C, in BasicAllocationCheck()
381 void UnixAPIPortabilityChecker::CheckCallocZero(CheckerContext &C, in CheckCallocZero()
417 void UnixAPIPortabilityChecker::CheckMallocZero(CheckerContext &C, in CheckMallocZero()
422 void UnixAPIPortabilityChecker::CheckReallocZero(CheckerContext &C, in CheckReallocZero()
427 void UnixAPIPortabilityChecker::CheckReallocfZero(CheckerContext &C, in CheckReallocfZero()
432 void UnixAPIPortabilityChecker::CheckAllocaZero(CheckerContext &C, in CheckAllocaZero()
438 CheckerContext &C, in CheckAllocaWithAlignZero()
443 void UnixAPIPortabilityChecker::CheckVallocZero(CheckerContext &C, in CheckVallocZero()
449 CheckerContext &C) const { in checkPreStmt()