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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp33 mutable std::unique_ptr<BugType> BT_open, BT_pthreadOnce, BT_mallocZero; member in class:__anon18249::UnixAPIChecker
177 LazyInitialize(BT_pthreadOnce, "Improper use of 'pthread_once'");
179 BugReport *report = new BugReport(*BT_pthreadOnce, os.str(), N);

Completed in 51 milliseconds