Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp128 CallObjCEndCatch(bool MightThrow, llvm::FunctionCallee Fn) in CallObjCEndCatch()
129 : MightThrow(MightThrow), Fn(Fn) {} in CallObjCEndCatch()
130 bool MightThrow; member
134 if (MightThrow) in Emit()
H A DItaniumCXXABI.cpp4776 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch()
4777 bool MightThrow; member
4780 if (!MightThrow) { in Emit()