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.cpp173 bool usesCxxExceptions; member in __anonbab9bb100111::CGObjCGNU
831 if (usesCxxExceptions) { in CGObjCGNUstep()
2361 usesCxxExceptions = in CGObjCGNU()
2450 usesCxxExceptions ? "objc_exception_rethrow" in CGObjCGNU()
2626 if (!CGM.getLangOpts().CPlusPlus && !usesCxxExceptions) in GetEHType()
4276 if (isRethrow && (usesSEHExceptions || usesCxxExceptions)) { in EmitThrowStmt()