Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp4399 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} in CallEndCatch()
4400 bool MightThrow; member
4403 if (!MightThrow) { in Emit()