Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp36 mutable std::unique_ptr<BuiltinBug> BT_capturedstackasync; member in __anon64fab3d40111::StackAddrEscapeChecker
196 if (!BT_capturedstackasync) in checkAsyncExecutedBlockCaptures()
197 BT_capturedstackasync = llvm::make_unique<BuiltinBug>( in checkAsyncExecutedBlockCaptures()
204 llvm::make_unique<BugReport>(*BT_capturedstackasync, Out.str(), N); in checkAsyncExecutedBlockCaptures()