Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp245 bool EndCatchMightThrow = (Handler.Variable == nullptr); in EmitTryCatchStmt() local
248 EndCatchMightThrow, in EmitTryCatchStmt()
DItaniumCXXABI.cpp3615 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam() local
3618 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow); in InitCatchParam()