Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp33 mutable std::unique_ptr<BugType> BT_open, BT_pthreadOnce, BT_mallocZero; member in __anon8c60c32c0111::UnixAPIChecker
201 LazyInitialize(BT_pthreadOnce, "Improper use of 'pthread_once'"); in CheckPthreadOnce()
203 auto report = llvm::make_unique<BugReport>(*BT_pthreadOnce, os.str(), N); in CheckPthreadOnce()