Searched refs:BT_open (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
136 LazyInitialize(this, BT_open, "Improper use of 'open'");
138 auto Report = std::make_unique<PathSensitiveBugReport>(*BT_open, Msg, N);

Completed in 40 milliseconds