HomeSort by relevance Sort by last modified time
    Searched full:bt_dispatchonce (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSXAPIChecker.cpp 34 mutable std::unique_ptr<BugType> BT_dispatchOnce;
69 if (!BT_dispatchOnce)
70 BT_dispatchOnce.reset(new BugType(this, "Improper use of 'dispatch_once'",
95 auto report = llvm::make_unique<BugReport>(*BT_dispatchOnce, os.str(), N);

Completed in 186 milliseconds