Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2134 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup() local
2136 useEHCleanup); in emitAutoVarTypeCleanup()
2369 bool useEHCleanup) { in emitArrayDestroy() argument
2396 if (useEHCleanup) in emitArrayDestroy()
2404 if (useEHCleanup) in emitArrayDestroy()
H A DCodeGenFunction.h2229 bool checkZeroLength, bool useEHCleanup);