Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp67 mutable std::unique_ptr<BugType> BT_mallocZero; member in __anonf55e93d80111::UnixAPIPortabilityChecker
344 LazyInitialize(this, BT_mallocZero, in ReportZeroByteAllocation()
351 std::make_unique<PathSensitiveBugReport>(*BT_mallocZero, os.str(), N); in ReportZeroByteAllocation()