Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp44 mutable std::unique_ptr<BugType> BT_open, BT_pthreadOnce, BT_mallocZero; member in __anonac348c100111::UnixAPIChecker
308 LazyInitialize(BT_mallocZero, in ReportZeroByteAllocation()
314 auto report = llvm::make_unique<BugReport>(*BT_mallocZero, os.str(), N); in ReportZeroByteAllocation()