Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
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()
DItaniumCXXABI.cpp4434 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch()
4435 bool MightThrow; member
4438 if (!MightThrow) { in Emit()