Home
last modified time | relevance | path

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

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