Searched refs:UnixAPIChecker (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp1 //= UnixAPIChecker.h - Checks preconditions for various Unix APIs --*- C++ -*-//
10 // This defines UnixAPIChecker, which is an assortment of checks on calls
32 class UnixAPIChecker : public Checker< check::PreStmt<CallExpr> > { class in namespace:__anon2048
48 typedef void (UnixAPIChecker::*SubChecker)(CheckerContext &,
76 void UnixAPIChecker::ReportOpenBug(CheckerContext &C,
91 void UnixAPIChecker::CheckOpen(CheckerContext &C, const CallExpr *CE) const {
168 void UnixAPIChecker::CheckPthreadOnce(CheckerContext &C,
230 bool UnixAPIChecker::ReportZeroByteAllocation(CheckerContext &C,
255 void UnixAPIChecker::BasicAllocationCheck(CheckerContext &C,
284 void UnixAPIChecker
[all...]

Completed in 177 milliseconds