Searched refs:ThrowBlock (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp279 /// Determine whether an exception thrown by E, unwinding from ThrowBlock,
281 static bool throwEscapes(Sema &S, const CXXThrowExpr *E, CFGBlock &ThrowBlock, argument
286 Stack.push_back(&ThrowBlock);
287 Queued[ThrowBlock.getBlockID()] = true;

Completed in 97 milliseconds