Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSXAPIChecker.cpp34 mutable std::unique_ptr<BugType> BT_dispatchOnce; member in __anon28f9130a0111::MacOSXAPIChecker
69 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()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMacOSXAPIChecker.cpp34 mutable std::unique_ptr<BugType> BT_dispatchOnce; member in __anon7d809ad80111::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()