Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp69 mutable std::unique_ptr<BugType> BT_mallocZero; member in __anona82d05d50111::UnixAPIPortabilityChecker
346 LazyInitialize(this, BT_mallocZero, in ReportZeroByteAllocation()
353 std::make_unique<PathSensitiveBugReport>(*BT_mallocZero, os.str(), N); in ReportZeroByteAllocation()