Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp2023 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup() local
2025 useEHCleanup); in emitAutoVarTypeCleanup()
2223 bool useEHCleanup) { in emitArrayDestroy() argument
2249 if (useEHCleanup) in emitArrayDestroy()
2256 if (useEHCleanup) in emitArrayDestroy()
H A DCodeGenFunction.h2012 bool checkZeroLength, bool useEHCleanup);