Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp45 void CheckAllocaZero(CheckerContext &C, const CallExpr *CE) const;
335 void UnixAPIChecker::CheckAllocaZero(CheckerContext &C, in CheckAllocaZero() function in UnixAPIChecker
368 .Cases("alloca", "__builtin_alloca", &UnixAPIChecker::CheckAllocaZero) in checkPreStmt()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp75 void CheckAllocaZero(CheckerContext &C, const CallExpr *CE) const;
444 void UnixAPIPortabilityChecker::CheckAllocaZero(CheckerContext &C, in CheckAllocaZero() function in UnixAPIPortabilityChecker
489 CheckAllocaZero(C, CE); in checkPreStmt()