Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp4501 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch()
4502 bool MightThrow; member
4505 if (!MightThrow) { in Emit()