Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp35 mutable std::unique_ptr<BugType> BT_capturedstackasync; member in __anon1bab935b0111::StackAddrEscapeChecker
196 if (!BT_capturedstackasync) in checkAsyncExecutedBlockCaptures()
197 BT_capturedstackasync = std::make_unique<BugType>( in checkAsyncExecutedBlockCaptures()
205 *BT_capturedstackasync, Out.str(), N); in checkAsyncExecutedBlockCaptures()