Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1671 bool CodeGenFunction::cxxDestructorCanThrow(QualType T) { in cxxDestructorCanThrow() function in CodeGenFunction
1736 if (CodeGenFunction::cxxDestructorCanThrow(CaptureTy)) in getBlockCaptureStr()
1831 !ForCopyHelper && CGF.cxxDestructorCanThrow(CaptureType); in pushCaptureCleanup()
H A DCGDecl.cpp2151 cxxDestructorCanThrow(emission.Variable->getType())); in EmitAutoVarCleanups()
H A DCodeGenFunction.h2203 static bool cxxDestructorCanThrow(QualType T);