HomeSort by relevance Sort by last modified time
    Searched refs:UnixAPIChecker (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 1 //= 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> > {
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::CheckCallocZero(CheckerContext &C
    [all...]
Android.mk 84 UnixAPIChecker.cpp \

Completed in 143 milliseconds