Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp335 bool UnixAPIPortabilityChecker::ReportZeroByteAllocation( in ReportZeroByteAllocation()
362 void UnixAPIPortabilityChecker::BasicAllocationCheck(CheckerContext &C, in BasicAllocationCheck()
391 void UnixAPIPortabilityChecker::CheckCallocZero(CheckerContext &C, in CheckCallocZero()
427 void UnixAPIPortabilityChecker::CheckMallocZero(CheckerContext &C, in CheckMallocZero()
432 void UnixAPIPortabilityChecker::CheckReallocZero(CheckerContext &C, in CheckReallocZero()
437 void UnixAPIPortabilityChecker::CheckReallocfZero(CheckerContext &C, in CheckReallocfZero()
442 void UnixAPIPortabilityChecker::CheckAllocaZero(CheckerContext &C, in CheckAllocaZero()
447 void UnixAPIPortabilityChecker::CheckAllocaWithAlignZero( in CheckAllocaWithAlignZero()
453 void UnixAPIPortabilityChecker::CheckVallocZero(CheckerContext &C, in CheckVallocZero()
458 void UnixAPIPortabilityChecker::checkPreStmt(const CallExpr *CE, in checkPreStmt()
[all …]
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1663 def UnixAPIPortabilityChecker : Checker<"UnixAPI">,