Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2026 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup() local
2028 useEHCleanup); in emitAutoVarTypeCleanup()
2226 bool useEHCleanup) { in emitArrayDestroy() argument
2253 if (useEHCleanup) in emitArrayDestroy()
2260 if (useEHCleanup) in emitArrayDestroy()
H A DCodeGenFunction.h2012 bool checkZeroLength, bool useEHCleanup);