Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp2038 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup() local
2040 useEHCleanup); in emitAutoVarTypeCleanup()
2238 bool useEHCleanup) { in emitArrayDestroy() argument
2265 if (useEHCleanup) in emitArrayDestroy()
2273 if (useEHCleanup) in emitArrayDestroy()
H A DCodeGenFunction.h2070 bool checkZeroLength, bool useEHCleanup);