Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp155 CallObjCEndCatch(bool MightThrow, llvm::Value *Fn) : in CallObjCEndCatch()
156 MightThrow(MightThrow), Fn(Fn) {} in CallObjCEndCatch()
157 bool MightThrow; member
161 if (!MightThrow) { in Emit()
DCGException.cpp915 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch()
916 bool MightThrow; member
919 if (!MightThrow) { in Emit()