Searched refs:UnixAPIChecker (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UnixAPIChecker.cpp | 32 class UnixAPIChecker : public Checker< check::PreStmt<CallExpr> > { class 48 typedef void (UnixAPIChecker::*SubChecker)(CheckerContext &, 76 void UnixAPIChecker::ReportOpenBug(CheckerContext &C, in ReportOpenBug() 91 void UnixAPIChecker::CheckOpen(CheckerContext &C, const CallExpr *CE) const { in CheckOpen() 168 void UnixAPIChecker::CheckPthreadOnce(CheckerContext &C, in CheckPthreadOnce() 230 bool UnixAPIChecker::ReportZeroByteAllocation(CheckerContext &C, in ReportZeroByteAllocation() 255 void UnixAPIChecker::BasicAllocationCheck(CheckerContext &C, in BasicAllocationCheck() 284 void UnixAPIChecker::CheckCallocZero(CheckerContext &C, in CheckCallocZero() 320 void UnixAPIChecker::CheckMallocZero(CheckerContext &C, in CheckMallocZero() 325 void UnixAPIChecker::CheckReallocZero(CheckerContext &C, in CheckReallocZero() [all …]
|
D | CMakeLists.txt | 78 UnixAPIChecker.cpp
|
D | Android.mk | 84 UnixAPIChecker.cpp \
|
D | Checkers.td | 363 def UnixAPIChecker : Checker<"API">, 365 DescFile<"UnixAPIChecker.cpp">;
|