Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp129 CallObjCEndCatch(bool MightThrow, llvm::FunctionCallee Fn) in CallObjCEndCatch()
130 : MightThrow(MightThrow), Fn(Fn) {} in CallObjCEndCatch()
131 bool MightThrow; member
135 if (MightThrow) in Emit()
H A DItaniumCXXABI.cpp4394 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch()
4395 bool MightThrow; member
4398 if (!MightThrow) { in Emit()