Searched defs:BT_dispatchOnce (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp34 mutable std::unique_ptr<BugType> BT_dispatchOnce; member in class:__anon18201::MacOSXAPIChecker
69 if (!BT_dispatchOnce)
70 BT_dispatchOnce.reset(new BugType(this, "Improper use of 'dispatch_once'",
95 BugReport *report = new BugReport(*BT_dispatchOnce, os.str(), N);

Completed in 80 milliseconds