Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp36 mutable std::unique_ptr<BugType> BT_capturedstackasync; member in __anon9cd32f650111::StackAddrEscapeChecker
218 if (!BT_capturedstackasync) in checkAsyncExecutedBlockCaptures()
219 BT_capturedstackasync = std::make_unique<BugType>( in checkAsyncExecutedBlockCaptures()
227 *BT_capturedstackasync, Out.str(), N); in checkAsyncExecutedBlockCaptures()