Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp69 mutable std::unique_ptr<BugType> BT_mallocZero; member in __anon35f1128c0111::UnixAPIPortabilityChecker
346 LazyInitialize(this, BT_mallocZero, in ReportZeroByteAllocation()
353 std::make_unique<PathSensitiveBugReport>(*BT_mallocZero, os.str(), N); in ReportZeroByteAllocation()