Searched refs:BT_dispatchOnce (Results 1 – 1 of 1) sorted by relevance
34 mutable std::unique_ptr<BugType> BT_dispatchOnce; member in __anon28f9130a0111::MacOSXAPIChecker69 if (!BT_dispatchOnce) in CheckDispatchOnce()70 BT_dispatchOnce.reset(new BugType(this, "Improper use of 'dispatch_once'", in CheckDispatchOnce()95 auto report = llvm::make_unique<BugReport>(*BT_dispatchOnce, os.str(), N); in CheckDispatchOnce()