Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp156 CallObjCEndCatch(bool MightThrow, llvm::Value *Fn) : in CallObjCEndCatch()
157 MightThrow(MightThrow), Fn(Fn) {} in CallObjCEndCatch()
158 bool MightThrow; member
162 if (!MightThrow) { in Emit()
DItaniumCXXABI.cpp3569 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch()
3570 bool MightThrow; member
3573 if (!MightThrow) { in Emit()