Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp1872 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup() local
1874 useEHCleanup); in emitAutoVarTypeCleanup()
2045 bool useEHCleanup) { in emitArrayDestroy() argument
2071 if (useEHCleanup) in emitArrayDestroy()
2078 if (useEHCleanup) in emitArrayDestroy()
H A DCodeGenFunction.h1683 bool checkZeroLength, bool useEHCleanup);