Home
last modified time | relevance | path

Searched refs:UnixAPIPortabilityChecker (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp64 class UnixAPIPortabilityChecker : public Checker< check::PreStmt<CallExpr> > { class
337 bool UnixAPIPortabilityChecker::ReportZeroByteAllocation( 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()
449 void UnixAPIPortabilityChecker::CheckAllocaWithAlignZero( in CheckAllocaWithAlignZero()
455 void UnixAPIPortabilityChecker::CheckVallocZero(CheckerContext &C, in CheckVallocZero()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1602 def UnixAPIPortabilityChecker : Checker<"UnixAPI">,