Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp250 bool EndCatchMightThrow = (Handler.Variable == nullptr); in EmitTryCatchStmt() local
253 EndCatchMightThrow, in EmitTryCatchStmt()
H A DItaniumCXXABI.cpp4826 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam() local
4829 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow); in InitCatchParam()