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

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp245 bool EndCatchMightThrow = (Handler.Variable == nullptr); local
248 EndCatchMightThrow,
H A DCGException.cpp908 bool EndCatchMightThrow = CaughtType->isRecordType(); local
911 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow);

Completed in 615 milliseconds