Searched refs:UnixAPIChecker (Results 1 - 2 of 2) 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:__anon18249
48 typedef void (UnixAPIChecker::*SubChecker)(CheckerContext &,
72 void UnixAPIChecker::CheckOpen(CheckerContext &C, const CallExpr *CE) const {
144 void UnixAPIChecker::CheckPthreadOnce(CheckerContext &C,
206 bool UnixAPIChecker::ReportZeroByteAllocation(CheckerContext &C,
231 void UnixAPIChecker::BasicAllocationCheck(CheckerContext &C,
260 void UnixAPIChecker::CheckCallocZero(CheckerContext &C,
296 void UnixAPIChecker
[all...]
H A DAndroid.mk80 UnixAPIChecker.cpp \

Completed in 61 milliseconds