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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp41 mutable std::unique_ptr<BugType> BT_open, BT_pthreadOnce; member in class:__anon860::UnixAPIMisuseChecker
305 LazyInitialize(this, BT_pthreadOnce, "Improper use of 'pthread_once'");
308 std::make_unique<PathSensitiveBugReport>(*BT_pthreadOnce, os.str(), N);

Completed in 104 milliseconds