Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp33 mutable std::unique_ptr<BugType> BT_open, BT_pthreadOnce, BT_mallocZero; member in __anon00fdc7430111::UnixAPIChecker
238 LazyInitialize(BT_mallocZero, in ReportZeroByteAllocation()
244 auto report = llvm::make_unique<BugReport>(*BT_mallocZero, os.str(), N); in ReportZeroByteAllocation()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp69 mutable std::unique_ptr<BugType> BT_mallocZero; member in __anonc6c503910111::UnixAPIPortabilityChecker
346 LazyInitialize(this, BT_mallocZero, in ReportZeroByteAllocation()
353 std::make_unique<PathSensitiveBugReport>(*BT_mallocZero, os.str(), N); in ReportZeroByteAllocation()