Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp174 bool usesCxxExceptions; member in __anonaf5ecb460111::CGObjCGNU
831 if (usesCxxExceptions) { in CGObjCGNUstep()
2257 usesCxxExceptions = in CGObjCGNU()
2347 usesCxxExceptions ? "objc_exception_rethrow" in CGObjCGNU()
2526 if (!CGM.getLangOpts().CPlusPlus && !usesCxxExceptions) in GetEHType()
4186 if (isRethrow && (usesSEHExceptions || usesCxxExceptions)) { in EmitThrowStmt()