Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp35 mutable std::unique_ptr<BuiltinBug> BT_capturedstackasync; member in __anoncdfb40950111::StackAddrEscapeChecker
198 if (!BT_capturedstackasync) in checkAsyncExecutedBlockCaptures()
199 BT_capturedstackasync = std::make_unique<BuiltinBug>( in checkAsyncExecutedBlockCaptures()
207 *BT_capturedstackasync, Out.str(), N); in checkAsyncExecutedBlockCaptures()