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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp33 mutable OwningPtr<BugType> BT_open, BT_pthreadOnce, BT_mallocZero; member in class:__anon3619::UnixAPIChecker
219 LazyInitialize(BT_mallocZero,
225 BugReport *report = new BugReport(*BT_mallocZero, os.str(), N);

Completed in 68 milliseconds