Lines Matching refs:CheckerContext

48   void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
50 void CheckOpen(CheckerContext &C, const CallExpr *CE) const;
51 void CheckOpenAt(CheckerContext &C, const CallExpr *CE) const;
52 void CheckPthreadOnce(CheckerContext &C, const CallExpr *CE) const;
54 void CheckOpenVariant(CheckerContext &C,
57 void ReportOpenBug(CheckerContext &C,
66 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
71 void CheckCallocZero(CheckerContext &C, const CallExpr *CE) const;
72 void CheckMallocZero(CheckerContext &C, const CallExpr *CE) const;
73 void CheckReallocZero(CheckerContext &C, const CallExpr *CE) const;
74 void CheckReallocfZero(CheckerContext &C, const CallExpr *CE) const;
75 void CheckAllocaZero(CheckerContext &C, const CallExpr *CE) const;
76 void CheckAllocaWithAlignZero(CheckerContext &C, const CallExpr *CE) const;
77 void CheckVallocZero(CheckerContext &C, const CallExpr *CE) const;
79 bool ReportZeroByteAllocation(CheckerContext &C,
83 void BasicAllocationCheck(CheckerContext &C,
105 CheckerContext &C) const { in checkPreStmt()
129 void UnixAPIMisuseChecker::ReportOpenBug(CheckerContext &C, in ReportOpenBug()
144 void UnixAPIMisuseChecker::CheckOpen(CheckerContext &C, in CheckOpen()
149 void UnixAPIMisuseChecker::CheckOpenAt(CheckerContext &C, in CheckOpenAt()
154 void UnixAPIMisuseChecker::CheckOpenVariant(CheckerContext &C, in CheckOpenVariant()
274 void UnixAPIMisuseChecker::CheckPthreadOnce(CheckerContext &C, in CheckPthreadOnce()
338 CheckerContext &C, in ReportZeroByteAllocation()
364 void UnixAPIPortabilityChecker::BasicAllocationCheck(CheckerContext &C, in BasicAllocationCheck()
393 void UnixAPIPortabilityChecker::CheckCallocZero(CheckerContext &C, in CheckCallocZero()
429 void UnixAPIPortabilityChecker::CheckMallocZero(CheckerContext &C, in CheckMallocZero()
434 void UnixAPIPortabilityChecker::CheckReallocZero(CheckerContext &C, in CheckReallocZero()
439 void UnixAPIPortabilityChecker::CheckReallocfZero(CheckerContext &C, in CheckReallocfZero()
444 void UnixAPIPortabilityChecker::CheckAllocaZero(CheckerContext &C, in CheckAllocaZero()
450 CheckerContext &C, in CheckAllocaWithAlignZero()
455 void UnixAPIPortabilityChecker::CheckVallocZero(CheckerContext &C, in CheckVallocZero()
461 CheckerContext &C) const { in checkPreStmt()