Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp42 mutable std::unique_ptr<BugType> BT_open, BT_pthreadOnce; member in __anon35f1128c0111::UnixAPIMisuseChecker
306 LazyInitialize(this, BT_pthreadOnce, "Improper use of 'pthread_once'"); in CheckPthreadOnce()
309 std::make_unique<PathSensitiveBugReport>(*BT_pthreadOnce, os.str(), N); in CheckPthreadOnce()