Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp34 mutable std::unique_ptr<BugType> BT_dispatchOnce; member in __anon58f23e1c0111::MacOSXAPIChecker
139 if (!BT_dispatchOnce) in CheckDispatchOnce()
140 BT_dispatchOnce.reset(new BugType(this, "Improper use of 'dispatch_once'", in CheckDispatchOnce()
144 std::make_unique<PathSensitiveBugReport>(*BT_dispatchOnce, os.str(), N); in CheckDispatchOnce()