Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.cpp249 bool EndCatchMightThrow = (Handler.Variable == nullptr); in EmitTryCatchStmt() local
252 EndCatchMightThrow, in EmitTryCatchStmt()
DItaniumCXXABI.cpp4480 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam() local
4483 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow); in InitCatchParam()