Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp248 bool EndCatchMightThrow = (Handler.Variable == nullptr); in EmitTryCatchStmt() local
251 EndCatchMightThrow, in EmitTryCatchStmt()
H A DItaniumCXXABI.cpp4445 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam() local
4448 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow); in InitCatchParam()