Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp174 bool usesCxxExceptions; member in __anonbab9bb100111::CGObjCGNU
830 if (usesCxxExceptions) { in CGObjCGNUstep()
2256 usesCxxExceptions = in CGObjCGNU()
2346 usesCxxExceptions ? "objc_exception_rethrow" in CGObjCGNU()
2525 if (!CGM.getLangOpts().CPlusPlus && !usesCxxExceptions) in GetEHType()
4185 if (isRethrow && (usesSEHExceptions || usesCxxExceptions)) { in EmitThrowStmt()